COLOR #856C65

HEX: #856C65
RGB: (133,108,101)

Color info

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

RGB color model

#856C65 color RGB value is (133,108,101).

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

RGB channels and saturation

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

133
108
101

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

Portions of RGB colors in percentages

R + G + B =
133 + 108 + 101 = 342 (100%)
R 133 of 342 ~ 38.89%
G 108 of 342 ~ 31.58%
B 101 of 342 ~ 29.53%

%38.89
%31.58
%29.53

CMYK color model

#856C65 color CMYK value is (0,19,24,48).

  • cyan value is 0.00%
  • magenta value is 18.80%
  • yellow value is 24.06%
  • key color value is 47.84%
CMYK:
(0,19,24,48)
C0M19Y24K48 
(0%,19%,24%,48%)
(0.00/0.19/0.24/0.48)	

CMYK percentages

%0
%18.8
%24.06
%47.84

Codes

Color #856C65 in popluar color models

856C65
RGB133108101
HSL13°13.68%45.88%
HSB/HSV13°24.06%52.16%
CMYK0.00%18.80%24.06%
47.84%

Color #856C65 in popluar number systems.

HEX856C65
Decimal133108101
Binary1000010111011001100101
Octal205154145

Shades and tints

Shades of #856C65

#856C65
(133,108,101)
#79635C
(121,99,92)
#6D5A53
(109,90,83)
#61514A
(97,81,74)
#554841
(85,72,65)
#493F38
(73,63,56)
#3D362F
(61,54,47)
#312D26
(49,45,38)
#25241D
(37,36,29)
#191B14
(25,27,20)
#0D120B
(13,18,11)
#000000
(0,0,0)

Tints of #856C65

#856C65
(133,108,101)
#907973
(144,121,115)
#9B8681
(155,134,129)
#A6938F
(166,147,143)
#B1A09D
(177,160,157)
#BCADAB
(188,173,171)
#C7BAB9
(199,186,185)
#D2C7C7
(210,199,199)
#DDD4D5
(221,212,213)
#E8E1E3
(232,225,227)
#F3EEF1
(243,238,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #856C65; }

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

This text font color is #856C65.


Background Color

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

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

This div background color is #856C65.


Border color

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

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

This div border color is #856C65.


Opacity

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

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

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

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

This text has shadow with #856C65 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #856C65 on black background.


Color preview on white background

This text has color #856C65 on white background.



Black color preview on #856C65 background

This text has black color on #856C65 background.


White color preview on #856C65 background

This text has white color on #856C65 background.