COLOR #858076

HEX: #858076
RGB: (133,128,118)

Color info

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

RGB color model

#858076 color RGB value is (133,128,118).

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

RGB channels and saturation

R 133 of 255 = 52%
G 128 of 255 = 50%
B 118 of 255 = 46%

133
128
118

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

Portions of RGB colors in percentages

R + G + B =
133 + 128 + 118 = 379 (100%)
R 133 of 379 ~ 35.09%
G 128 of 379 ~ 33.77%
B 118 of 379 ~ 31.13%

%35.09
%33.77
%31.13

CMYK color model

#858076 color CMYK value is (0,4,11,48).

  • cyan value is 0.00%
  • magenta value is 3.76%
  • yellow value is 11.28%
  • key color value is 47.84%
CMYK:
(0,4,11,48)
C0M4Y11K48 
(0%,4%,11%,48%)
(0.00/0.04/0.11/0.48)	

CMYK percentages

%0
%3.76
%11.28
%47.84

Codes

Color #858076 in popluar color models

858076
RGB133128118
HSL40°5.98%49.22%
HSB/HSV40°11.28%52.16%
CMYK0.00%3.76%11.28%
47.84%

Color #858076 in popluar number systems.

HEX858076
Decimal133128118
Binary10000101100000001110110
Octal205200166

Shades and tints

Shades of #858076

#858076
(133,128,118)
#79756C
(121,117,108)
#6D6A62
(109,106,98)
#615F58
(97,95,88)
#55544E
(85,84,78)
#494944
(73,73,68)
#3D3E3A
(61,62,58)
#313330
(49,51,48)
#252826
(37,40,38)
#191D1C
(25,29,28)
#0D1212
(13,18,18)
#000000
(0,0,0)

Tints of #858076

#858076
(133,128,118)
#908B82
(144,139,130)
#9B968E
(155,150,142)
#A6A19A
(166,161,154)
#B1ACA6
(177,172,166)
#BCB7B2
(188,183,178)
#C7C2BE
(199,194,190)
#D2CDCA
(210,205,202)
#DDD8D6
(221,216,214)
#E8E3E2
(232,227,226)
#F3EEEE
(243,238,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #858076; }

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

This text font color is #858076.


Background Color

.myBgColor { background-color: #858076; }

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

This div background color is #858076.


Border color

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

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

This div border color is #858076.


Opacity

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

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

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

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

This text has shadow with #858076 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #858076 on black background.


Color preview on white background

This text has color #858076 on white background.



Black color preview on #858076 background

This text has black color on #858076 background.


White color preview on #858076 background

This text has white color on #858076 background.