COLOR #878683

HEX: #878683
RGB: (135,134,131)

Color info

#878683 contains red, green and blue colors in about the same proportion. Web safe color of #878683 is #999999 (or #999).

RGB color model

#878683 color RGB value is (135,134,131).

  • red value is 135;
  • green value is 134;
  • blue value is 131.
RGB:
(135,134,131)
(53%,53%,51%)

RGB channels and saturation

R 135 of 255 = 53%
G 134 of 255 = 53%
B 131 of 255 = 51%

135
134
131

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

Portions of RGB colors in percentages

R + G + B =
135 + 134 + 131 = 400 (100%)
R 135 of 400 ~ 33.75%
G 134 of 400 ~ 33.5%
B 131 of 400 ~ 32.75%

%33.75
%33.5
%32.75

CMYK color model

#878683 color CMYK value is (0,1,3,47).

  • cyan value is 0.00%
  • magenta value is 0.74%
  • yellow value is 2.96%
  • key color value is 47.06%
CMYK:
(0,1,3,47)
C0M1Y3K47 
(0%,1%,3%,47%)
(0.00/0.01/0.03/0.47)	

CMYK percentages

%0
%0.74
%2.96
%47.06

Codes

Color #878683 in popluar color models

878683
RGB135134131
HSL45°1.64%52.16%
HSB/HSV45°2.96%52.94%
CMYK0.00%0.74%2.96%
47.06%

Color #878683 in popluar number systems.

HEX878683
Decimal135134131
Binary100001111000011010000011
Octal207206203

Shades and tints

Shades of #878683

#878683
(135,134,131)
#7B7A78
(123,122,120)
#6F6E6D
(111,110,109)
#636262
(99,98,98)
#575657
(87,86,87)
#4B4A4C
(75,74,76)
#3F3E41
(63,62,65)
#333236
(51,50,54)
#27262B
(39,38,43)
#1B1A20
(27,26,32)
#0F0E15
(15,14,21)
#000000
(0,0,0)

Tints of #878683

#878683
(135,134,131)
#91918E
(145,145,142)
#9B9C99
(155,156,153)
#A5A7A4
(165,167,164)
#AFB2AF
(175,178,175)
#B9BDBA
(185,189,186)
#C3C8C5
(195,200,197)
#CDD3D0
(205,211,208)
#D7DEDB
(215,222,219)
#E1E9E6
(225,233,230)
#EBF4F1
(235,244,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #878683 color. Also use rgb(135,134,131) instead hex code.

Text Font Color

.myTextColor { color: #878683; }

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

This text font color is #878683.


Background Color

.myBgColor { background-color: #878683; }

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

This div background color is #878683.


Border color

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

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

This div border color is #878683.


Opacity

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

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

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

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

This text has shadow with #878683 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #878683 on black background.


Color preview on white background

This text has color #878683 on white background.



Black color preview on #878683 background

This text has black color on #878683 background.


White color preview on #878683 background

This text has white color on #878683 background.