COLOR #857077

HEX: #857077
RGB: (133,112,119)

Color info

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

RGB color model

#857077 color RGB value is (133,112,119).

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

RGB channels and saturation

R 133 of 255 = 52%
G 112 of 255 = 44%
B 119 of 255 = 47%

133
112
119

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

Portions of RGB colors in percentages

R + G + B =
133 + 112 + 119 = 364 (100%)
R 133 of 364 ~ 36.54%
G 112 of 364 ~ 30.77%
B 119 of 364 ~ 32.69%

%36.54
%30.77
%32.69

CMYK color model

#857077 color CMYK value is (0,16,11,48).

  • cyan value is 0.00%
  • magenta value is 15.79%
  • yellow value is 10.53%
  • key color value is 47.84%
CMYK:
(0,16,11,48)
C0M16Y11K48 
(0%,16%,11%,48%)
(0.00/0.16/0.11/0.48)	

CMYK percentages

%0
%15.79
%10.53
%47.84

Codes

Color #857077 in popluar color models

857077
RGB133112119
HSL340°8.57%48.04%
HSB/HSV340°15.79%52.16%
CMYK0.00%15.79%10.53%
47.84%

Color #857077 in popluar number systems.

HEX857077
Decimal133112119
Binary1000010111100001110111
Octal205160167

Shades and tints

Shades of #857077

#857077
(133,112,119)
#79666D
(121,102,109)
#6D5C63
(109,92,99)
#615259
(97,82,89)
#55484F
(85,72,79)
#493E45
(73,62,69)
#3D343B
(61,52,59)
#312A31
(49,42,49)
#252027
(37,32,39)
#19161D
(25,22,29)
#0D0C13
(13,12,19)
#000000
(0,0,0)

Tints of #857077

#857077
(133,112,119)
#907D83
(144,125,131)
#9B8A8F
(155,138,143)
#A6979B
(166,151,155)
#B1A4A7
(177,164,167)
#BCB1B3
(188,177,179)
#C7BEBF
(199,190,191)
#D2CBCB
(210,203,203)
#DDD8D7
(221,216,215)
#E8E5E3
(232,229,227)
#F3F2EF
(243,242,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #857077; }

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

This text font color is #857077.


Background Color

.myBgColor { background-color: #857077; }

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

This div background color is #857077.


Border color

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

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

This div border color is #857077.


Opacity

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

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

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

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

This text has shadow with #857077 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #857077 on black background.


Color preview on white background

This text has color #857077 on white background.



Black color preview on #857077 background

This text has black color on #857077 background.


White color preview on #857077 background

This text has white color on #857077 background.