COLOR #ADB37B

HEX: #ADB37B
RGB: (173,179,123)

Color info

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

RGB color model

#ADB37B color RGB value is (173,179,123).

  • red value is 173;
  • green value is 179;
  • blue value is 123.
RGB:
(173,179,123)
(68%,70%,48%)

RGB channels and saturation

R 173 of 255 = 68%
G 179 of 255 = 70%
B 123 of 255 = 48%

173
179
123

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

Portions of RGB colors in percentages

R + G + B =
173 + 179 + 123 = 475 (100%)
R 173 of 475 ~ 36.42%
G 179 of 475 ~ 37.68%
B 123 of 475 ~ 25.89%

%36.42
%37.68
%25.89

CMYK color model

#ADB37B color CMYK value is (3,0,31,30).

  • cyan value is 3.35%
  • magenta value is 0.00%
  • yellow value is 31.28%
  • key color value is 29.80%
CMYK:
(3,0,31,30)
C3M0Y31K30 
(3%,0%,31%,30%)
(0.03/0.00/0.31/0.30)	

CMYK percentages

%3.35
%0
%31.28
%29.8

Codes

Color #ADB37B in popluar color models

ADB37B
RGB173179123
HSL66°26.92%59.22%
HSB/HSV66°31.28%70.20%
CMYK3.35%0.00%31.28%
29.80%

Color #ADB37B in popluar number systems.

HEXADB37B
Decimal173179123
Binary10101101101100111111011
Octal255263173

Shades and tints

Shades of #ADB37B

#ADB37B
(173,179,123)
#9EA370
(158,163,112)
#8F9365
(143,147,101)
#80835A
(128,131,90)
#71734F
(113,115,79)
#626344
(98,99,68)
#535339
(83,83,57)
#44432E
(68,67,46)
#353323
(53,51,35)
#262318
(38,35,24)
#17130D
(23,19,13)
#000000
(0,0,0)

Tints of #ADB37B

#ADB37B
(173,179,123)
#B4B987
(180,185,135)
#BBBF93
(187,191,147)
#C2C59F
(194,197,159)
#C9CBAB
(201,203,171)
#D0D1B7
(208,209,183)
#D7D7C3
(215,215,195)
#DEDDCF
(222,221,207)
#E5E3DB
(229,227,219)
#ECE9E7
(236,233,231)
#F3EFF3
(243,239,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #ADB37B; }

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

This text font color is #ADB37B.


Background Color

.myBgColor { background-color: #ADB37B; }

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

This div background color is #ADB37B.


Border color

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

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

This div border color is #ADB37B.


Opacity

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

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

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

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

This text has shadow with #ADB37B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #ADB37B on black background.


Color preview on white background

This text has color #ADB37B on white background.



Black color preview on #ADB37B background

This text has black color on #ADB37B background.


White color preview on #ADB37B background

This text has white color on #ADB37B background.