COLOR #87817B

HEX: #87817B
RGB: (135,129,123)

Color info

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

RGB color model

#87817B color RGB value is (135,129,123).

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

RGB channels and saturation

R 135 of 255 = 53%
G 129 of 255 = 51%
B 123 of 255 = 48%

135
129
123

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

Portions of RGB colors in percentages

R + G + B =
135 + 129 + 123 = 387 (100%)
R 135 of 387 ~ 34.88%
G 129 of 387 ~ 33.33%
B 123 of 387 ~ 31.78%

%34.88
%33.33
%31.78

CMYK color model

#87817B color CMYK value is (0,4,9,47).

  • cyan value is 0.00%
  • magenta value is 4.44%
  • yellow value is 8.89%
  • key color value is 47.06%
CMYK:
(0,4,9,47)
C0M4Y9K47 
(0%,4%,9%,47%)
(0.00/0.04/0.09/0.47)	

CMYK percentages

%0
%4.44
%8.89
%47.06

Codes

Color #87817B in popluar color models

87817B
RGB135129123
HSL30°4.76%50.59%
HSB/HSV30°8.89%52.94%
CMYK0.00%4.44%8.89%
47.06%

Color #87817B in popluar number systems.

HEX87817B
Decimal135129123
Binary10000111100000011111011
Octal207201173

Shades and tints

Shades of #87817B

#87817B
(135,129,123)
#7B7670
(123,118,112)
#6F6B65
(111,107,101)
#63605A
(99,96,90)
#57554F
(87,85,79)
#4B4A44
(75,74,68)
#3F3F39
(63,63,57)
#33342E
(51,52,46)
#272923
(39,41,35)
#1B1E18
(27,30,24)
#0F130D
(15,19,13)
#000000
(0,0,0)

Tints of #87817B

#87817B
(135,129,123)
#918C87
(145,140,135)
#9B9793
(155,151,147)
#A5A29F
(165,162,159)
#AFADAB
(175,173,171)
#B9B8B7
(185,184,183)
#C3C3C3
(195,195,195)
#CDCECF
(205,206,207)
#D7D9DB
(215,217,219)
#E1E4E7
(225,228,231)
#EBEFF3
(235,239,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #87817B color. Also use rgb(135,129,123) instead hex code.

Text Font Color

.myTextColor { color: #87817B; }

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

This text font color is #87817B.


Background Color

.myBgColor { background-color: #87817B; }

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

This div background color is #87817B.


Border color

.myBorderColor { border: 1px solid #87817B; }

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

This div border color is #87817B.


Opacity

.myOpacity80 { color: #87817B; opacity: 0.8; }

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

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

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

This text has shadow with #87817B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #87817B on black background.


Color preview on white background

This text has color #87817B on white background.



Black color preview on #87817B background

This text has black color on #87817B background.


White color preview on #87817B background

This text has white color on #87817B background.