COLOR #AD7F38

HEX: #AD7F38
RGB: (173,127,56)

Color info

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

RGB color model

#AD7F38 color RGB value is (173,127,56).

  • red value is 173;
  • green value is 127;
  • blue value is 56.
RGB:
(173,127,56)
(68%,50%,22%)

RGB channels and saturation

R 173 of 255 = 68%
G 127 of 255 = 50%
B 56 of 255 = 22%

173
127
56

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

Portions of RGB colors in percentages

R + G + B =
173 + 127 + 56 = 356 (100%)
R 173 of 356 ~ 48.6%
G 127 of 356 ~ 35.67%
B 56 of 356 ~ 15.73%

%48.6
%35.67
%15.73

CMYK color model

#AD7F38 color CMYK value is (0,27,68,32).

  • cyan value is 0.00%
  • magenta value is 26.59%
  • yellow value is 67.63%
  • key color value is 32.16%
CMYK:
(0,27,68,32)
C0M27Y68K32 
(0%,27%,68%,32%)
(0.00/0.27/0.68/0.32)	

CMYK percentages

%0
%26.59
%67.63
%32.16

Codes

Color #AD7F38 in popluar color models

AD7F38
RGB17312756
HSL36°51.09%44.90%
HSB/HSV36°67.63%67.84%
CMYK0.00%26.59%67.63%
32.16%

Color #AD7F38 in popluar number systems.

HEXAD7F38
Decimal17312756
Binary101011011111111111000
Octal25517770

Shades and tints

Shades of #AD7F38

#AD7F38
(173,127,56)
#9E7433
(158,116,51)
#8F692E
(143,105,46)
#805E29
(128,94,41)
#715324
(113,83,36)
#62481F
(98,72,31)
#533D1A
(83,61,26)
#443215
(68,50,21)
#352710
(53,39,16)
#261C0B
(38,28,11)
#171106
(23,17,6)
#000000
(0,0,0)

Tints of #AD7F38

#AD7F38
(173,127,56)
#B48A4A
(180,138,74)
#BB955C
(187,149,92)
#C2A06E
(194,160,110)
#C9AB80
(201,171,128)
#D0B692
(208,182,146)
#D7C1A4
(215,193,164)
#DECCB6
(222,204,182)
#E5D7C8
(229,215,200)
#ECE2DA
(236,226,218)
#F3EDEC
(243,237,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #AD7F38 color. Also use rgb(173,127,56) instead hex code.

Text Font Color

.myTextColor { color: #AD7F38; }

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

This text font color is #AD7F38.


Background Color

.myBgColor { background-color: #AD7F38; }

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

This div background color is #AD7F38.


Border color

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

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

This div border color is #AD7F38.


Opacity

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

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

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

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

This text has shadow with #AD7F38 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #AD7F38 on black background.


Color preview on white background

This text has color #AD7F38 on white background.



Black color preview on #AD7F38 background

This text has black color on #AD7F38 background.


White color preview on #AD7F38 background

This text has white color on #AD7F38 background.