COLOR #868477

HEX: #868477
RGB: (134,132,119)

Color info

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

RGB color model

#868477 color RGB value is (134,132,119).

  • red value is 134;
  • green value is 132;
  • blue value is 119.
RGB:
(134,132,119)
(53%,52%,47%)

RGB channels and saturation

R 134 of 255 = 53%
G 132 of 255 = 52%
B 119 of 255 = 47%

134
132
119

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

Portions of RGB colors in percentages

R + G + B =
134 + 132 + 119 = 385 (100%)
R 134 of 385 ~ 34.81%
G 132 of 385 ~ 34.29%
B 119 of 385 ~ 30.91%

%34.81
%34.29
%30.91

CMYK color model

#868477 color CMYK value is (0,1,11,47).

  • cyan value is 0.00%
  • magenta value is 1.49%
  • yellow value is 11.19%
  • key color value is 47.45%
CMYK:
(0,1,11,47)
C0M1Y11K47 
(0%,1%,11%,47%)
(0.00/0.01/0.11/0.47)	

CMYK percentages

%0
%1.49
%11.19
%47.45

Codes

Color #868477 in popluar color models

868477
RGB134132119
HSL52°5.93%49.61%
HSB/HSV52°11.19%52.55%
CMYK0.00%1.49%11.19%
47.45%

Color #868477 in popluar number systems.

HEX868477
Decimal134132119
Binary10000110100001001110111
Octal206204167

Shades and tints

Shades of #868477

#868477
(134,132,119)
#7A786D
(122,120,109)
#6E6C63
(110,108,99)
#626059
(98,96,89)
#56544F
(86,84,79)
#4A4845
(74,72,69)
#3E3C3B
(62,60,59)
#323031
(50,48,49)
#262427
(38,36,39)
#1A181D
(26,24,29)
#0E0C13
(14,12,19)
#000000
(0,0,0)

Tints of #868477

#868477
(134,132,119)
#918F83
(145,143,131)
#9C9A8F
(156,154,143)
#A7A59B
(167,165,155)
#B2B0A7
(178,176,167)
#BDBBB3
(189,187,179)
#C8C6BF
(200,198,191)
#D3D1CB
(211,209,203)
#DEDCD7
(222,220,215)
#E9E7E3
(233,231,227)
#F4F2EF
(244,242,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #868477 color. Also use rgb(134,132,119) instead hex code.

Text Font Color

.myTextColor { color: #868477; }

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

This text font color is #868477.


Background Color

.myBgColor { background-color: #868477; }

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

This div background color is #868477.


Border color

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

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

This div border color is #868477.


Opacity

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

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

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

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

This text has shadow with #868477 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #868477 on black background.


Color preview on white background

This text has color #868477 on white background.



Black color preview on #868477 background

This text has black color on #868477 background.


White color preview on #868477 background

This text has white color on #868477 background.