COLOR #A87C4F

HEX: #A87C4F
RGB: (168,124,79)

Color info

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

RGB color model

#A87C4F color RGB value is (168,124,79).

  • red value is 168;
  • green value is 124;
  • blue value is 79.
RGB:
(168,124,79)
(66%,49%,31%)

RGB channels and saturation

R 168 of 255 = 66%
G 124 of 255 = 49%
B 79 of 255 = 31%

168
124
79

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

Portions of RGB colors in percentages

R + G + B =
168 + 124 + 79 = 371 (100%)
R 168 of 371 ~ 45.28%
G 124 of 371 ~ 33.42%
B 79 of 371 ~ 21.29%

%45.28
%33.42
%21.29

CMYK color model

#A87C4F color CMYK value is (0,26,53,34).

  • cyan value is 0.00%
  • magenta value is 26.19%
  • yellow value is 52.98%
  • key color value is 34.12%
CMYK:
(0,26,53,34)
C0M26Y53K34 
(0%,26%,53%,34%)
(0.00/0.26/0.53/0.34)	

CMYK percentages

%0
%26.19
%52.98
%34.12

Codes

Color #A87C4F in popluar color models

A87C4F
RGB16812479
HSL30°36.03%48.43%
HSB/HSV30°52.98%65.88%
CMYK0.00%26.19%52.98%
34.12%

Color #A87C4F in popluar number systems.

HEXA87C4F
Decimal16812479
Binary1010100011111001001111
Octal250174117

Shades and tints

Shades of #A87C4F

#A87C4F
(168,124,79)
#997148
(153,113,72)
#8A6641
(138,102,65)
#7B5B3A
(123,91,58)
#6C5033
(108,80,51)
#5D452C
(93,69,44)
#4E3A25
(78,58,37)
#3F2F1E
(63,47,30)
#302417
(48,36,23)
#211910
(33,25,16)
#120E09
(18,14,9)
#000000
(0,0,0)

Tints of #A87C4F

#A87C4F
(168,124,79)
#AF875F
(175,135,95)
#B6926F
(182,146,111)
#BD9D7F
(189,157,127)
#C4A88F
(196,168,143)
#CBB39F
(203,179,159)
#D2BEAF
(210,190,175)
#D9C9BF
(217,201,191)
#E0D4CF
(224,212,207)
#E7DFDF
(231,223,223)
#EEEAEF
(238,234,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A87C4F color. Also use rgb(168,124,79) instead hex code.

Text Font Color

.myTextColor { color: #A87C4F; }

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

This text font color is #A87C4F.


Background Color

.myBgColor { background-color: #A87C4F; }

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

This div background color is #A87C4F.


Border color

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

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

This div border color is #A87C4F.


Opacity

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

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

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

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

This text has shadow with #A87C4F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A87C4F on black background.


Color preview on white background

This text has color #A87C4F on white background.



Black color preview on #A87C4F background

This text has black color on #A87C4F background.


White color preview on #A87C4F background

This text has white color on #A87C4F background.