COLOR #87926D

HEX: #87926D
RGB: (135,146,109)

Color info

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

RGB color model

#87926D color RGB value is (135,146,109).

  • red value is 135;
  • green value is 146;
  • blue value is 109.
RGB:
(135,146,109)
(53%,57%,43%)

RGB channels and saturation

R 135 of 255 = 53%
G 146 of 255 = 57%
B 109 of 255 = 43%

135
146
109

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

Portions of RGB colors in percentages

R + G + B =
135 + 146 + 109 = 390 (100%)
R 135 of 390 ~ 34.62%
G 146 of 390 ~ 37.44%
B 109 of 390 ~ 27.95%

%34.62
%37.44
%27.95

CMYK color model

#87926D color CMYK value is (8,0,25,43).

  • cyan value is 7.53%
  • magenta value is 0.00%
  • yellow value is 25.34%
  • key color value is 42.75%
CMYK:
(8,0,25,43)
C8M0Y25K43 
(8%,0%,25%,43%)
(0.08/0.00/0.25/0.43)	

CMYK percentages

%7.53
%0
%25.34
%42.75

Codes

Color #87926D in popluar color models

87926D
RGB135146109
HSL78°14.51%50.00%
HSB/HSV78°25.34%57.25%
CMYK7.53%0.00%25.34%
42.75%

Color #87926D in popluar number systems.

HEX87926D
Decimal135146109
Binary10000111100100101101101
Octal207222155

Shades and tints

Shades of #87926D

#87926D
(135,146,109)
#7B8564
(123,133,100)
#6F785B
(111,120,91)
#636B52
(99,107,82)
#575E49
(87,94,73)
#4B5140
(75,81,64)
#3F4437
(63,68,55)
#33372E
(51,55,46)
#272A25
(39,42,37)
#1B1D1C
(27,29,28)
#0F1013
(15,16,19)
#000000
(0,0,0)

Tints of #87926D

#87926D
(135,146,109)
#919B7A
(145,155,122)
#9BA487
(155,164,135)
#A5AD94
(165,173,148)
#AFB6A1
(175,182,161)
#B9BFAE
(185,191,174)
#C3C8BB
(195,200,187)
#CDD1C8
(205,209,200)
#D7DAD5
(215,218,213)
#E1E3E2
(225,227,226)
#EBECEF
(235,236,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #87926D color. Also use rgb(135,146,109) instead hex code.

Text Font Color

.myTextColor { color: #87926D; }

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

This text font color is #87926D.


Background Color

.myBgColor { background-color: #87926D; }

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

This div background color is #87926D.


Border color

.myBorderColor { border: 1px solid #87926D; }

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

This div border color is #87926D.


Opacity

.myOpacity80 { color: #87926D; opacity: 0.8; }

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

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

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

This text has shadow with #87926D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #87926D on black background.


Color preview on white background

This text has color #87926D on white background.



Black color preview on #87926D background

This text has black color on #87926D background.


White color preview on #87926D background

This text has white color on #87926D background.