COLOR #856B66

HEX: #856B66
RGB: (133,107,102)

Color info

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

RGB color model

#856B66 color RGB value is (133,107,102).

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

RGB channels and saturation

R 133 of 255 = 52%
G 107 of 255 = 42%
B 102 of 255 = 40%

133
107
102

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

Portions of RGB colors in percentages

R + G + B =
133 + 107 + 102 = 342 (100%)
R 133 of 342 ~ 38.89%
G 107 of 342 ~ 31.29%
B 102 of 342 ~ 29.82%

%38.89
%31.29
%29.82

CMYK color model

#856B66 color CMYK value is (0,20,23,48).

  • cyan value is 0.00%
  • magenta value is 19.55%
  • yellow value is 23.31%
  • key color value is 47.84%
CMYK:
(0,20,23,48)
C0M20Y23K48 
(0%,20%,23%,48%)
(0.00/0.20/0.23/0.48)	

CMYK percentages

%0
%19.55
%23.31
%47.84

Codes

Color #856B66 in popluar color models

856B66
RGB133107102
HSL10°13.19%46.08%
HSB/HSV10°23.31%52.16%
CMYK0.00%19.55%23.31%
47.84%

Color #856B66 in popluar number systems.

HEX856B66
Decimal133107102
Binary1000010111010111100110
Octal205153146

Shades and tints

Shades of #856B66

#856B66
(133,107,102)
#79625D
(121,98,93)
#6D5954
(109,89,84)
#61504B
(97,80,75)
#554742
(85,71,66)
#493E39
(73,62,57)
#3D3530
(61,53,48)
#312C27
(49,44,39)
#25231E
(37,35,30)
#191A15
(25,26,21)
#0D110C
(13,17,12)
#000000
(0,0,0)

Tints of #856B66

#856B66
(133,107,102)
#907873
(144,120,115)
#9B8580
(155,133,128)
#A6928D
(166,146,141)
#B19F9A
(177,159,154)
#BCACA7
(188,172,167)
#C7B9B4
(199,185,180)
#D2C6C1
(210,198,193)
#DDD3CE
(221,211,206)
#E8E0DB
(232,224,219)
#F3EDE8
(243,237,232)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #856B66; }

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

This text font color is #856B66.


Background Color

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

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

This div background color is #856B66.


Border color

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

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

This div border color is #856B66.


Opacity

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

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

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

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

This text has shadow with #856B66 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #856B66 on black background.


Color preview on white background

This text has color #856B66 on white background.



Black color preview on #856B66 background

This text has black color on #856B66 background.


White color preview on #856B66 background

This text has white color on #856B66 background.