COLOR #ADB583

HEX: #ADB583
RGB: (173,181,131)

Color info

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

RGB color model

#ADB583 color RGB value is (173,181,131).

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

RGB channels and saturation

R 173 of 255 = 68%
G 181 of 255 = 71%
B 131 of 255 = 51%

173
181
131

R + G + B ~ 63%. #ADB583 is quite light color.

Portions of RGB colors in percentages

R + G + B =
173 + 181 + 131 = 485 (100%)
R 173 of 485 ~ 35.67%
G 181 of 485 ~ 37.32%
B 131 of 485 ~ 27.01%

%35.67
%37.32
%27.01

CMYK color model

#ADB583 color CMYK value is (4,0,28,29).

  • cyan value is 4.42%
  • magenta value is 0.00%
  • yellow value is 27.62%
  • key color value is 29.02%
CMYK:
(4,0,28,29)
C4M0Y28K29 
(4%,0%,28%,29%)
(0.04/0.00/0.28/0.29)	

CMYK percentages

%4.42
%0
%27.62
%29.02

Codes

Color #ADB583 in popluar color models

ADB583
RGB173181131
HSL70°25.25%61.18%
HSB/HSV70°27.62%70.98%
CMYK4.42%0.00%27.62%
29.02%

Color #ADB583 in popluar number systems.

HEXADB583
Decimal173181131
Binary101011011011010110000011
Octal255265203

Shades and tints

Shades of #ADB583

#ADB583
(173,181,131)
#9EA578
(158,165,120)
#8F956D
(143,149,109)
#808562
(128,133,98)
#717557
(113,117,87)
#62654C
(98,101,76)
#535541
(83,85,65)
#444536
(68,69,54)
#35352B
(53,53,43)
#262520
(38,37,32)
#171515
(23,21,21)
#000000
(0,0,0)

Tints of #ADB583

#ADB583
(173,181,131)
#B4BB8E
(180,187,142)
#BBC199
(187,193,153)
#C2C7A4
(194,199,164)
#C9CDAF
(201,205,175)
#D0D3BA
(208,211,186)
#D7D9C5
(215,217,197)
#DEDFD0
(222,223,208)
#E5E5DB
(229,229,219)
#ECEBE6
(236,235,230)
#F3F1F1
(243,241,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #ADB583; }

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

This text font color is #ADB583.


Background Color

.myBgColor { background-color: #ADB583; }

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

This div background color is #ADB583.


Border color

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

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

This div border color is #ADB583.


Opacity

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

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

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

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

This text has shadow with #ADB583 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #ADB583 on black background.


Color preview on white background

This text has color #ADB583 on white background.



Black color preview on #ADB583 background

This text has black color on #ADB583 background.


White color preview on #ADB583 background

This text has white color on #ADB583 background.