COLOR #856C67

HEX: #856C67
RGB: (133,108,103)

Color info

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

RGB color model

#856C67 color RGB value is (133,108,103).

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

RGB channels and saturation

R 133 of 255 = 52%
G 108 of 255 = 42%
B 103 of 255 = 40%

133
108
103

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

Portions of RGB colors in percentages

R + G + B =
133 + 108 + 103 = 344 (100%)
R 133 of 344 ~ 38.66%
G 108 of 344 ~ 31.4%
B 103 of 344 ~ 29.94%

%38.66
%31.4
%29.94

CMYK color model

#856C67 color CMYK value is (0,19,23,48).

  • cyan value is 0.00%
  • magenta value is 18.80%
  • yellow value is 22.56%
  • key color value is 47.84%
CMYK:
(0,19,23,48)
C0M19Y23K48 
(0%,19%,23%,48%)
(0.00/0.19/0.23/0.48)	

CMYK percentages

%0
%18.8
%22.56
%47.84

Codes

Color #856C67 in popluar color models

856C67
RGB133108103
HSL10°12.71%46.27%
HSB/HSV10°22.56%52.16%
CMYK0.00%18.80%22.56%
47.84%

Color #856C67 in popluar number systems.

HEX856C67
Decimal133108103
Binary1000010111011001100111
Octal205154147

Shades and tints

Shades of #856C67

#856C67
(133,108,103)
#79635E
(121,99,94)
#6D5A55
(109,90,85)
#61514C
(97,81,76)
#554843
(85,72,67)
#493F3A
(73,63,58)
#3D3631
(61,54,49)
#312D28
(49,45,40)
#25241F
(37,36,31)
#191B16
(25,27,22)
#0D120D
(13,18,13)
#000000
(0,0,0)

Tints of #856C67

#856C67
(133,108,103)
#907974
(144,121,116)
#9B8681
(155,134,129)
#A6938E
(166,147,142)
#B1A09B
(177,160,155)
#BCADA8
(188,173,168)
#C7BAB5
(199,186,181)
#D2C7C2
(210,199,194)
#DDD4CF
(221,212,207)
#E8E1DC
(232,225,220)
#F3EEE9
(243,238,233)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #856C67; }

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

This text font color is #856C67.


Background Color

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

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

This div background color is #856C67.


Border color

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

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

This div border color is #856C67.


Opacity

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

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

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

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

This text has shadow with #856C67 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #856C67 on black background.


Color preview on white background

This text has color #856C67 on white background.



Black color preview on #856C67 background

This text has black color on #856C67 background.


White color preview on #856C67 background

This text has white color on #856C67 background.