TechLearnings – CSS Color Codes

/* Header background, Menu background etc. */
.dummy{
	background-color:#63B175;
}

/* Menu background on hover */
.dummy{
	background-color:#4E9359;
}

/* Gray light Buttons, Text background color etc. */
.dummy{
	background-color:#535353;
}

/* Gray Dark - Underline, Buttons hover etc. */
.dummy{
	color:#3A3A3A; /* #454545; */
}

/* Menu text */
.dummy {
	font-weight:600;
	font-size:18px;
}

/* Deep Links */
color: #63B175;

/* Deep Links hover */
text-decoration:underline;

/* Button background Color*/
background-color:#63B175;

/* Button bottom underline color*/
background-color:#589766;

/* Metalic Orange */
color:#E08820;

/* Metalic blue */
color:#525E74;

/* Others */
color: #546076;
color: #65AF77;
color:#FFFFFF;

/* Header text color */
.dummy{
	color:#63B175;
}

/* Font Color */
.dummy{
	color:#333333;
}

/* Not in use */
#63B175
#535353
#535353
/* Box with shadow */
.container{
	padding:12px !important;
	background:#fff;
	border:1px solid #ececec;
	border-top:1px solid #ccc;
	-webkit-box-shadow:0 1px 4px rgba(0,0,0,.3),0 0 40px rgba(0,0,0,.1) inset;
	-moz-box-shadow:0 1px 4px rgba(0,0,0,.3),0 0 40px rgba(0,0,0,.1) inset;
	box-shadow: 0 1px 4px rgba(0,0,0,.3),0 0 40px rgba(0,0,0,.1) inset;
}

Author: Mahesh

Technical Lead with 10 plus years of experience in developing web applications using Java/J2EE and web technologies. Strong in design and integration problem solving skills. Ability to learn, unlearn and relearn with strong written and verbal communications.