COLOR #856B6E

HEX: #856B6E
RGB: (133,107,110)

Color info

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

RGB color model

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

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

RGB channels and saturation

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

133
107
110

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

Portions of RGB colors in percentages

R + G + B =
133 + 107 + 110 = 350 (100%)
R 133 of 350 ~ 38%
G 107 of 350 ~ 30.57%
B 110 of 350 ~ 31.43%

%38
%30.57
%31.43

CMYK color model

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

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

CMYK percentages

%0
%19.55
%17.29
%47.84

Codes

Color #856B6E in popluar color models

856B6E
RGB133107110
HSL353°10.83%47.06%
HSB/HSV353°19.55%52.16%
CMYK0.00%19.55%17.29%
47.84%

Color #856B6E in popluar number systems.

HEX856B6E
Decimal133107110
Binary1000010111010111101110
Octal205153156

Shades and tints

Shades of #856B6E

#856B6E
(133,107,110)
#796264
(121,98,100)
#6D595A
(109,89,90)
#615050
(97,80,80)
#554746
(85,71,70)
#493E3C
(73,62,60)
#3D3532
(61,53,50)
#312C28
(49,44,40)
#25231E
(37,35,30)
#191A14
(25,26,20)
#0D110A
(13,17,10)
#000000
(0,0,0)

Tints of #856B6E

#856B6E
(133,107,110)
#90787B
(144,120,123)
#9B8588
(155,133,136)
#A69295
(166,146,149)
#B19FA2
(177,159,162)
#BCACAF
(188,172,175)
#C7B9BC
(199,185,188)
#D2C6C9
(210,198,201)
#DDD3D6
(221,211,214)
#E8E0E3
(232,224,227)
#F3EDF0
(243,237,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #856B6E; }

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

This text font color is #856B6E.


Background Color

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

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

This div background color is #856B6E.


Border color

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

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

This div border color is #856B6E.


Opacity

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

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

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

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

This text has shadow with #856B6E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #856B6E on black background.


Color preview on white background

This text has color #856B6E on white background.



Black color preview on #856B6E background

This text has black color on #856B6E background.


White color preview on #856B6E background

This text has white color on #856B6E background.