COLOR #856B6B

HEX: #856B6B
RGB: (133,107,107)

Color info

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

RGB color model

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

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

RGB channels and saturation

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

133
107
107

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

Portions of RGB colors in percentages

R + G + B =
133 + 107 + 107 = 347 (100%)
R 133 of 347 ~ 38.33%
G 107 of 347 ~ 30.84%
B 107 of 347 ~ 30.84%

%38.33
%30.84
%30.84

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 19.55%
  • yellow value is 19.55%
  • 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
%19.55
%47.84

Codes

Color #856B6B in popluar color models

856B6B
RGB133107107
HSL10.83%47.06%
HSB/HSV19.55%52.16%
CMYK0.00%19.55%19.55%
47.84%

Color #856B6B in popluar number systems.

HEX856B6B
Decimal133107107
Binary1000010111010111101011
Octal205153153

Shades and tints

Shades of #856B6B

#856B6B
(133,107,107)
#796262
(121,98,98)
#6D5959
(109,89,89)
#615050
(97,80,80)
#554747
(85,71,71)
#493E3E
(73,62,62)
#3D3535
(61,53,53)
#312C2C
(49,44,44)
#252323
(37,35,35)
#191A1A
(25,26,26)
#0D1111
(13,17,17)
#000000
(0,0,0)

Tints of #856B6B

#856B6B
(133,107,107)
#907878
(144,120,120)
#9B8585
(155,133,133)
#A69292
(166,146,146)
#B19F9F
(177,159,159)
#BCACAC
(188,172,172)
#C7B9B9
(199,185,185)
#D2C6C6
(210,198,198)
#DDD3D3
(221,211,211)
#E8E0E0
(232,224,224)
#F3EDED
(243,237,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #856B6B; }

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

This text font color is #856B6B.


Background Color

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

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

This div background color is #856B6B.


Border color

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

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

This div border color is #856B6B.


Opacity

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

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

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

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

This text has shadow with #856B6B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #856B6B on black background.


Color preview on white background

This text has color #856B6B on white background.



Black color preview on #856B6B background

This text has black color on #856B6B background.


White color preview on #856B6B background

This text has white color on #856B6B background.