COLOR #856C6C

HEX: #856C6C RGB: (133,108,108)

Color info

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

RGB color model

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

RGB: (133,108,108) (52%, 42%, 42%)

RGB channels and saturation

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

133
108
108

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

Portions of RGB colors in percentages

R + G + B = 133 + 108 + 108 = 349 (100%)
R 133 of 349 ~ 38.11%
G 108 of 349 ~ 30.95%
B 108 of 349 ~ 30.95'%

%38.11
%30.95
%30.95

CMYK color model

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

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

CMYK percentages

%0
%18.8
%18.8
%47.84

Codes

Color #856C6C in popluar color models

85 6C 6C
RGB 133 108 108
HSL 10.37% 47.25%
HSB/HSV 18.80% 52.16%
CMYK 0.00% 18.80% 18.80%
47.84%

Color #856C6C in popluar number systems.

HEX 85 6C 6C
Decimal 133 108 108
Binary 10000101 1101100 1101100
Octal 205 154 154

Shades and tints

Shades of #856C6C

#856C6C
(133,108,108)
#796363
(121,99,99)
#6D5A5A
(109,90,90)
#615151
(97,81,81)
#554848
(85,72,72)
#493F3F
(73,63,63)
#3D3636
(61,54,54)
#312D2D
(49,45,45)
#252424
(37,36,36)
#191B1B
(25,27,27)
#0D1212
(13,18,18)
#000000
(0,0,0)

Tints of #856C6C

#856C6C
(133,108,108)
#907979
(144,121,121)
#9B8686
(155,134,134)
#A69393
(166,147,147)
#B1A0A0
(177,160,160)
#BCADAD
(188,173,173)
#C7BABA
(199,186,186)
#D2C7C7
(210,199,199)
#DDD4D4
(221,212,212)
#E8E1E1
(232,225,225)
#F3EEEE
(243,238,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #856C6C; }

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

This text font color is #856C6C.

Background Color

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

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

This div background color is #856C6C.

Border color

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

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

This div border color is #856C6C.

Opacity

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

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

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

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

This text has shadow with #856C6C color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #856C6C.

Preview

Color preview on black background

This text has color #856C6C on black background.


Color preview on white background

This text has color #856C6C on white background.


Black color preview on #856C6C background

This text has black color on #856C6C background.


White color preview on #856C6C background

This text has white color on #856C6C background.


Related colors

Complementary color

Complementary color for #hex is #7A9393.


I love getcolorcode.com