COLOR #857576

HEX: #857576
RGB: (133,117,118)

Color info

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

RGB color model

#857576 color RGB value is (133,117,118).

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

RGB channels and saturation

R 133 of 255 = 52%
G 117 of 255 = 46%
B 118 of 255 = 46%

133
117
118

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

Portions of RGB colors in percentages

R + G + B =
133 + 117 + 118 = 368 (100%)
R 133 of 368 ~ 36.14%
G 117 of 368 ~ 31.79%
B 118 of 368 ~ 32.07%

%36.14
%31.79
%32.07

CMYK color model

#857576 color CMYK value is (0,12,11,48).

  • cyan value is 0.00%
  • magenta value is 12.03%
  • yellow value is 11.28%
  • key color value is 47.84%
CMYK:
(0,12,11,48)
C0M12Y11K48 
(0%,12%,11%,48%)
(0.00/0.12/0.11/0.48)	

CMYK percentages

%0
%12.03
%11.28
%47.84

Codes

Color #857576 in popluar color models

857576
RGB133117118
HSL356°6.40%49.02%
HSB/HSV356°12.03%52.16%
CMYK0.00%12.03%11.28%
47.84%

Color #857576 in popluar number systems.

HEX857576
Decimal133117118
Binary1000010111101011110110
Octal205165166

Shades and tints

Shades of #857576

#857576
(133,117,118)
#796B6C
(121,107,108)
#6D6162
(109,97,98)
#615758
(97,87,88)
#554D4E
(85,77,78)
#494344
(73,67,68)
#3D393A
(61,57,58)
#312F30
(49,47,48)
#252526
(37,37,38)
#191B1C
(25,27,28)
#0D1112
(13,17,18)
#000000
(0,0,0)

Tints of #857576

#857576
(133,117,118)
#908182
(144,129,130)
#9B8D8E
(155,141,142)
#A6999A
(166,153,154)
#B1A5A6
(177,165,166)
#BCB1B2
(188,177,178)
#C7BDBE
(199,189,190)
#D2C9CA
(210,201,202)
#DDD5D6
(221,213,214)
#E8E1E2
(232,225,226)
#F3EDEE
(243,237,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #857576; }

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

This text font color is #857576.


Background Color

.myBgColor { background-color: #857576; }

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

This div background color is #857576.


Border color

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

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

This div border color is #857576.


Opacity

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

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

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

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

This text has shadow with #857576 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #857576 on black background.


Color preview on white background

This text has color #857576 on white background.



Black color preview on #857576 background

This text has black color on #857576 background.


White color preview on #857576 background

This text has white color on #857576 background.