COLOR #856B5E

HEX: #856B5E RGB: (133,107,94)

Color info

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

RGB color model

#856B5E color RGB value is (133,107,94).

RGB: (133,107,94) (52%, 42%, 37%)

RGB channels and saturation

R 133 of 255 = 52%
G 107 of 255 = 42%
B 94 of 255 = 37%

133
107
94

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

Portions of RGB colors in percentages

R + G + B = 133 + 107 + 94 = 334 (100%)
R 133 of 334 ~ 39.82%
G 107 of 334 ~ 32.04%
B 94 of 334 ~ 28.14'%

%39.82
%32.04
%28.14

CMYK color model

#856B5E color CMYK value is (0,20,29,48).

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

CMYK: (0,20,29,48)
C0M20Y29K48 (0%, 20%, 29%, 48%)
(0.00 / 0.20 / 0.29 / 0.48)

CMYK percentages

%0
%19.55
%29.32
%47.84

Codes

Color #856B5E in popluar color models

85 6B 5E
RGB 133 107 94
HSL 20° 17.18% 44.51%
HSB/HSV 20° 29.32% 52.16%
CMYK 0.00% 19.55% 29.32%
47.84%

Color #856B5E in popluar number systems.

HEX 85 6B 5E
Decimal 133 107 94
Binary 10000101 1101011 1011110
Octal 205 153 136

Shades and tints

Shades of #856B5E

#856B5E
(133,107,94)
#796256
(121,98,86)
#6D594E
(109,89,78)
#615046
(97,80,70)
#55473E
(85,71,62)
#493E36
(73,62,54)
#3D352E
(61,53,46)
#312C26
(49,44,38)
#25231E
(37,35,30)
#191A16
(25,26,22)
#0D110E
(13,17,14)
#000000
(0,0,0)

Tints of #856B5E

#856B5E
(133,107,94)
#90786C
(144,120,108)
#9B857A
(155,133,122)
#A69288
(166,146,136)
#B19F96
(177,159,150)
#BCACA4
(188,172,164)
#C7B9B2
(199,185,178)
#D2C6C0
(210,198,192)
#DDD3CE
(221,211,206)
#E8E0DC
(232,224,220)
#F3EDEA
(243,237,234)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #856B5E; }

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

This text font color is #856B5E.

Background Color

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

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

This div background color is #856B5E.

Border color

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

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

This div border color is #856B5E.

Opacity

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

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

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

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

This text has shadow with #856B5E color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #856B5E.

Preview

Color preview on black background

This text has color #856B5E on black background.


Color preview on white background

This text has color #856B5E on white background.


Black color preview on #856B5E background

This text has black color on #856B5E background.


White color preview on #856B5E background

This text has white color on #856B5E background.


Related colors

Complementary color

Complementary color for #hex is #7A94A1.


I love getcolorcode.com

Triadic colors

1 #5E856B and #6B5E85 with #856B5E are triadic colors.

2 #5E6B85 and #6B855E with #856B5E are triadic colors.