COLOR #ADB47A

HEX: #ADB47A
RGB: (173,180,122)

Color info

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

RGB color model

#ADB47A color RGB value is (173,180,122).

  • red value is 173;
  • green value is 180;
  • blue value is 122.
RGB:
(173,180,122)
(68%,71%,48%)

RGB channels and saturation

R 173 of 255 = 68%
G 180 of 255 = 71%
B 122 of 255 = 48%

173
180
122

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

Portions of RGB colors in percentages

R + G + B =
173 + 180 + 122 = 475 (100%)
R 173 of 475 ~ 36.42%
G 180 of 475 ~ 37.89%
B 122 of 475 ~ 25.68%

%36.42
%37.89
%25.68

CMYK color model

#ADB47A color CMYK value is (4,0,32,29).

  • cyan value is 3.89%
  • magenta value is 0.00%
  • yellow value is 32.22%
  • key color value is 29.41%
CMYK:
(4,0,32,29)
C4M0Y32K29 
(4%,0%,32%,29%)
(0.04/0.00/0.32/0.29)	

CMYK percentages

%3.89
%0
%32.22
%29.41

Codes

Color #ADB47A in popluar color models

ADB47A
RGB173180122
HSL67°27.88%59.22%
HSB/HSV67°32.22%70.59%
CMYK3.89%0.00%32.22%
29.41%

Color #ADB47A in popluar number systems.

HEXADB47A
Decimal173180122
Binary10101101101101001111010
Octal255264172

Shades and tints

Shades of #ADB47A

#ADB47A
(173,180,122)
#9EA46F
(158,164,111)
#8F9464
(143,148,100)
#808459
(128,132,89)
#71744E
(113,116,78)
#626443
(98,100,67)
#535438
(83,84,56)
#44442D
(68,68,45)
#353422
(53,52,34)
#262417
(38,36,23)
#17140C
(23,20,12)
#000000
(0,0,0)

Tints of #ADB47A

#ADB47A
(173,180,122)
#B4BA86
(180,186,134)
#BBC092
(187,192,146)
#C2C69E
(194,198,158)
#C9CCAA
(201,204,170)
#D0D2B6
(208,210,182)
#D7D8C2
(215,216,194)
#DEDECE
(222,222,206)
#E5E4DA
(229,228,218)
#ECEAE6
(236,234,230)
#F3F0F2
(243,240,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #ADB47A color. Also use rgb(173,180,122) instead hex code.

Text Font Color

.myTextColor { color: #ADB47A; }

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

This text font color is #ADB47A.


Background Color

.myBgColor { background-color: #ADB47A; }

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

This div background color is #ADB47A.


Border color

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

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

This div border color is #ADB47A.


Opacity

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

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

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

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

This text has shadow with #ADB47A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #ADB47A on black background.


Color preview on white background

This text has color #ADB47A on white background.



Black color preview on #ADB47A background

This text has black color on #ADB47A background.


White color preview on #ADB47A background

This text has white color on #ADB47A background.