COLOR #856D41

HEX: #856D41
RGB: (133,109,65)

Color info

#856D41 contains mainly red and green colors. Web safe color of #856D41 is #996633 (or #963).

RGB color model

#856D41 color RGB value is (133,109,65).

  • red value is 133;
  • green value is 109;
  • blue value is 65.
RGB:
(133,109,65)
(52%,43%,25%)

RGB channels and saturation

R 133 of 255 = 52%
G 109 of 255 = 43%
B 65 of 255 = 25%

133
109
65

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

Portions of RGB colors in percentages

R + G + B =
133 + 109 + 65 = 307 (100%)
R 133 of 307 ~ 43.32%
G 109 of 307 ~ 35.5%
B 65 of 307 ~ 21.17%

%43.32
%35.5
%21.17

CMYK color model

#856D41 color CMYK value is (0,18,51,48).

  • cyan value is 0.00%
  • magenta value is 18.05%
  • yellow value is 51.13%
  • key color value is 47.84%
CMYK:
(0,18,51,48)
C0M18Y51K48 
(0%,18%,51%,48%)
(0.00/0.18/0.51/0.48)	

CMYK percentages

%0
%18.05
%51.13
%47.84

Codes

Color #856D41 in popluar color models

856D41
RGB13310965
HSL39°34.34%38.82%
HSB/HSV39°51.13%52.16%
CMYK0.00%18.05%51.13%
47.84%

Color #856D41 in popluar number systems.

HEX856D41
Decimal13310965
Binary1000010111011011000001
Octal205155101

Shades and tints

Shades of #856D41

#856D41
(133,109,65)
#79643C
(121,100,60)
#6D5B37
(109,91,55)
#615232
(97,82,50)
#55492D
(85,73,45)
#494028
(73,64,40)
#3D3723
(61,55,35)
#312E1E
(49,46,30)
#252519
(37,37,25)
#191C14
(25,28,20)
#0D130F
(13,19,15)
#000000
(0,0,0)

Tints of #856D41

#856D41
(133,109,65)
#907A52
(144,122,82)
#9B8763
(155,135,99)
#A69474
(166,148,116)
#B1A185
(177,161,133)
#BCAE96
(188,174,150)
#C7BBA7
(199,187,167)
#D2C8B8
(210,200,184)
#DDD5C9
(221,213,201)
#E8E2DA
(232,226,218)
#F3EFEB
(243,239,235)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #856D41; }

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

This text font color is #856D41.


Background Color

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

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

This div background color is #856D41.


Border color

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

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

This div border color is #856D41.


Opacity

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

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

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

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

This text has shadow with #856D41 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #856D41 on black background.


Color preview on white background

This text has color #856D41 on white background.



Black color preview on #856D41 background

This text has black color on #856D41 background.


White color preview on #856D41 background

This text has white color on #856D41 background.