COLOR #856E70

HEX: #856E70
RGB: (133,110,112)

Color info

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

RGB color model

#856E70 color RGB value is (133,110,112).

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

RGB channels and saturation

R 133 of 255 = 52%
G 110 of 255 = 43%
B 112 of 255 = 44%

133
110
112

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

Portions of RGB colors in percentages

R + G + B =
133 + 110 + 112 = 355 (100%)
R 133 of 355 ~ 37.46%
G 110 of 355 ~ 30.99%
B 112 of 355 ~ 31.55%

%37.46
%30.99
%31.55

CMYK color model

#856E70 color CMYK value is (0,17,16,48).

  • cyan value is 0.00%
  • magenta value is 17.29%
  • yellow value is 15.79%
  • key color value is 47.84%
CMYK:
(0,17,16,48)
C0M17Y16K48 
(0%,17%,16%,48%)
(0.00/0.17/0.16/0.48)	

CMYK percentages

%0
%17.29
%15.79
%47.84

Codes

Color #856E70 in popluar color models

856E70
RGB133110112
HSL355°9.47%47.65%
HSB/HSV355°17.29%52.16%
CMYK0.00%17.29%15.79%
47.84%

Color #856E70 in popluar number systems.

HEX856E70
Decimal133110112
Binary1000010111011101110000
Octal205156160

Shades and tints

Shades of #856E70

#856E70
(133,110,112)
#796466
(121,100,102)
#6D5A5C
(109,90,92)
#615052
(97,80,82)
#554648
(85,70,72)
#493C3E
(73,60,62)
#3D3234
(61,50,52)
#31282A
(49,40,42)
#251E20
(37,30,32)
#191416
(25,20,22)
#0D0A0C
(13,10,12)
#000000
(0,0,0)

Tints of #856E70

#856E70
(133,110,112)
#907B7D
(144,123,125)
#9B888A
(155,136,138)
#A69597
(166,149,151)
#B1A2A4
(177,162,164)
#BCAFB1
(188,175,177)
#C7BCBE
(199,188,190)
#D2C9CB
(210,201,203)
#DDD6D8
(221,214,216)
#E8E3E5
(232,227,229)
#F3F0F2
(243,240,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #856E70; }

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

This text font color is #856E70.


Background Color

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

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

This div background color is #856E70.


Border color

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

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

This div border color is #856E70.


Opacity

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

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

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

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

This text has shadow with #856E70 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #856E70 on black background.


Color preview on white background

This text has color #856E70 on white background.



Black color preview on #856E70 background

This text has black color on #856E70 background.


White color preview on #856E70 background

This text has white color on #856E70 background.