COLOR #ADB578

HEX: #ADB578 RGB: (173,181,120)

Color info

#ADB578 contains mainly red and green colors. Web safe color of #ADB578 is #99CC66 (or #9C6).

RGB color model

#ADB578 color RGB value is (173,181,120).

RGB: (173,181,120) (68%, 71%, 47%)

RGB channels and saturation

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

173
181
120

R + G + B ~ 62%. #ADB578 is quite light color.

Portions of RGB colors in percentages

R + G + B = 173 + 181 + 120 = 474 (100%)
R 173 of 474 ~ 36.5%
G 181 of 474 ~ 38.19%
B 120 of 474 ~ 25.32'%

%36.5
%38.19
%25.32

CMYK color model

#ADB578 color CMYK value is (4,0,34,29).

  • cyan value is 4.42%
  • magenta value is 0.00%
  • yellow value is 33.70%
  • key color value is 29.02%

CMYK: (4,0,34,29)
C4M0Y34K29 (4%, 0%, 34%, 29%)
(0.04 / 0.00 / 0.34 / 0.29)

CMYK percentages

%4.42
%0
%33.7
%29.02

Codes

Color #ADB578 in popluar color models

AD B5 78
RGB 173 181 120
HSL 68° 29.19% 59.02%
HSB/HSV 68° 33.70% 70.98%
CMYK 4.42% 0.00% 33.70%
29.02%

Color #ADB578 in popluar number systems.

HEX AD B5 78
Decimal 173 181 120
Binary 10101101 10110101 1111000
Octal 255 265 170

Shades and tints

Shades of #ADB578

#ADB578
(173,181,120)
#9EA56E
(158,165,110)
#8F9564
(143,149,100)
#80855A
(128,133,90)
#717550
(113,117,80)
#626546
(98,101,70)
#53553C
(83,85,60)
#444532
(68,69,50)
#353528
(53,53,40)
#26251E
(38,37,30)
#171514
(23,21,20)
#000000
(0,0,0)

Tints of #ADB578

#ADB578
(173,181,120)
#B4BB84
(180,187,132)
#BBC190
(187,193,144)
#C2C79C
(194,199,156)
#C9CDA8
(201,205,168)
#D0D3B4
(208,211,180)
#D7D9C0
(215,217,192)
#DEDFCC
(222,223,204)
#E5E5D8
(229,229,216)
#ECEBE4
(236,235,228)
#F3F1F0
(243,241,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #ADB578; }

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

This text font color is #ADB578.

Background Color

.myBgColor { background-color: #ADB578; }

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

This div background color is #ADB578.

Border color

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

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

This div border color is #ADB578.

Opacity

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

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

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

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

This text has shadow with #ADB578 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #ADB578.

Preview

Color preview on black background

This text has color #ADB578 on black background.


Color preview on white background

This text has color #ADB578 on white background.


Black color preview on #ADB578 background

This text has black color on #ADB578 background.


White color preview on #ADB578 background

This text has white color on #ADB578 background.


Related colors

Complementary color

Complementary color for #hex is #524A87.


I love getcolorcode.com

Triadic colors

1 #78ADB5 and #B578AD with #ADB578 are triadic colors.

2 #78B5AD and #B5AD78 with #ADB578 are triadic colors.