COLOR #856A5E

HEX: #856A5E
RGB: (133,106,94)

Color info

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

RGB color model

#856A5E color RGB value is (133,106,94).

  • red value is 133;
  • green value is 106;
  • blue value is 94.
RGB:
(133,106,94)
(52%,42%,37%)

RGB channels and saturation

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

133
106
94

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

Portions of RGB colors in percentages

R + G + B =
133 + 106 + 94 = 333 (100%)
R 133 of 333 ~ 39.94%
G 106 of 333 ~ 31.83%
B 94 of 333 ~ 28.23%

%39.94
%31.83
%28.23

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 20.30%
  • 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
%20.3
%29.32
%47.84

Codes

Color #856A5E in popluar color models

856A5E
RGB13310694
HSL18°17.18%44.51%
HSB/HSV18°29.32%52.16%
CMYK0.00%20.30%29.32%
47.84%

Color #856A5E in popluar number systems.

HEX856A5E
Decimal13310694
Binary1000010111010101011110
Octal205152136

Shades and tints

Shades of #856A5E

#856A5E
(133,106,94)
#796156
(121,97,86)
#6D584E
(109,88,78)
#614F46
(97,79,70)
#55463E
(85,70,62)
#493D36
(73,61,54)
#3D342E
(61,52,46)
#312B26
(49,43,38)
#25221E
(37,34,30)
#191916
(25,25,22)
#0D100E
(13,16,14)
#000000
(0,0,0)

Tints of #856A5E

#856A5E
(133,106,94)
#90776C
(144,119,108)
#9B847A
(155,132,122)
#A69188
(166,145,136)
#B19E96
(177,158,150)
#BCABA4
(188,171,164)
#C7B8B2
(199,184,178)
#D2C5C0
(210,197,192)
#DDD2CE
(221,210,206)
#E8DFDC
(232,223,220)
#F3ECEA
(243,236,234)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #856A5E; }

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

This text font color is #856A5E.


Background Color

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

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

This div background color is #856A5E.


Border color

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

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

This div border color is #856A5E.


Opacity

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

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

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

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

This text has shadow with #856A5E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #856A5E on black background.


Color preview on white background

This text has color #856A5E on white background.



Black color preview on #856A5E background

This text has black color on #856A5E background.


White color preview on #856A5E background

This text has white color on #856A5E background.