COLOR #ADAD5E

HEX: #ADAD5E
RGB: (173,173,94)

Color info

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

RGB color model

#ADAD5E color RGB value is (173,173,94).

  • red value is 173;
  • green value is 173;
  • blue value is 94.
RGB:
(173,173,94)
(68%,68%,37%)

RGB channels and saturation

R 173 of 255 = 68%
G 173 of 255 = 68%
B 94 of 255 = 37%

173
173
94

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

Portions of RGB colors in percentages

R + G + B =
173 + 173 + 94 = 440 (100%)
R 173 of 440 ~ 39.32%
G 173 of 440 ~ 39.32%
B 94 of 440 ~ 21.36%

%39.32
%39.32
%21.36

CMYK color model

#ADAD5E color CMYK value is (0,0,46,32).

  • cyan value is 0.00%
  • magenta value is 0.00%
  • yellow value is 45.66%
  • key color value is 32.16%
CMYK:
(0,0,46,32)
C0M0Y46K32 
(0%,0%,46%,32%)
(0.00/0.00/0.46/0.32)	

CMYK percentages

%0
%0
%45.66
%32.16

Codes

Color #ADAD5E in popluar color models

ADAD5E
RGB17317394
HSL60°32.51%52.35%
HSB/HSV60°45.66%67.84%
CMYK0.00%0.00%45.66%
32.16%

Color #ADAD5E in popluar number systems.

HEXADAD5E
Decimal17317394
Binary10101101101011011011110
Octal255255136

Shades and tints

Shades of #ADAD5E

#ADAD5E
(173,173,94)
#9E9E56
(158,158,86)
#8F8F4E
(143,143,78)
#808046
(128,128,70)
#71713E
(113,113,62)
#626236
(98,98,54)
#53532E
(83,83,46)
#444426
(68,68,38)
#35351E
(53,53,30)
#262616
(38,38,22)
#17170E
(23,23,14)
#000000
(0,0,0)

Tints of #ADAD5E

#ADAD5E
(173,173,94)
#B4B46C
(180,180,108)
#BBBB7A
(187,187,122)
#C2C288
(194,194,136)
#C9C996
(201,201,150)
#D0D0A4
(208,208,164)
#D7D7B2
(215,215,178)
#DEDEC0
(222,222,192)
#E5E5CE
(229,229,206)
#ECECDC
(236,236,220)
#F3F3EA
(243,243,234)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #ADAD5E; }

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

This text font color is #ADAD5E.


Background Color

.myBgColor { background-color: #ADAD5E; }

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

This div background color is #ADAD5E.


Border color

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

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

This div border color is #ADAD5E.


Opacity

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

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

Text with #ADAD5E 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 #ADAD5E;}

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

This text has shadow with #ADAD5E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #ADAD5E on black background.


Color preview on white background

This text has color #ADAD5E on white background.



Black color preview on #ADAD5E background

This text has black color on #ADAD5E background.


White color preview on #ADAD5E background

This text has white color on #ADAD5E background.