COLOR #856C3D

HEX: #856C3D
RGB: (133,108,61)

Color info

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

RGB color model

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

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

RGB channels and saturation

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

133
108
61

R + G + B ~ 39%. #856C3D is quite dark color.

Portions of RGB colors in percentages

R + G + B =
133 + 108 + 61 = 302 (100%)
R 133 of 302 ~ 44.04%
G 108 of 302 ~ 35.76%
B 61 of 302 ~ 20.2%

%44.04
%35.76
%20.2

CMYK color model

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

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

CMYK percentages

%0
%18.8
%54.14
%47.84

Codes

Color #856C3D in popluar color models

856C3D
RGB13310861
HSL39°37.11%38.04%
HSB/HSV39°54.14%52.16%
CMYK0.00%18.80%54.14%
47.84%

Color #856C3D in popluar number systems.

HEX856C3D
Decimal13310861
Binary100001011101100111101
Octal20515475

Shades and tints

Shades of #856C3D

#856C3D
(133,108,61)
#796338
(121,99,56)
#6D5A33
(109,90,51)
#61512E
(97,81,46)
#554829
(85,72,41)
#493F24
(73,63,36)
#3D361F
(61,54,31)
#312D1A
(49,45,26)
#252415
(37,36,21)
#191B10
(25,27,16)
#0D120B
(13,18,11)
#000000
(0,0,0)

Tints of #856C3D

#856C3D
(133,108,61)
#90794E
(144,121,78)
#9B865F
(155,134,95)
#A69370
(166,147,112)
#B1A081
(177,160,129)
#BCAD92
(188,173,146)
#C7BAA3
(199,186,163)
#D2C7B4
(210,199,180)
#DDD4C5
(221,212,197)
#E8E1D6
(232,225,214)
#F3EEE7
(243,238,231)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #856C3D; }

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

This text font color is #856C3D.


Background Color

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

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

This div background color is #856C3D.


Border color

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

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

This div border color is #856C3D.


Opacity

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

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

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

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

This text has shadow with #856C3D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #856C3D on black background.


Color preview on white background

This text has color #856C3D on white background.



Black color preview on #856C3D background

This text has black color on #856C3D background.


White color preview on #856C3D background

This text has white color on #856C3D background.