COLOR #ADB37E

HEX: #ADB37E
RGB: (173,179,126)

Color info

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

RGB color model

#ADB37E color RGB value is (173,179,126).

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

RGB channels and saturation

R 173 of 255 = 68%
G 179 of 255 = 70%
B 126 of 255 = 49%

173
179
126

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

Portions of RGB colors in percentages

R + G + B =
173 + 179 + 126 = 478 (100%)
R 173 of 478 ~ 36.19%
G 179 of 478 ~ 37.45%
B 126 of 478 ~ 26.36%

%36.19
%37.45
%26.36

CMYK color model

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

  • cyan value is 3.35%
  • magenta value is 0.00%
  • yellow value is 29.61%
  • key color value is 29.80%
CMYK: (3,0,30,30) C3M0Y30K30 (3%,0%,30%,30%) (0.03/0.00/0.30/0.30)

CMYK percentages

%3.35
%0
%29.61
%29.8

Codes

Color #ADB37E in popluar color models

ADB37E
RGB173179126
HSL67°25.85%59.80%
HSB/HSV67°29.61%70.20%
CMYK3.35%0.00%29.61%
29.80%

Color #ADB37E in popluar number systems.

HEXADB37E
Decimal173179126
Binary10101101101100111111110
Octal255263176

Shades and tints

Shades of #ADB37E

#ADB37E
(173,179,126)
#9EA373
(158,163,115)
#8F9368
(143,147,104)
#80835D
(128,131,93)
#717352
(113,115,82)
#626347
(98,99,71)
#53533C
(83,83,60)
#444331
(68,67,49)
#353326
(53,51,38)
#26231B
(38,35,27)
#171310
(23,19,16)
#000000
(0,0,0)

Tints of #ADB37E

#ADB37E
(173,179,126)
#B4B989
(180,185,137)
#BBBF94
(187,191,148)
#C2C59F
(194,197,159)
#C9CBAA
(201,203,170)
#D0D1B5
(208,209,181)
#D7D7C0
(215,215,192)
#DEDDCB
(222,221,203)
#E5E3D6
(229,227,214)
#ECE9E1
(236,233,225)
#F3EFEC
(243,239,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #ADB37E; }

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

This text font color is #ADB37E.


Background Color

.myBgColor { background-color: #ADB37E; }

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

This div background color is #ADB37E.


Border color

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

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

This div border color is #ADB37E.


Opacity

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

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

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

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

This text has shadow with #ADB37E color.

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

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

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


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

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

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


Div box shadow color

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

Preview

Color preview on black background

This text has color #ADB37E on black background.


Color preview on white background

This text has color #ADB37E on white background.



Black color preview on #ADB37E background

This text has black color on #ADB37E background.


White color preview on #ADB37E background

This text has white color on #ADB37E background.