COLOR #ADAE4E

HEX: #ADAE4E
RGB: (173,174,78)

Color info

#ADAE4E contains mainly red and green colors. Web safe color of #ADAE4E is #999966 (or #996).

RGB color model

#ADAE4E color RGB value is (173,174,78).

  • red value is 173;
  • green value is 174;
  • blue value is 78.
RGB:
(173,174,78)
(68%,68%,31%)

RGB channels and saturation

R 173 of 255 = 68%
G 174 of 255 = 68%
B 78 of 255 = 31%

173
174
78

R + G + B ~ 56%. #ADAE4E is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
173 + 174 + 78 = 425 (100%)
R 173 of 425 ~ 40.71%
G 174 of 425 ~ 40.94%
B 78 of 425 ~ 18.35%

%40.71
%40.94
%18.35

CMYK color model

#ADAE4E color CMYK value is (1,0,55,32).

  • cyan value is 0.57%
  • magenta value is 0.00%
  • yellow value is 55.17%
  • key color value is 31.76%
CMYK:
(1,0,55,32)
C1M0Y55K32 
(1%,0%,55%,32%)
(0.01/0.00/0.55/0.32)	

CMYK percentages

%0.57
%0
%55.17
%31.76

Codes

Color #ADAE4E in popluar color models

ADAE4E
RGB17317478
HSL61°38.10%49.41%
HSB/HSV61°55.17%68.24%
CMYK0.57%0.00%55.17%
31.76%

Color #ADAE4E in popluar number systems.

HEXADAE4E
Decimal17317478
Binary10101101101011101001110
Octal255256116

Shades and tints

Shades of #ADAE4E

#ADAE4E
(173,174,78)
#9E9F47
(158,159,71)
#8F9040
(143,144,64)
#808139
(128,129,57)
#717232
(113,114,50)
#62632B
(98,99,43)
#535424
(83,84,36)
#44451D
(68,69,29)
#353616
(53,54,22)
#26270F
(38,39,15)
#171808
(23,24,8)
#000000
(0,0,0)

Tints of #ADAE4E

#ADAE4E
(173,174,78)
#B4B55E
(180,181,94)
#BBBC6E
(187,188,110)
#C2C37E
(194,195,126)
#C9CA8E
(201,202,142)
#D0D19E
(208,209,158)
#D7D8AE
(215,216,174)
#DEDFBE
(222,223,190)
#E5E6CE
(229,230,206)
#ECEDDE
(236,237,222)
#F3F4EE
(243,244,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #ADAE4E color. Also use rgb(173,174,78) instead hex code.

Text Font Color

.myTextColor { color: #ADAE4E; }

<p style="color:#ADAE4E">This sample text font color is #ADAE4E.</p>

This text font color is #ADAE4E.


Background Color

.myBgColor { background-color: #ADAE4E; }

<div style="background-color:#ADAE4E">Inner text</div>

This div background color is #ADAE4E.


Border color

.myBorderColor { border: 1px solid #ADAE4E; }

<div style="border:3px solid #ADAE4E">Div</div>

This div border color is #ADAE4E.


Opacity

.myOpacity80 { color: #ADAE4E; opacity: 0.8; }

<p style="color:#ADAE4E;opacity:0.8;">80%</p>

Text with #ADAE4E color and opacity 100% | 80% | 50% | 30%.

Background with opacity value 100%.

Background with opacity value 80%.

Background with opacity value 50%.

Background with opacity value 30%.

Text shadow color

.textShadow {text-shadow: 3px 3px 1px #ADAE4E;}

<p style="text-shadow: 3px 3px 1px #ADAE4E">Text here.</p>

This text has shadow with #ADAE4E color.

.textShadow {text-shadow: 3px 3px 1px #ADAE4E, 3px 3px 1px red;}

<p style="text-shadow: 3px 3px 1px #ADAE4E, 5px 5px 20px red">Text here.</p>

This text has shadow with #ADAE4E primary color and red secondary color.


Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#ADAE4E, Direction=45, Strength=4)}

<p style="filter: Shadow(Color=#ADAE4E, Direction=45, Strength=4)">Text</p>

This text has shadow with #ADAE4E and red colors in old Internet Explorer.


Div box shadow color

/* css code */
.divShadow
{
  -moz-box-shadow:	1px 1px 3px 2px #ADAE4E;
  -webkit-box-shadow:	1px 1px 3px 2px #ADAE4E;
  box-shadow:		1px 1px 3px 2px #ADAE4E;
}

/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #ADAE4E;
-webkit-box-shadow: 1px 1px 3px 2px #ADAE4E;
box-shadow:1px 1px 3px 2px #ADAE4E;">
Div content here</div>
This div box has shadow with color #ADAE4E.

Preview

Color preview on black background

This text has color #ADAE4E on black background.


Color preview on white background

This text has color #ADAE4E on white background.



Black color preview on #ADAE4E background

This text has black color on #ADAE4E background.


White color preview on #ADAE4E background

This text has white color on #ADAE4E background.