COLOR #856D5C

HEX: #856D5C RGB: (133,109,92)

Color info

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

RGB color model

#856D5C color RGB value is (133,109,92).

RGB: (133,109,92) (52%, 43%, 36%)

RGB channels and saturation

R 133 of 255 = 52%
G 109 of 255 = 43%
B 92 of 255 = 36%

133
109
92

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

Portions of RGB colors in percentages

R + G + B = 133 + 109 + 92 = 334 (100%)
R 133 of 334 ~ 39.82%
G 109 of 334 ~ 32.63%
B 92 of 334 ~ 27.54'%

%39.82
%32.63
%27.54

CMYK color model

#856D5C color CMYK value is (0,18,31,48).

  • cyan value is 0.00%
  • magenta value is 18.05%
  • yellow value is 30.83%
  • key color value is 47.84%
CMYK: (0,18,31,48) C0M18Y31K48 (0%,18%,31%,48%) (0.00/0.18/0.31/0.48) 

CMYK percentages

%0
%18.05
%30.83
%47.84

Codes

Color #856D5C in popluar color models

85 6D 5C
RGB 133 109 92
HSL 25° 18.22% 44.12%
HSB/HSV 25° 30.83% 52.16%
CMYK 0.00% 18.05% 30.83%
47.84%

Color #856D5C in popluar number systems.

HEX 85 6D 5C
Decimal 133 109 92
Binary 10000101 1101101 1011100
Octal 205 155 134

Shades and tints

Shades of #856D5C

#856D5C
(133,109,92)
#796454
(121,100,84)
#6D5B4C
(109,91,76)
#615244
(97,82,68)
#55493C
(85,73,60)
#494034
(73,64,52)
#3D372C
(61,55,44)
#312E24
(49,46,36)
#25251C
(37,37,28)
#191C14
(25,28,20)
#0D130C
(13,19,12)
#000000
(0,0,0)

Tints of #856D5C

#856D5C
(133,109,92)
#907A6A
(144,122,106)
#9B8778
(155,135,120)
#A69486
(166,148,134)
#B1A194
(177,161,148)
#BCAEA2
(188,174,162)
#C7BBB0
(199,187,176)
#D2C8BE
(210,200,190)
#DDD5CC
(221,213,204)
#E8E2DA
(232,226,218)
#F3EFE8
(243,239,232)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #856D5C; }

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

This text font color is #856D5C.

Background Color

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

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

This div background color is #856D5C.

Border color

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

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

This div border color is #856D5C.

Opacity

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

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

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

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

This text has shadow with #856D5C color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #856D5C.

Preview

Color preview on black background

This text has color #856D5C on black background.


Color preview on white background

This text has color #856D5C on white background.


Black color preview on #856D5C background

This text has black color on #856D5C background.


White color preview on #856D5C background

This text has white color on #856D5C background.


Related colors

Complementary color

Complementary color for #hex is #7A92A3.


I love getcolorcode.com

Triadic colors

1 #5C856D and #6D5C85 with #856D5C are triadic colors.

2 #5C6D85 and #6D855C with #856D5C are triadic colors.