COLOR #AD7F53

HEX: #AD7F53
RGB: (173,127,83)

Color info

#AD7F53 contains mainly red and green colors. Web safe color of #AD7F53 is #996666 (or #966).

RGB color model

#AD7F53 color RGB value is (173,127,83).

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

RGB channels and saturation

R 173 of 255 = 68%
G 127 of 255 = 50%
B 83 of 255 = 33%

173
127
83

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

Portions of RGB colors in percentages

R + G + B =
173 + 127 + 83 = 383 (100%)
R 173 of 383 ~ 45.17%
G 127 of 383 ~ 33.16%
B 83 of 383 ~ 21.67%

%45.17
%33.16
%21.67

CMYK color model

#AD7F53 color CMYK value is (0,27,52,32).

  • cyan value is 0.00%
  • magenta value is 26.59%
  • yellow value is 52.02%
  • key color value is 32.16%
CMYK:
(0,27,52,32)
C0M27Y52K32 
(0%,27%,52%,32%)
(0.00/0.27/0.52/0.32)	

CMYK percentages

%0
%26.59
%52.02
%32.16

Codes

Color #AD7F53 in popluar color models

AD7F53
RGB17312783
HSL29°35.43%50.20%
HSB/HSV29°52.02%67.84%
CMYK0.00%26.59%52.02%
32.16%

Color #AD7F53 in popluar number systems.

HEXAD7F53
Decimal17312783
Binary1010110111111111010011
Octal255177123

Shades and tints

Shades of #AD7F53

#AD7F53
(173,127,83)
#9E744C
(158,116,76)
#8F6945
(143,105,69)
#805E3E
(128,94,62)
#715337
(113,83,55)
#624830
(98,72,48)
#533D29
(83,61,41)
#443222
(68,50,34)
#35271B
(53,39,27)
#261C14
(38,28,20)
#17110D
(23,17,13)
#000000
(0,0,0)

Tints of #AD7F53

#AD7F53
(173,127,83)
#B48A62
(180,138,98)
#BB9571
(187,149,113)
#C2A080
(194,160,128)
#C9AB8F
(201,171,143)
#D0B69E
(208,182,158)
#D7C1AD
(215,193,173)
#DECCBC
(222,204,188)
#E5D7CB
(229,215,203)
#ECE2DA
(236,226,218)
#F3EDE9
(243,237,233)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #AD7F53; }

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

This text font color is #AD7F53.


Background Color

.myBgColor { background-color: #AD7F53; }

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

This div background color is #AD7F53.


Border color

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

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

This div border color is #AD7F53.


Opacity

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

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

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

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

This text has shadow with #AD7F53 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #AD7F53 on black background.


Color preview on white background

This text has color #AD7F53 on white background.



Black color preview on #AD7F53 background

This text has black color on #AD7F53 background.


White color preview on #AD7F53 background

This text has white color on #AD7F53 background.