COLOR #856855

HEX: #856855
RGB: (133,104,85)

Color info

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

RGB color model

#856855 color RGB value is (133,104,85).

  • red value is 133;
  • green value is 104;
  • blue value is 85.
RGB:
(133,104,85)
(52%,41%,33%)

RGB channels and saturation

R 133 of 255 = 52%
G 104 of 255 = 41%
B 85 of 255 = 33%

133
104
85

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

Portions of RGB colors in percentages

R + G + B =
133 + 104 + 85 = 322 (100%)
R 133 of 322 ~ 41.3%
G 104 of 322 ~ 32.3%
B 85 of 322 ~ 26.4%

%41.3
%32.3
%26.4

CMYK color model

#856855 color CMYK value is (0,22,36,48).

  • cyan value is 0.00%
  • magenta value is 21.80%
  • yellow value is 36.09%
  • key color value is 47.84%
CMYK:
(0,22,36,48)
C0M22Y36K48 
(0%,22%,36%,48%)
(0.00/0.22/0.36/0.48)	

CMYK percentages

%0
%21.8
%36.09
%47.84

Codes

Color #856855 in popluar color models

856855
RGB13310485
HSL24°22.02%42.75%
HSB/HSV24°36.09%52.16%
CMYK0.00%21.80%36.09%
47.84%

Color #856855 in popluar number systems.

HEX856855
Decimal13310485
Binary1000010111010001010101
Octal205150125

Shades and tints

Shades of #856855

#856855
(133,104,85)
#795F4E
(121,95,78)
#6D5647
(109,86,71)
#614D40
(97,77,64)
#554439
(85,68,57)
#493B32
(73,59,50)
#3D322B
(61,50,43)
#312924
(49,41,36)
#25201D
(37,32,29)
#191716
(25,23,22)
#0D0E0F
(13,14,15)
#000000
(0,0,0)

Tints of #856855

#856855
(133,104,85)
#907564
(144,117,100)
#9B8273
(155,130,115)
#A68F82
(166,143,130)
#B19C91
(177,156,145)
#BCA9A0
(188,169,160)
#C7B6AF
(199,182,175)
#D2C3BE
(210,195,190)
#DDD0CD
(221,208,205)
#E8DDDC
(232,221,220)
#F3EAEB
(243,234,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #856855 color. Also use rgb(133,104,85) instead hex code.

Text Font Color

.myTextColor { color: #856855; }

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

This text font color is #856855.


Background Color

.myBgColor { background-color: #856855; }

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

This div background color is #856855.


Border color

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

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

This div border color is #856855.


Opacity

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

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

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

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

This text has shadow with #856855 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #856855 on black background.


Color preview on white background

This text has color #856855 on white background.



Black color preview on #856855 background

This text has black color on #856855 background.


White color preview on #856855 background

This text has white color on #856855 background.