COLOR #856D68

HEX: #856D68
RGB: (133,109,104)

Color info

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

RGB color model

#856D68 color RGB value is (133,109,104).

  • red value is 133;
  • green value is 109;
  • blue value is 104.
RGB:
(133,109,104)
(52%,43%,41%)

RGB channels and saturation

R 133 of 255 = 52%
G 109 of 255 = 43%
B 104 of 255 = 41%

133
109
104

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

Portions of RGB colors in percentages

R + G + B =
133 + 109 + 104 = 346 (100%)
R 133 of 346 ~ 38.44%
G 109 of 346 ~ 31.5%
B 104 of 346 ~ 30.06%

%38.44
%31.5
%30.06

CMYK color model

#856D68 color CMYK value is (0,18,22,48).

  • cyan value is 0.00%
  • magenta value is 18.05%
  • yellow value is 21.80%
  • key color value is 47.84%
CMYK:
(0,18,22,48)
C0M18Y22K48 
(0%,18%,22%,48%)
(0.00/0.18/0.22/0.48)	

CMYK percentages

%0
%18.05
%21.8
%47.84

Codes

Color #856D68 in popluar color models

856D68
RGB133109104
HSL10°12.24%46.47%
HSB/HSV10°21.80%52.16%
CMYK0.00%18.05%21.80%
47.84%

Color #856D68 in popluar number systems.

HEX856D68
Decimal133109104
Binary1000010111011011101000
Octal205155150

Shades and tints

Shades of #856D68

#856D68
(133,109,104)
#79645F
(121,100,95)
#6D5B56
(109,91,86)
#61524D
(97,82,77)
#554944
(85,73,68)
#49403B
(73,64,59)
#3D3732
(61,55,50)
#312E29
(49,46,41)
#252520
(37,37,32)
#191C17
(25,28,23)
#0D130E
(13,19,14)
#000000
(0,0,0)

Tints of #856D68

#856D68
(133,109,104)
#907A75
(144,122,117)
#9B8782
(155,135,130)
#A6948F
(166,148,143)
#B1A19C
(177,161,156)
#BCAEA9
(188,174,169)
#C7BBB6
(199,187,182)
#D2C8C3
(210,200,195)
#DDD5D0
(221,213,208)
#E8E2DD
(232,226,221)
#F3EFEA
(243,239,234)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #856D68; }

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

This text font color is #856D68.


Background Color

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

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

This div background color is #856D68.


Border color

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

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

This div border color is #856D68.


Opacity

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

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

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

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

This text has shadow with #856D68 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #856D68 on black background.


Color preview on white background

This text has color #856D68 on white background.



Black color preview on #856D68 background

This text has black color on #856D68 background.


White color preview on #856D68 background

This text has white color on #856D68 background.