COLOR #857E72

HEX: #857E72 RGB: (133,126,114)

Color info

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

RGB color model

#857E72 color RGB value is (133,126,114).

RGB: (133,126,114) (52%, 49%, 45%)

RGB channels and saturation

R 133 of 255 = 52%
G 126 of 255 = 49%
B 114 of 255 = 45%

133
126
114

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

Portions of RGB colors in percentages

R + G + B = 133 + 126 + 114 = 373 (100%)
R 133 of 373 ~ 35.66%
G 126 of 373 ~ 33.78%
B 114 of 373 ~ 30.56'%

%35.66
%33.78
%30.56

CMYK color model

#857E72 color CMYK value is (0,5,14,48).

  • cyan value is 0.00%
  • magenta value is 5.26%
  • yellow value is 14.29%
  • key color value is 47.84%

CMYK: (0,5,14,48)
C0M5Y14K48 (0%, 5%, 14%, 48%)
(0.00 / 0.05 / 0.14 / 0.48)

CMYK percentages

%0
%5.26
%14.29
%47.84

Codes

Color #857E72 in popluar color models

85 7E 72
RGB 133 126 114
HSL 38° 7.69% 48.43%
HSB/HSV 38° 14.29% 52.16%
CMYK 0.00% 5.26% 14.29%
47.84%

Color #857E72 in popluar number systems.

HEX 85 7E 72
Decimal 133 126 114
Binary 10000101 1111110 1110010
Octal 205 176 162

Shades and tints

Shades of #857E72

#857E72
(133,126,114)
#797368
(121,115,104)
#6D685E
(109,104,94)
#615D54
(97,93,84)
#55524A
(85,82,74)
#494740
(73,71,64)
#3D3C36
(61,60,54)
#31312C
(49,49,44)
#252622
(37,38,34)
#191B18
(25,27,24)
#0D100E
(13,16,14)
#000000
(0,0,0)

Tints of #857E72

#857E72
(133,126,114)
#90897E
(144,137,126)
#9B948A
(155,148,138)
#A69F96
(166,159,150)
#B1AAA2
(177,170,162)
#BCB5AE
(188,181,174)
#C7C0BA
(199,192,186)
#D2CBC6
(210,203,198)
#DDD6D2
(221,214,210)
#E8E1DE
(232,225,222)
#F3ECEA
(243,236,234)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #857E72; }

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

This text font color is #857E72.

Background Color

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

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

This div background color is #857E72.

Border color

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

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

This div border color is #857E72.

Opacity

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

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

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

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

This text has shadow with #857E72 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #857E72.

Preview

Color preview on black background

This text has color #857E72 on black background.


Color preview on white background

This text has color #857E72 on white background.


Black color preview on #857E72 background

This text has black color on #857E72 background.


White color preview on #857E72 background

This text has white color on #857E72 background.


Related colors

Complementary color

Complementary color for #hex is #7A818D.


I love getcolorcode.com

Triadic colors

1 #72857E and #7E7285 with #857E72 are triadic colors.

2 #727E85 and #7E8572 with #857E72 are triadic colors.