COLOR #ADAD78

HEX: #ADAD78
RGB: (173,173,120)

Color info

#ADAD78 contains red, green and blue colors in about the same proportion. Web safe color of #ADAD78 is #999966 (or #996).

RGB color model

#ADAD78 color RGB value is (173,173,120).

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

RGB channels and saturation

R 173 of 255 = 68%
G 173 of 255 = 68%
B 120 of 255 = 47%

173
173
120

R + G + B ~ 61%. #ADAD78 is quite light color.

Portions of RGB colors in percentages

R + G + B =
173 + 173 + 120 = 466 (100%)
R 173 of 466 ~ 37.12%
G 173 of 466 ~ 37.12%
B 120 of 466 ~ 25.75%

%37.12
%37.12
%25.75

CMYK color model

#ADAD78 color CMYK value is (0,0,31,32).

  • cyan value is 0.00%
  • magenta value is 0.00%
  • yellow value is 30.64%
  • key color value is 32.16%
CMYK:
(0,0,31,32)
C0M0Y31K32 
(0%,0%,31%,32%)
(0.00/0.00/0.31/0.32)	

CMYK percentages

%0
%0
%30.64
%32.16

Codes

Color #ADAD78 in popluar color models

ADAD78
RGB173173120
HSL60°24.42%57.45%
HSB/HSV60°30.64%67.84%
CMYK0.00%0.00%30.64%
32.16%

Color #ADAD78 in popluar number systems.

HEXADAD78
Decimal173173120
Binary10101101101011011111000
Octal255255170

Shades and tints

Shades of #ADAD78

#ADAD78
(173,173,120)
#9E9E6E
(158,158,110)
#8F8F64
(143,143,100)
#80805A
(128,128,90)
#717150
(113,113,80)
#626246
(98,98,70)
#53533C
(83,83,60)
#444432
(68,68,50)
#353528
(53,53,40)
#26261E
(38,38,30)
#171714
(23,23,20)
#000000
(0,0,0)

Tints of #ADAD78

#ADAD78
(173,173,120)
#B4B484
(180,180,132)
#BBBB90
(187,187,144)
#C2C29C
(194,194,156)
#C9C9A8
(201,201,168)
#D0D0B4
(208,208,180)
#D7D7C0
(215,215,192)
#DEDECC
(222,222,204)
#E5E5D8
(229,229,216)
#ECECE4
(236,236,228)
#F3F3F0
(243,243,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #ADAD78; }

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

This text font color is #ADAD78.


Background Color

.myBgColor { background-color: #ADAD78; }

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

This div background color is #ADAD78.


Border color

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

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

This div border color is #ADAD78.


Opacity

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

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

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

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

This text has shadow with #ADAD78 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #ADAD78 on black background.


Color preview on white background

This text has color #ADAD78 on white background.



Black color preview on #ADAD78 background

This text has black color on #ADAD78 background.


White color preview on #ADAD78 background

This text has white color on #ADAD78 background.