COLOR #856B70

HEX: #856B70 RGB: (133,107,112)

Color info

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

RGB color model

#856B70 color RGB value is (133,107,112).

RGB: (133,107,112) (52%, 42%, 44%)

RGB channels and saturation

R 133 of 255 = 52%
G 107 of 255 = 42%
B 112 of 255 = 44%

133
107
112

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

Portions of RGB colors in percentages

R + G + B = 133 + 107 + 112 = 352 (100%)
R 133 of 352 ~ 37.78%
G 107 of 352 ~ 30.4%
B 112 of 352 ~ 31.82'%

%37.78
%30.4
%31.82

CMYK color model

#856B70 color CMYK value is (0,20,16,48).

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

CMYK: (0,20,16,48)
C0M20Y16K48 (0%, 20%, 16%, 48%)
(0.00 / 0.20 / 0.16 / 0.48)

CMYK percentages

%0
%19.55
%15.79
%47.84

Codes

Color #856B70 in popluar color models

85 6B 70
RGB 133 107 112
HSL 348° 10.83% 47.06%
HSB/HSV 348° 19.55% 52.16%
CMYK 0.00% 19.55% 15.79%
47.84%

Color #856B70 in popluar number systems.

HEX 85 6B 70
Decimal 133 107 112
Binary 10000101 1101011 1110000
Octal 205 153 160

Shades and tints

Shades of #856B70

#856B70
(133,107,112)
#796266
(121,98,102)
#6D595C
(109,89,92)
#615052
(97,80,82)
#554748
(85,71,72)
#493E3E
(73,62,62)
#3D3534
(61,53,52)
#312C2A
(49,44,42)
#252320
(37,35,32)
#191A16
(25,26,22)
#0D110C
(13,17,12)
#000000
(0,0,0)

Tints of #856B70

#856B70
(133,107,112)
#90787D
(144,120,125)
#9B858A
(155,133,138)
#A69297
(166,146,151)
#B19FA4
(177,159,164)
#BCACB1
(188,172,177)
#C7B9BE
(199,185,190)
#D2C6CB
(210,198,203)
#DDD3D8
(221,211,216)
#E8E0E5
(232,224,229)
#F3EDF2
(243,237,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #856B70; }

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

This text font color is #856B70.

Background Color

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

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

This div background color is #856B70.

Border color

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

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

This div border color is #856B70.

Opacity

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

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

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

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

This text has shadow with #856B70 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #856B70.

Preview

Color preview on black background

This text has color #856B70 on black background.


Color preview on white background

This text has color #856B70 on white background.


Black color preview on #856B70 background

This text has black color on #856B70 background.


White color preview on #856B70 background

This text has white color on #856B70 background.


Related colors

Complementary color

Complementary color for #hex is #7A948F.


I love getcolorcode.com

Triadic colors

1 #70856B and #6B7085 with #856B70 are triadic colors.

2 #706B85 and #6B8570 with #856B70 are triadic colors.