COLOR #857579

HEX: #857579
RGB: (133,117,121)

Color info

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

RGB color model

#857579 color RGB value is (133,117,121).

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

RGB channels and saturation

R 133 of 255 = 52%
G 117 of 255 = 46%
B 121 of 255 = 47%

133
117
121

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

Portions of RGB colors in percentages

R + G + B =
133 + 117 + 121 = 371 (100%)
R 133 of 371 ~ 35.85%
G 117 of 371 ~ 31.54%
B 121 of 371 ~ 32.61%

%35.85
%31.54
%32.61

CMYK color model

#857579 color CMYK value is (0,12,9,48).

  • cyan value is 0.00%
  • magenta value is 12.03%
  • yellow value is 9.02%
  • key color value is 47.84%
CMYK:
(0,12,9,48)
C0M12Y9K48 
(0%,12%,9%,48%)
(0.00/0.12/0.09/0.48)	

CMYK percentages

%0
%12.03
%9.02
%47.84

Codes

Color #857579 in popluar color models

857579
RGB133117121
HSL345°6.40%49.02%
HSB/HSV345°12.03%52.16%
CMYK0.00%12.03%9.02%
47.84%

Color #857579 in popluar number systems.

HEX857579
Decimal133117121
Binary1000010111101011111001
Octal205165171

Shades and tints

Shades of #857579

#857579
(133,117,121)
#796B6E
(121,107,110)
#6D6163
(109,97,99)
#615758
(97,87,88)
#554D4D
(85,77,77)
#494342
(73,67,66)
#3D3937
(61,57,55)
#312F2C
(49,47,44)
#252521
(37,37,33)
#191B16
(25,27,22)
#0D110B
(13,17,11)
#000000
(0,0,0)

Tints of #857579

#857579
(133,117,121)
#908185
(144,129,133)
#9B8D91
(155,141,145)
#A6999D
(166,153,157)
#B1A5A9
(177,165,169)
#BCB1B5
(188,177,181)
#C7BDC1
(199,189,193)
#D2C9CD
(210,201,205)
#DDD5D9
(221,213,217)
#E8E1E5
(232,225,229)
#F3EDF1
(243,237,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #857579; }

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

This text font color is #857579.


Background Color

.myBgColor { background-color: #857579; }

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

This div background color is #857579.


Border color

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

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

This div border color is #857579.


Opacity

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

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

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

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

This text has shadow with #857579 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #857579 on black background.


Color preview on white background

This text has color #857579 on white background.



Black color preview on #857579 background

This text has black color on #857579 background.


White color preview on #857579 background

This text has white color on #857579 background.