COLOR #ADB593

HEX: #ADB593
RGB: (173,181,147)

Color info

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

RGB color model

#ADB593 color RGB value is (173,181,147).

  • red value is 173;
  • green value is 181;
  • blue value is 147.
RGB:
(173,181,147)
(68%,71%,58%)

RGB channels and saturation

R 173 of 255 = 68%
G 181 of 255 = 71%
B 147 of 255 = 58%

173
181
147

R + G + B ~ 66%. #ADB593 is quite light color.

Portions of RGB colors in percentages

R + G + B =
173 + 181 + 147 = 501 (100%)
R 173 of 501 ~ 34.53%
G 181 of 501 ~ 36.13%
B 147 of 501 ~ 29.34%

%34.53
%36.13
%29.34

CMYK color model

#ADB593 color CMYK value is (4,0,19,29).

  • cyan value is 4.42%
  • magenta value is 0.00%
  • yellow value is 18.78%
  • key color value is 29.02%
CMYK:
(4,0,19,29)
C4M0Y19K29 
(4%,0%,19%,29%)
(0.04/0.00/0.19/0.29)	

CMYK percentages

%4.42
%0
%18.78
%29.02

Codes

Color #ADB593 in popluar color models

ADB593
RGB173181147
HSL74°18.68%64.31%
HSB/HSV74°18.78%70.98%
CMYK4.42%0.00%18.78%
29.02%

Color #ADB593 in popluar number systems.

HEXADB593
Decimal173181147
Binary101011011011010110010011
Octal255265223

Shades and tints

Shades of #ADB593

#ADB593
(173,181,147)
#9EA586
(158,165,134)
#8F9579
(143,149,121)
#80856C
(128,133,108)
#71755F
(113,117,95)
#626552
(98,101,82)
#535545
(83,85,69)
#444538
(68,69,56)
#35352B
(53,53,43)
#26251E
(38,37,30)
#171511
(23,21,17)
#000000
(0,0,0)

Tints of #ADB593

#ADB593
(173,181,147)
#B4BB9C
(180,187,156)
#BBC1A5
(187,193,165)
#C2C7AE
(194,199,174)
#C9CDB7
(201,205,183)
#D0D3C0
(208,211,192)
#D7D9C9
(215,217,201)
#DEDFD2
(222,223,210)
#E5E5DB
(229,229,219)
#ECEBE4
(236,235,228)
#F3F1ED
(243,241,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #ADB593; }

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

This text font color is #ADB593.


Background Color

.myBgColor { background-color: #ADB593; }

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

This div background color is #ADB593.


Border color

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

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

This div border color is #ADB593.


Opacity

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

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

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

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

This text has shadow with #ADB593 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #ADB593 on black background.


Color preview on white background

This text has color #ADB593 on white background.



Black color preview on #ADB593 background

This text has black color on #ADB593 background.


White color preview on #ADB593 background

This text has white color on #ADB593 background.