COLOR #856959

HEX: #856959
RGB: (133,105,89)

Color info

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

RGB color model

#856959 color RGB value is (133,105,89).

  • red value is 133;
  • green value is 105;
  • blue value is 89.
RGB:
(133,105,89)
(52%,41%,35%)

RGB channels and saturation

R 133 of 255 = 52%
G 105 of 255 = 41%
B 89 of 255 = 35%

133
105
89

R + G + B ~ 43%. #856959 is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
133 + 105 + 89 = 327 (100%)
R 133 of 327 ~ 40.67%
G 105 of 327 ~ 32.11%
B 89 of 327 ~ 27.22%

%40.67
%32.11
%27.22

CMYK color model

#856959 color CMYK value is (0,21,33,48).

  • cyan value is 0.00%
  • magenta value is 21.05%
  • yellow value is 33.08%
  • key color value is 47.84%
CMYK:
(0,21,33,48)
C0M21Y33K48 
(0%,21%,33%,48%)
(0.00/0.21/0.33/0.48)	

CMYK percentages

%0
%21.05
%33.08
%47.84

Codes

Color #856959 in popluar color models

856959
RGB13310589
HSL22°19.82%43.53%
HSB/HSV22°33.08%52.16%
CMYK0.00%21.05%33.08%
47.84%

Color #856959 in popluar number systems.

HEX856959
Decimal13310589
Binary1000010111010011011001
Octal205151131

Shades and tints

Shades of #856959

#856959
(133,105,89)
#796051
(121,96,81)
#6D5749
(109,87,73)
#614E41
(97,78,65)
#554539
(85,69,57)
#493C31
(73,60,49)
#3D3329
(61,51,41)
#312A21
(49,42,33)
#252119
(37,33,25)
#191811
(25,24,17)
#0D0F09
(13,15,9)
#000000
(0,0,0)

Tints of #856959

#856959
(133,105,89)
#907668
(144,118,104)
#9B8377
(155,131,119)
#A69086
(166,144,134)
#B19D95
(177,157,149)
#BCAAA4
(188,170,164)
#C7B7B3
(199,183,179)
#D2C4C2
(210,196,194)
#DDD1D1
(221,209,209)
#E8DEE0
(232,222,224)
#F3EBEF
(243,235,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #856959 color. Also use rgb(133,105,89) instead hex code.

Text Font Color

.myTextColor { color: #856959; }

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

This text font color is #856959.


Background Color

.myBgColor { background-color: #856959; }

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

This div background color is #856959.


Border color

.myBorderColor { border: 1px solid #856959; }

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

This div border color is #856959.


Opacity

.myOpacity80 { color: #856959; opacity: 0.8; }

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

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

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

This text has shadow with #856959 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #856959 on black background.


Color preview on white background

This text has color #856959 on white background.



Black color preview on #856959 background

This text has black color on #856959 background.


White color preview on #856959 background

This text has white color on #856959 background.