COLOR #AD7E40

HEX: #AD7E40
RGB: (173,126,64)

Color info

#AD7E40 contains mainly red and green colors. Web safe color of #AD7E40 is #996633 (or #963).

RGB color model

#AD7E40 color RGB value is (173,126,64).

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

RGB channels and saturation

R 173 of 255 = 68%
G 126 of 255 = 49%
B 64 of 255 = 25%

173
126
64

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

Portions of RGB colors in percentages

R + G + B =
173 + 126 + 64 = 363 (100%)
R 173 of 363 ~ 47.66%
G 126 of 363 ~ 34.71%
B 64 of 363 ~ 17.63%

%47.66
%34.71
%17.63

CMYK color model

#AD7E40 color CMYK value is (0,27,63,32).

  • cyan value is 0.00%
  • magenta value is 27.17%
  • yellow value is 63.01%
  • key color value is 32.16%
CMYK:
(0,27,63,32)
C0M27Y63K32 
(0%,27%,63%,32%)
(0.00/0.27/0.63/0.32)	

CMYK percentages

%0
%27.17
%63.01
%32.16

Codes

Color #AD7E40 in popluar color models

AD7E40
RGB17312664
HSL34°45.99%46.47%
HSB/HSV34°63.01%67.84%
CMYK0.00%27.17%63.01%
32.16%

Color #AD7E40 in popluar number systems.

HEXAD7E40
Decimal17312664
Binary1010110111111101000000
Octal255176100

Shades and tints

Shades of #AD7E40

#AD7E40
(173,126,64)
#9E733B
(158,115,59)
#8F6836
(143,104,54)
#805D31
(128,93,49)
#71522C
(113,82,44)
#624727
(98,71,39)
#533C22
(83,60,34)
#44311D
(68,49,29)
#352618
(53,38,24)
#261B13
(38,27,19)
#17100E
(23,16,14)
#000000
(0,0,0)

Tints of #AD7E40

#AD7E40
(173,126,64)
#B48951
(180,137,81)
#BB9462
(187,148,98)
#C29F73
(194,159,115)
#C9AA84
(201,170,132)
#D0B595
(208,181,149)
#D7C0A6
(215,192,166)
#DECBB7
(222,203,183)
#E5D6C8
(229,214,200)
#ECE1D9
(236,225,217)
#F3ECEA
(243,236,234)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #AD7E40; }

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

This text font color is #AD7E40.


Background Color

.myBgColor { background-color: #AD7E40; }

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

This div background color is #AD7E40.


Border color

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

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

This div border color is #AD7E40.


Opacity

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

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

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

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

This text has shadow with #AD7E40 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #AD7E40 on black background.


Color preview on white background

This text has color #AD7E40 on white background.



Black color preview on #AD7E40 background

This text has black color on #AD7E40 background.


White color preview on #AD7E40 background

This text has white color on #AD7E40 background.