COLOR #857277

HEX: #857277
RGB: (133,114,119)

Color info

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

RGB color model

#857277 color RGB value is (133,114,119).

  • red value is 133;
  • green value is 114;
  • blue value is 119.
RGB:
(133,114,119)
(52%,45%,47%)

RGB channels and saturation

R 133 of 255 = 52%
G 114 of 255 = 45%
B 119 of 255 = 47%

133
114
119

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

Portions of RGB colors in percentages

R + G + B =
133 + 114 + 119 = 366 (100%)
R 133 of 366 ~ 36.34%
G 114 of 366 ~ 31.15%
B 119 of 366 ~ 32.51%

%36.34
%31.15
%32.51

CMYK color model

#857277 color CMYK value is (0,14,11,48).

  • cyan value is 0.00%
  • magenta value is 14.29%
  • yellow value is 10.53%
  • key color value is 47.84%
CMYK:
(0,14,11,48)
C0M14Y11K48 
(0%,14%,11%,48%)
(0.00/0.14/0.11/0.48)	

CMYK percentages

%0
%14.29
%10.53
%47.84

Codes

Color #857277 in popluar color models

857277
RGB133114119
HSL344°7.69%48.43%
HSB/HSV344°14.29%52.16%
CMYK0.00%14.29%10.53%
47.84%

Color #857277 in popluar number systems.

HEX857277
Decimal133114119
Binary1000010111100101110111
Octal205162167

Shades and tints

Shades of #857277

#857277
(133,114,119)
#79686D
(121,104,109)
#6D5E63
(109,94,99)
#615459
(97,84,89)
#554A4F
(85,74,79)
#494045
(73,64,69)
#3D363B
(61,54,59)
#312C31
(49,44,49)
#252227
(37,34,39)
#19181D
(25,24,29)
#0D0E13
(13,14,19)
#000000
(0,0,0)

Tints of #857277

#857277
(133,114,119)
#907E83
(144,126,131)
#9B8A8F
(155,138,143)
#A6969B
(166,150,155)
#B1A2A7
(177,162,167)
#BCAEB3
(188,174,179)
#C7BABF
(199,186,191)
#D2C6CB
(210,198,203)
#DDD2D7
(221,210,215)
#E8DEE3
(232,222,227)
#F3EAEF
(243,234,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #857277 color. Also use rgb(133,114,119) instead hex code.

Text Font Color

.myTextColor { color: #857277; }

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

This text font color is #857277.


Background Color

.myBgColor { background-color: #857277; }

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

This div background color is #857277.


Border color

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

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

This div border color is #857277.


Opacity

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

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

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

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

This text has shadow with #857277 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #857277 on black background.


Color preview on white background

This text has color #857277 on white background.



Black color preview on #857277 background

This text has black color on #857277 background.


White color preview on #857277 background

This text has white color on #857277 background.