COLOR #856E6A

HEX: #856E6A
RGB: (133,110,106)

Color info

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

RGB color model

#856E6A color RGB value is (133,110,106).

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

RGB channels and saturation

R 133 of 255 = 52%
G 110 of 255 = 43%
B 106 of 255 = 42%

133
110
106

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

Portions of RGB colors in percentages

R + G + B =
133 + 110 + 106 = 349 (100%)
R 133 of 349 ~ 38.11%
G 110 of 349 ~ 31.52%
B 106 of 349 ~ 30.37%

%38.11
%31.52
%30.37

CMYK color model

#856E6A color CMYK value is (0,17,20,48).

  • cyan value is 0.00%
  • magenta value is 17.29%
  • yellow value is 20.30%
  • key color value is 47.84%
CMYK:
(0,17,20,48)
C0M17Y20K48 
(0%,17%,20%,48%)
(0.00/0.17/0.20/0.48)	

CMYK percentages

%0
%17.29
%20.3
%47.84

Codes

Color #856E6A in popluar color models

856E6A
RGB133110106
HSL11.30%46.86%
HSB/HSV20.30%52.16%
CMYK0.00%17.29%20.30%
47.84%

Color #856E6A in popluar number systems.

HEX856E6A
Decimal133110106
Binary1000010111011101101010
Octal205156152

Shades and tints

Shades of #856E6A

#856E6A
(133,110,106)
#796461
(121,100,97)
#6D5A58
(109,90,88)
#61504F
(97,80,79)
#554646
(85,70,70)
#493C3D
(73,60,61)
#3D3234
(61,50,52)
#31282B
(49,40,43)
#251E22
(37,30,34)
#191419
(25,20,25)
#0D0A10
(13,10,16)
#000000
(0,0,0)

Tints of #856E6A

#856E6A
(133,110,106)
#907B77
(144,123,119)
#9B8884
(155,136,132)
#A69591
(166,149,145)
#B1A29E
(177,162,158)
#BCAFAB
(188,175,171)
#C7BCB8
(199,188,184)
#D2C9C5
(210,201,197)
#DDD6D2
(221,214,210)
#E8E3DF
(232,227,223)
#F3F0EC
(243,240,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #856E6A; }

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

This text font color is #856E6A.


Background Color

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

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

This div background color is #856E6A.


Border color

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

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

This div border color is #856E6A.


Opacity

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

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

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

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

This text has shadow with #856E6A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #856E6A on black background.


Color preview on white background

This text has color #856E6A on white background.



Black color preview on #856E6A background

This text has black color on #856E6A background.


White color preview on #856E6A background

This text has white color on #856E6A background.