COLOR #A87F3B

HEX: #A87F3B
RGB: (168,127,59)

Color info

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

RGB color model

#A87F3B color RGB value is (168,127,59).

  • red value is 168;
  • green value is 127;
  • blue value is 59.
RGB:
(168,127,59)
(66%,50%,23%)

RGB channels and saturation

R 168 of 255 = 66%
G 127 of 255 = 50%
B 59 of 255 = 23%

168
127
59

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

Portions of RGB colors in percentages

R + G + B =
168 + 127 + 59 = 354 (100%)
R 168 of 354 ~ 47.46%
G 127 of 354 ~ 35.88%
B 59 of 354 ~ 16.67%

%47.46
%35.88
%16.67

CMYK color model

#A87F3B color CMYK value is (0,24,65,34).

  • cyan value is 0.00%
  • magenta value is 24.40%
  • yellow value is 64.88%
  • key color value is 34.12%
CMYK:
(0,24,65,34)
C0M24Y65K34 
(0%,24%,65%,34%)
(0.00/0.24/0.65/0.34)	

CMYK percentages

%0
%24.4
%64.88
%34.12

Codes

Color #A87F3B in popluar color models

A87F3B
RGB16812759
HSL37°48.02%44.51%
HSB/HSV37°64.88%65.88%
CMYK0.00%24.40%64.88%
34.12%

Color #A87F3B in popluar number systems.

HEXA87F3B
Decimal16812759
Binary101010001111111111011
Octal25017773

Shades and tints

Shades of #A87F3B

#A87F3B
(168,127,59)
#997436
(153,116,54)
#8A6931
(138,105,49)
#7B5E2C
(123,94,44)
#6C5327
(108,83,39)
#5D4822
(93,72,34)
#4E3D1D
(78,61,29)
#3F3218
(63,50,24)
#302713
(48,39,19)
#211C0E
(33,28,14)
#121109
(18,17,9)
#000000
(0,0,0)

Tints of #A87F3B

#A87F3B
(168,127,59)
#AF8A4C
(175,138,76)
#B6955D
(182,149,93)
#BDA06E
(189,160,110)
#C4AB7F
(196,171,127)
#CBB690
(203,182,144)
#D2C1A1
(210,193,161)
#D9CCB2
(217,204,178)
#E0D7C3
(224,215,195)
#E7E2D4
(231,226,212)
#EEEDE5
(238,237,229)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A87F3B color. Also use rgb(168,127,59) instead hex code.

Text Font Color

.myTextColor { color: #A87F3B; }

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

This text font color is #A87F3B.


Background Color

.myBgColor { background-color: #A87F3B; }

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

This div background color is #A87F3B.


Border color

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

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

This div border color is #A87F3B.


Opacity

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

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

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

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

This text has shadow with #A87F3B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A87F3B on black background.


Color preview on white background

This text has color #A87F3B on white background.



Black color preview on #A87F3B background

This text has black color on #A87F3B background.


White color preview on #A87F3B background

This text has white color on #A87F3B background.