COLOR #ADB58D

HEX: #ADB58D RGB: (173,181,141)

Color info

#ADB58D contains red, green and blue colors in about the same proportion. Web safe color of #ADB58D is #99CC99 (or #9C9).

RGB color model

#ADB58D color RGB value is (173,181,141).

RGB: (173,181,141) (68%, 71%, 55%)

RGB channels and saturation

R 173 of 255 = 68%
G 181 of 255 = 71%
B 141 of 255 = 55%

173
181
141

R + G + B ~ 65%. #ADB58D is quite light color.

Portions of RGB colors in percentages

R + G + B = 173 + 181 + 141 = 495 (100%)
R 173 of 495 ~ 34.95%
G 181 of 495 ~ 36.57%
B 141 of 495 ~ 28.48'%

%34.95
%36.57
%28.48

CMYK color model

#ADB58D color CMYK value is (4,0,22,29).

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

CMYK: (4,0,22,29)
C4M0Y22K29 (4%, 0%, 22%, 29%)
(0.04 / 0.00 / 0.22 / 0.29)

CMYK percentages

%4.42
%0
%22.1
%29.02

Codes

Color #ADB58D in popluar color models

AD B5 8D
RGB 173 181 141
HSL 72° 21.28% 63.14%
HSB/HSV 72° 22.10% 70.98%
CMYK 4.42% 0.00% 22.10%
29.02%

Color #ADB58D in popluar number systems.

HEX AD B5 8D
Decimal 173 181 141
Binary 10101101 10110101 10001101
Octal 255 265 215

Shades and tints

Shades of #ADB58D

#ADB58D
(173,181,141)
#9EA581
(158,165,129)
#8F9575
(143,149,117)
#808569
(128,133,105)
#71755D
(113,117,93)
#626551
(98,101,81)
#535545
(83,85,69)
#444539
(68,69,57)
#35352D
(53,53,45)
#262521
(38,37,33)
#171515
(23,21,21)
#000000
(0,0,0)

Tints of #ADB58D

#ADB58D
(173,181,141)
#B4BB97
(180,187,151)
#BBC1A1
(187,193,161)
#C2C7AB
(194,199,171)
#C9CDB5
(201,205,181)
#D0D3BF
(208,211,191)
#D7D9C9
(215,217,201)
#DEDFD3
(222,223,211)
#E5E5DD
(229,229,221)
#ECEBE7
(236,235,231)
#F3F1F1
(243,241,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #ADB58D; }

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

This text font color is #ADB58D.

Background Color

.myBgColor { background-color: #ADB58D; }

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

This div background color is #ADB58D.

Border color

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

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

This div border color is #ADB58D.

Opacity

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

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

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

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

This text has shadow with #ADB58D color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #ADB58D.

Preview

Color preview on black background

This text has color #ADB58D on black background.


Color preview on white background

This text has color #ADB58D on white background.


Black color preview on #ADB58D background

This text has black color on #ADB58D background.


White color preview on #ADB58D background

This text has white color on #ADB58D background.


Related colors

Complementary color

Complementary color for #hex is #524A72.


I love getcolorcode.com

Triadic colors

1 #8DADB5 and #B58DAD with #ADB58D are triadic colors.

2 #8DB5AD and #B5AD8D with #ADB58D are triadic colors.