COLOR #868076

HEX: #868076
RGB: (134,128,118)

Color info

#868076 contains red, green and blue colors in about the same proportion. Web safe color of #868076 is #996666 (or #966).

RGB color model

#868076 color RGB value is (134,128,118).

  • red value is 134;
  • green value is 128;
  • blue value is 118.
RGB:
(134,128,118)
(53%,50%,46%)

RGB channels and saturation

R 134 of 255 = 53%
G 128 of 255 = 50%
B 118 of 255 = 46%

134
128
118

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

Portions of RGB colors in percentages

R + G + B =
134 + 128 + 118 = 380 (100%)
R 134 of 380 ~ 35.26%
G 128 of 380 ~ 33.68%
B 118 of 380 ~ 31.05%

%35.26
%33.68
%31.05

CMYK color model

#868076 color CMYK value is (0,4,12,47).

  • cyan value is 0.00%
  • magenta value is 4.48%
  • yellow value is 11.94%
  • key color value is 47.45%
CMYK:
(0,4,12,47)
C0M4Y12K47 
(0%,4%,12%,47%)
(0.00/0.04/0.12/0.47)	

CMYK percentages

%0
%4.48
%11.94
%47.45

Codes

Color #868076 in popluar color models

868076
RGB134128118
HSL38°6.35%49.41%
HSB/HSV38°11.94%52.55%
CMYK0.00%4.48%11.94%
47.45%

Color #868076 in popluar number systems.

HEX868076
Decimal134128118
Binary10000110100000001110110
Octal206200166

Shades and tints

Shades of #868076

#868076
(134,128,118)
#7A756C
(122,117,108)
#6E6A62
(110,106,98)
#625F58
(98,95,88)
#56544E
(86,84,78)
#4A4944
(74,73,68)
#3E3E3A
(62,62,58)
#323330
(50,51,48)
#262826
(38,40,38)
#1A1D1C
(26,29,28)
#0E1212
(14,18,18)
#000000
(0,0,0)

Tints of #868076

#868076
(134,128,118)
#918B82
(145,139,130)
#9C968E
(156,150,142)
#A7A19A
(167,161,154)
#B2ACA6
(178,172,166)
#BDB7B2
(189,183,178)
#C8C2BE
(200,194,190)
#D3CDCA
(211,205,202)
#DED8D6
(222,216,214)
#E9E3E2
(233,227,226)
#F4EEEE
(244,238,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #868076 color. Also use rgb(134,128,118) instead hex code.

Text Font Color

.myTextColor { color: #868076; }

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

This text font color is #868076.


Background Color

.myBgColor { background-color: #868076; }

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

This div background color is #868076.


Border color

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

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

This div border color is #868076.


Opacity

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

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

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

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

This text has shadow with #868076 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #868076 on black background.


Color preview on white background

This text has color #868076 on white background.



Black color preview on #868076 background

This text has black color on #868076 background.


White color preview on #868076 background

This text has white color on #868076 background.