COLOR #857D7F

HEX: #857D7F
RGB: (133,125,127)

Color info

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

RGB color model

#857D7F color RGB value is (133,125,127).

  • red value is 133;
  • green value is 125;
  • blue value is 127.
RGB:
(133,125,127)
(52%,49%,50%)

RGB channels and saturation

R 133 of 255 = 52%
G 125 of 255 = 49%
B 127 of 255 = 50%

133
125
127

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

Portions of RGB colors in percentages

R + G + B =
133 + 125 + 127 = 385 (100%)
R 133 of 385 ~ 34.55%
G 125 of 385 ~ 32.47%
B 127 of 385 ~ 32.99%

%34.55
%32.47
%32.99

CMYK color model

#857D7F color CMYK value is (0,6,5,48).

  • cyan value is 0.00%
  • magenta value is 6.02%
  • yellow value is 4.51%
  • key color value is 47.84%
CMYK:
(0,6,5,48)
C0M6Y5K48 
(0%,6%,5%,48%)
(0.00/0.06/0.05/0.48)	

CMYK percentages

%0
%6.02
%4.51
%47.84

Codes

Color #857D7F in popluar color models

857D7F
RGB133125127
HSL345°3.17%50.59%
HSB/HSV345°6.02%52.16%
CMYK0.00%6.02%4.51%
47.84%

Color #857D7F in popluar number systems.

HEX857D7F
Decimal133125127
Binary1000010111111011111111
Octal205175177

Shades and tints

Shades of #857D7F

#857D7F
(133,125,127)
#797274
(121,114,116)
#6D6769
(109,103,105)
#615C5E
(97,92,94)
#555153
(85,81,83)
#494648
(73,70,72)
#3D3B3D
(61,59,61)
#313032
(49,48,50)
#252527
(37,37,39)
#191A1C
(25,26,28)
#0D0F11
(13,15,17)
#000000
(0,0,0)

Tints of #857D7F

#857D7F
(133,125,127)
#90888A
(144,136,138)
#9B9395
(155,147,149)
#A69EA0
(166,158,160)
#B1A9AB
(177,169,171)
#BCB4B6
(188,180,182)
#C7BFC1
(199,191,193)
#D2CACC
(210,202,204)
#DDD5D7
(221,213,215)
#E8E0E2
(232,224,226)
#F3EBED
(243,235,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #857D7F color. Also use rgb(133,125,127) instead hex code.

Text Font Color

.myTextColor { color: #857D7F; }

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

This text font color is #857D7F.


Background Color

.myBgColor { background-color: #857D7F; }

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

This div background color is #857D7F.


Border color

.myBorderColor { border: 1px solid #857D7F; }

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

This div border color is #857D7F.


Opacity

.myOpacity80 { color: #857D7F; opacity: 0.8; }

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

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

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

This text has shadow with #857D7F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #857D7F on black background.


Color preview on white background

This text has color #857D7F on white background.



Black color preview on #857D7F background

This text has black color on #857D7F background.


White color preview on #857D7F background

This text has white color on #857D7F background.