COLOR #AD8B3B

HEX: #AD8B3B
RGB: (173,139,59)

Color info

#AD8B3B contains mainly red and green colors. Web safe color of #AD8B3B is #999933 (or #993).

RGB color model

#AD8B3B color RGB value is (173,139,59).

  • red value is 173;
  • green value is 139;
  • blue value is 59.
RGB:
(173,139,59)
(68%,55%,23%)

RGB channels and saturation

R 173 of 255 = 68%
G 139 of 255 = 55%
B 59 of 255 = 23%

173
139
59

R + G + B ~ 49%. #AD8B3B is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
173 + 139 + 59 = 371 (100%)
R 173 of 371 ~ 46.63%
G 139 of 371 ~ 37.47%
B 59 of 371 ~ 15.9%

%46.63
%37.47
%15.9

CMYK color model

#AD8B3B color CMYK value is (0,20,66,32).

  • cyan value is 0.00%
  • magenta value is 19.65%
  • yellow value is 65.90%
  • key color value is 32.16%
CMYK:
(0,20,66,32)
C0M20Y66K32 
(0%,20%,66%,32%)
(0.00/0.20/0.66/0.32)	

CMYK percentages

%0
%19.65
%65.9
%32.16

Codes

Color #AD8B3B in popluar color models

AD8B3B
RGB17313959
HSL42°49.14%45.49%
HSB/HSV42°65.90%67.84%
CMYK0.00%19.65%65.90%
32.16%

Color #AD8B3B in popluar number systems.

HEXAD8B3B
Decimal17313959
Binary1010110110001011111011
Octal25521373

Shades and tints

Shades of #AD8B3B

#AD8B3B
(173,139,59)
#9E7F36
(158,127,54)
#8F7331
(143,115,49)
#80672C
(128,103,44)
#715B27
(113,91,39)
#624F22
(98,79,34)
#53431D
(83,67,29)
#443718
(68,55,24)
#352B13
(53,43,19)
#261F0E
(38,31,14)
#171309
(23,19,9)
#000000
(0,0,0)

Tints of #AD8B3B

#AD8B3B
(173,139,59)
#B4954C
(180,149,76)
#BB9F5D
(187,159,93)
#C2A96E
(194,169,110)
#C9B37F
(201,179,127)
#D0BD90
(208,189,144)
#D7C7A1
(215,199,161)
#DED1B2
(222,209,178)
#E5DBC3
(229,219,195)
#ECE5D4
(236,229,212)
#F3EFE5
(243,239,229)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #AD8B3B color. Also use rgb(173,139,59) instead hex code.

Text Font Color

.myTextColor { color: #AD8B3B; }

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

This text font color is #AD8B3B.


Background Color

.myBgColor { background-color: #AD8B3B; }

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

This div background color is #AD8B3B.


Border color

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

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

This div border color is #AD8B3B.


Opacity

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

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

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

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

This text has shadow with #AD8B3B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #AD8B3B on black background.


Color preview on white background

This text has color #AD8B3B on white background.



Black color preview on #AD8B3B background

This text has black color on #AD8B3B background.


White color preview on #AD8B3B background

This text has white color on #AD8B3B background.