COLOR #856964

HEX: #856964
RGB: (133,105,100)

Color info

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

RGB color model

#856964 color RGB value is (133,105,100).

  • red value is 133;
  • green value is 105;
  • blue value is 100.
RGB:
(133,105,100)
(52%,41%,39%)

RGB channels and saturation

R 133 of 255 = 52%
G 105 of 255 = 41%
B 100 of 255 = 39%

133
105
100

R + G + B ~ 44%. #856964 is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
133 + 105 + 100 = 338 (100%)
R 133 of 338 ~ 39.35%
G 105 of 338 ~ 31.07%
B 100 of 338 ~ 29.59%

%39.35
%31.07
%29.59

CMYK color model

#856964 color CMYK value is (0,21,25,48).

  • cyan value is 0.00%
  • magenta value is 21.05%
  • yellow value is 24.81%
  • key color value is 47.84%
CMYK:
(0,21,25,48)
C0M21Y25K48 
(0%,21%,25%,48%)
(0.00/0.21/0.25/0.48)	

CMYK percentages

%0
%21.05
%24.81
%47.84

Codes

Color #856964 in popluar color models

856964
RGB133105100
HSL14.16%45.69%
HSB/HSV24.81%52.16%
CMYK0.00%21.05%24.81%
47.84%

Color #856964 in popluar number systems.

HEX856964
Decimal133105100
Binary1000010111010011100100
Octal205151144

Shades and tints

Shades of #856964

#856964
(133,105,100)
#79605B
(121,96,91)
#6D5752
(109,87,82)
#614E49
(97,78,73)
#554540
(85,69,64)
#493C37
(73,60,55)
#3D332E
(61,51,46)
#312A25
(49,42,37)
#25211C
(37,33,28)
#191813
(25,24,19)
#0D0F0A
(13,15,10)
#000000
(0,0,0)

Tints of #856964

#856964
(133,105,100)
#907672
(144,118,114)
#9B8380
(155,131,128)
#A6908E
(166,144,142)
#B19D9C
(177,157,156)
#BCAAAA
(188,170,170)
#C7B7B8
(199,183,184)
#D2C4C6
(210,196,198)
#DDD1D4
(221,209,212)
#E8DEE2
(232,222,226)
#F3EBF0
(243,235,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #856964 color. Also use rgb(133,105,100) instead hex code.

Text Font Color

.myTextColor { color: #856964; }

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

This text font color is #856964.


Background Color

.myBgColor { background-color: #856964; }

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

This div background color is #856964.


Border color

.myBorderColor { border: 1px solid #856964; }

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

This div border color is #856964.


Opacity

.myOpacity80 { color: #856964; opacity: 0.8; }

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

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

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

This text has shadow with #856964 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #856964 on black background.


Color preview on white background

This text has color #856964 on white background.



Black color preview on #856964 background

This text has black color on #856964 background.


White color preview on #856964 background

This text has white color on #856964 background.