COLOR #AD7D37

HEX: #AD7D37
RGB: (173,125,55)

Color info

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

RGB color model

#AD7D37 color RGB value is (173,125,55).

  • red value is 173;
  • green value is 125;
  • blue value is 55.
RGB:
(173,125,55)
(68%,49%,22%)

RGB channels and saturation

R 173 of 255 = 68%
G 125 of 255 = 49%
B 55 of 255 = 22%

173
125
55

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

Portions of RGB colors in percentages

R + G + B =
173 + 125 + 55 = 353 (100%)
R 173 of 353 ~ 49.01%
G 125 of 353 ~ 35.41%
B 55 of 353 ~ 15.58%

%49.01
%35.41
%15.58

CMYK color model

#AD7D37 color CMYK value is (0,28,68,32).

  • cyan value is 0.00%
  • magenta value is 27.75%
  • yellow value is 68.21%
  • key color value is 32.16%
CMYK:
(0,28,68,32)
C0M28Y68K32 
(0%,28%,68%,32%)
(0.00/0.28/0.68/0.32)	

CMYK percentages

%0
%27.75
%68.21
%32.16

Codes

Color #AD7D37 in popluar color models

AD7D37
RGB17312555
HSL36°51.75%44.71%
HSB/HSV36°68.21%67.84%
CMYK0.00%27.75%68.21%
32.16%

Color #AD7D37 in popluar number systems.

HEXAD7D37
Decimal17312555
Binary101011011111101110111
Octal25517567

Shades and tints

Shades of #AD7D37

#AD7D37
(173,125,55)
#9E7232
(158,114,50)
#8F672D
(143,103,45)
#805C28
(128,92,40)
#715123
(113,81,35)
#62461E
(98,70,30)
#533B19
(83,59,25)
#443014
(68,48,20)
#35250F
(53,37,15)
#261A0A
(38,26,10)
#170F05
(23,15,5)
#000000
(0,0,0)

Tints of #AD7D37

#AD7D37
(173,125,55)
#B48849
(180,136,73)
#BB935B
(187,147,91)
#C29E6D
(194,158,109)
#C9A97F
(201,169,127)
#D0B491
(208,180,145)
#D7BFA3
(215,191,163)
#DECAB5
(222,202,181)
#E5D5C7
(229,213,199)
#ECE0D9
(236,224,217)
#F3EBEB
(243,235,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #AD7D37 color. Also use rgb(173,125,55) instead hex code.

Text Font Color

.myTextColor { color: #AD7D37; }

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

This text font color is #AD7D37.


Background Color

.myBgColor { background-color: #AD7D37; }

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

This div background color is #AD7D37.


Border color

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

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

This div border color is #AD7D37.


Opacity

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

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

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

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

This text has shadow with #AD7D37 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #AD7D37 on black background.


Color preview on white background

This text has color #AD7D37 on white background.



Black color preview on #AD7D37 background

This text has black color on #AD7D37 background.


White color preview on #AD7D37 background

This text has white color on #AD7D37 background.