COLOR #856A5F

HEX: #856A5F
RGB: (133,106,95)

Color info

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

RGB color model

#856A5F color RGB value is (133,106,95).

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

RGB channels and saturation

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

133
106
95

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

Portions of RGB colors in percentages

R + G + B =
133 + 106 + 95 = 334 (100%)
R 133 of 334 ~ 39.82%
G 106 of 334 ~ 31.74%
B 95 of 334 ~ 28.44%

%39.82
%31.74
%28.44

CMYK color model

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

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

Codes

Color #856A5F in popluar color models

856A5F
RGB13310695
HSL17°16.67%44.71%
HSB/HSV17°28.57%52.16%
CMYK0.00%20.30%28.57%
47.84%

Color #856A5F in popluar number systems.

HEX856A5F
Decimal13310695
Binary1000010111010101011111
Octal205152137

Shades and tints

Shades of #856A5F

#856A5F
(133,106,95)
#796157
(121,97,87)
#6D584F
(109,88,79)
#614F47
(97,79,71)
#55463F
(85,70,63)
#493D37
(73,61,55)
#3D342F
(61,52,47)
#312B27
(49,43,39)
#25221F
(37,34,31)
#191917
(25,25,23)
#0D100F
(13,16,15)
#000000
(0,0,0)

Tints of #856A5F

#856A5F
(133,106,95)
#90776D
(144,119,109)
#9B847B
(155,132,123)
#A69189
(166,145,137)
#B19E97
(177,158,151)
#BCABA5
(188,171,165)
#C7B8B3
(199,184,179)
#D2C5C1
(210,197,193)
#DDD2CF
(221,210,207)
#E8DFDD
(232,223,221)
#F3ECEB
(243,236,235)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #856A5F; }

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

This text font color is #856A5F.


Background Color

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

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

This div background color is #856A5F.


Border color

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

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

This div border color is #856A5F.


Opacity

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

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

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

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

This text has shadow with #856A5F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #856A5F on black background.


Color preview on white background

This text has color #856A5F on white background.



Black color preview on #856A5F background

This text has black color on #856A5F background.


White color preview on #856A5F background

This text has white color on #856A5F background.