COLOR #87816E

HEX: #87816E
RGB: (135,129,110)

Color info

#87816E contains red, green and blue colors in about the same proportion. Web safe color of #87816E is #999966 (or #996).

RGB color model

#87816E color RGB value is (135,129,110).

  • red value is 135;
  • green value is 129;
  • blue value is 110.
RGB:
(135,129,110)
(53%,51%,43%)

RGB channels and saturation

R 135 of 255 = 53%
G 129 of 255 = 51%
B 110 of 255 = 43%

135
129
110

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

Portions of RGB colors in percentages

R + G + B =
135 + 129 + 110 = 374 (100%)
R 135 of 374 ~ 36.1%
G 129 of 374 ~ 34.49%
B 110 of 374 ~ 29.41%

%36.1
%34.49
%29.41

CMYK color model

#87816E color CMYK value is (0,4,19,47).

  • cyan value is 0.00%
  • magenta value is 4.44%
  • yellow value is 18.52%
  • key color value is 47.06%
CMYK:
(0,4,19,47)
C0M4Y19K47 
(0%,4%,19%,47%)
(0.00/0.04/0.19/0.47)	

CMYK percentages

%0
%4.44
%18.52
%47.06

Codes

Color #87816E in popluar color models

87816E
RGB135129110
HSL46°10.20%48.04%
HSB/HSV46°18.52%52.94%
CMYK0.00%4.44%18.52%
47.06%

Color #87816E in popluar number systems.

HEX87816E
Decimal135129110
Binary10000111100000011101110
Octal207201156

Shades and tints

Shades of #87816E

#87816E
(135,129,110)
#7B7664
(123,118,100)
#6F6B5A
(111,107,90)
#636050
(99,96,80)
#575546
(87,85,70)
#4B4A3C
(75,74,60)
#3F3F32
(63,63,50)
#333428
(51,52,40)
#27291E
(39,41,30)
#1B1E14
(27,30,20)
#0F130A
(15,19,10)
#000000
(0,0,0)

Tints of #87816E

#87816E
(135,129,110)
#918C7B
(145,140,123)
#9B9788
(155,151,136)
#A5A295
(165,162,149)
#AFADA2
(175,173,162)
#B9B8AF
(185,184,175)
#C3C3BC
(195,195,188)
#CDCEC9
(205,206,201)
#D7D9D6
(215,217,214)
#E1E4E3
(225,228,227)
#EBEFF0
(235,239,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #87816E color. Also use rgb(135,129,110) instead hex code.

Text Font Color

.myTextColor { color: #87816E; }

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

This text font color is #87816E.


Background Color

.myBgColor { background-color: #87816E; }

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

This div background color is #87816E.


Border color

.myBorderColor { border: 1px solid #87816E; }

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

This div border color is #87816E.


Opacity

.myOpacity80 { color: #87816E; opacity: 0.8; }

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

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

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

This text has shadow with #87816E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #87816E on black background.


Color preview on white background

This text has color #87816E on white background.



Black color preview on #87816E background

This text has black color on #87816E background.


White color preview on #87816E background

This text has white color on #87816E background.