COLOR #857E70

HEX: #857E70 RGB: (133,126,112)

Color info

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

RGB color model

#857E70 color RGB value is (133,126,112).

RGB: (133,126,112) (52%, 49%, 44%)

RGB channels and saturation

R 133 of 255 = 52%
G 126 of 255 = 49%
B 112 of 255 = 44%

133
126
112

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

Portions of RGB colors in percentages

R + G + B = 133 + 126 + 112 = 371 (100%)
R 133 of 371 ~ 35.85%
G 126 of 371 ~ 33.96%
B 112 of 371 ~ 30.19'%

%35.85
%33.96
%30.19

CMYK color model

#857E70 color CMYK value is (0,5,16,48).

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

CMYK: (0,5,16,48)
C0M5Y16K48 (0%, 5%, 16%, 48%)
(0.00 / 0.05 / 0.16 / 0.48)

CMYK percentages

%0
%5.26
%15.79
%47.84

Codes

Color #857E70 in popluar color models

85 7E 70
RGB 133 126 112
HSL 40° 8.57% 48.04%
HSB/HSV 40° 15.79% 52.16%
CMYK 0.00% 5.26% 15.79%
47.84%

Color #857E70 in popluar number systems.

HEX 85 7E 70
Decimal 133 126 112
Binary 10000101 1111110 1110000
Octal 205 176 160

Shades and tints

Shades of #857E70

#857E70
(133,126,112)
#797366
(121,115,102)
#6D685C
(109,104,92)
#615D52
(97,93,82)
#555248
(85,82,72)
#49473E
(73,71,62)
#3D3C34
(61,60,52)
#31312A
(49,49,42)
#252620
(37,38,32)
#191B16
(25,27,22)
#0D100C
(13,16,12)
#000000
(0,0,0)

Tints of #857E70

#857E70
(133,126,112)
#90897D
(144,137,125)
#9B948A
(155,148,138)
#A69F97
(166,159,151)
#B1AAA4
(177,170,164)
#BCB5B1
(188,181,177)
#C7C0BE
(199,192,190)
#D2CBCB
(210,203,203)
#DDD6D8
(221,214,216)
#E8E1E5
(232,225,229)
#F3ECF2
(243,236,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #857E70; }

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

This text font color is #857E70.

Background Color

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

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

This div background color is #857E70.

Border color

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

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

This div border color is #857E70.

Opacity

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

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

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

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

This text has shadow with #857E70 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #857E70.

Preview

Color preview on black background

This text has color #857E70 on black background.


Color preview on white background

This text has color #857E70 on white background.


Black color preview on #857E70 background

This text has black color on #857E70 background.


White color preview on #857E70 background

This text has white color on #857E70 background.


Related colors

Complementary color

Complementary color for #hex is #7A818F.


I love getcolorcode.com

Triadic colors

1 #70857E and #7E7085 with #857E70 are triadic colors.

2 #707E85 and #7E8570 with #857E70 are triadic colors.