COLOR #856B6A

HEX: #856B6A
RGB: (133,107,106)

Color info

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

RGB color model

#856B6A color RGB value is (133,107,106).

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

RGB channels and saturation

R 133 of 255 = 52%
G 107 of 255 = 42%
B 106 of 255 = 42%

133
107
106

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

Portions of RGB colors in percentages

R + G + B =
133 + 107 + 106 = 346 (100%)
R 133 of 346 ~ 38.44%
G 107 of 346 ~ 30.92%
B 106 of 346 ~ 30.64%

%38.44
%30.92
%30.64

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 19.55%
  • yellow value is 20.30%
  • key color value is 47.84%
CMYK:
(0,20,20,48)
C0M20Y20K48 
(0%,20%,20%,48%)
(0.00/0.20/0.20/0.48)	

CMYK percentages

%0
%19.55
%20.3
%47.84

Codes

Color #856B6A in popluar color models

856B6A
RGB133107106
HSL11.30%46.86%
HSB/HSV20.30%52.16%
CMYK0.00%19.55%20.30%
47.84%

Color #856B6A in popluar number systems.

HEX856B6A
Decimal133107106
Binary1000010111010111101010
Octal205153152

Shades and tints

Shades of #856B6A

#856B6A
(133,107,106)
#796261
(121,98,97)
#6D5958
(109,89,88)
#61504F
(97,80,79)
#554746
(85,71,70)
#493E3D
(73,62,61)
#3D3534
(61,53,52)
#312C2B
(49,44,43)
#252322
(37,35,34)
#191A19
(25,26,25)
#0D1110
(13,17,16)
#000000
(0,0,0)

Tints of #856B6A

#856B6A
(133,107,106)
#907877
(144,120,119)
#9B8584
(155,133,132)
#A69291
(166,146,145)
#B19F9E
(177,159,158)
#BCACAB
(188,172,171)
#C7B9B8
(199,185,184)
#D2C6C5
(210,198,197)
#DDD3D2
(221,211,210)
#E8E0DF
(232,224,223)
#F3EDEC
(243,237,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #856B6A; }

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

This text font color is #856B6A.


Background Color

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

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

This div background color is #856B6A.


Border color

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

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

This div border color is #856B6A.


Opacity

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

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

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

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

This text has shadow with #856B6A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #856B6A on black background.


Color preview on white background

This text has color #856B6A on white background.



Black color preview on #856B6A background

This text has black color on #856B6A background.


White color preview on #856B6A background

This text has white color on #856B6A background.