COLOR #87826D

HEX: #87826D
RGB: (135,130,109)

Color info

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

RGB color model

#87826D color RGB value is (135,130,109).

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

RGB channels and saturation

R 135 of 255 = 53%
G 130 of 255 = 51%
B 109 of 255 = 43%

135
130
109

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

Portions of RGB colors in percentages

R + G + B =
135 + 130 + 109 = 374 (100%)
R 135 of 374 ~ 36.1%
G 130 of 374 ~ 34.76%
B 109 of 374 ~ 29.14%

%36.1
%34.76
%29.14

CMYK color model

#87826D color CMYK value is (0,4,19,47).

  • cyan value is 0.00%
  • magenta value is 3.70%
  • yellow value is 19.26%
  • 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
%3.7
%19.26
%47.06

Codes

Color #87826D in popluar color models

87826D
RGB135130109
HSL48°10.66%47.84%
HSB/HSV48°19.26%52.94%
CMYK0.00%3.70%19.26%
47.06%

Color #87826D in popluar number systems.

HEX87826D
Decimal135130109
Binary10000111100000101101101
Octal207202155

Shades and tints

Shades of #87826D

#87826D
(135,130,109)
#7B7764
(123,119,100)
#6F6C5B
(111,108,91)
#636152
(99,97,82)
#575649
(87,86,73)
#4B4B40
(75,75,64)
#3F4037
(63,64,55)
#33352E
(51,53,46)
#272A25
(39,42,37)
#1B1F1C
(27,31,28)
#0F1413
(15,20,19)
#000000
(0,0,0)

Tints of #87826D

#87826D
(135,130,109)
#918D7A
(145,141,122)
#9B9887
(155,152,135)
#A5A394
(165,163,148)
#AFAEA1
(175,174,161)
#B9B9AE
(185,185,174)
#C3C4BB
(195,196,187)
#CDCFC8
(205,207,200)
#D7DAD5
(215,218,213)
#E1E5E2
(225,229,226)
#EBF0EF
(235,240,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #87826D; }

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

This text font color is #87826D.


Background Color

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

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

This div background color is #87826D.


Border color

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

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

This div border color is #87826D.


Opacity

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

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

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

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

This text has shadow with #87826D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #87826D on black background.


Color preview on white background

This text has color #87826D on white background.



Black color preview on #87826D background

This text has black color on #87826D background.


White color preview on #87826D background

This text has white color on #87826D background.