COLOR #856866

HEX: #856866
RGB: (133,104,102)

Color info

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

RGB color model

#856866 color RGB value is (133,104,102).

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

RGB channels and saturation

R 133 of 255 = 52%
G 104 of 255 = 41%
B 102 of 255 = 40%

133
104
102

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

Portions of RGB colors in percentages

R + G + B =
133 + 104 + 102 = 339 (100%)
R 133 of 339 ~ 39.23%
G 104 of 339 ~ 30.68%
B 102 of 339 ~ 30.09%

%39.23
%30.68
%30.09

CMYK color model

#856866 color CMYK value is (0,22,23,48).

  • cyan value is 0.00%
  • magenta value is 21.80%
  • yellow value is 23.31%
  • key color value is 47.84%
CMYK:
(0,22,23,48)
C0M22Y23K48 
(0%,22%,23%,48%)
(0.00/0.22/0.23/0.48)	

CMYK percentages

%0
%21.8
%23.31
%47.84

Codes

Color #856866 in popluar color models

856866
RGB133104102
HSL13.19%46.08%
HSB/HSV23.31%52.16%
CMYK0.00%21.80%23.31%
47.84%

Color #856866 in popluar number systems.

HEX856866
Decimal133104102
Binary1000010111010001100110
Octal205150146

Shades and tints

Shades of #856866

#856866
(133,104,102)
#795F5D
(121,95,93)
#6D5654
(109,86,84)
#614D4B
(97,77,75)
#554442
(85,68,66)
#493B39
(73,59,57)
#3D3230
(61,50,48)
#312927
(49,41,39)
#25201E
(37,32,30)
#191715
(25,23,21)
#0D0E0C
(13,14,12)
#000000
(0,0,0)

Tints of #856866

#856866
(133,104,102)
#907573
(144,117,115)
#9B8280
(155,130,128)
#A68F8D
(166,143,141)
#B19C9A
(177,156,154)
#BCA9A7
(188,169,167)
#C7B6B4
(199,182,180)
#D2C3C1
(210,195,193)
#DDD0CE
(221,208,206)
#E8DDDB
(232,221,219)
#F3EAE8
(243,234,232)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #856866; }

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

This text font color is #856866.


Background Color

.myBgColor { background-color: #856866; }

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

This div background color is #856866.


Border color

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

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

This div border color is #856866.


Opacity

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

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

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

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

This text has shadow with #856866 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #856866 on black background.


Color preview on white background

This text has color #856866 on white background.



Black color preview on #856866 background

This text has black color on #856866 background.


White color preview on #856866 background

This text has white color on #856866 background.