COLOR #856C1F

HEX: #856C1F
RGB: (133,108,31)

Color info

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

RGB color model

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

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

RGB channels and saturation

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

133
108
31

R + G + B ~ 35%. #856C1F is quite dark color.

Portions of RGB colors in percentages

R + G + B =
133 + 108 + 31 = 272 (100%)
R 133 of 272 ~ 48.9%
G 108 of 272 ~ 39.71%
B 31 of 272 ~ 11.4%

%48.9
%39.71
%11.4

CMYK color model

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

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

CMYK percentages

%0
%18.8
%76.69
%47.84

Codes

Color #856C1F in popluar color models

856C1F
RGB13310831
HSL45°62.20%32.16%
HSB/HSV45°76.69%52.16%
CMYK0.00%18.80%76.69%
47.84%

Color #856C1F in popluar number systems.

HEX856C1F
Decimal13310831
Binary10000101110110011111
Octal20515437

Shades and tints

Shades of #856C1F

#856C1F
(133,108,31)
#79631D
(121,99,29)
#6D5A1B
(109,90,27)
#615119
(97,81,25)
#554817
(85,72,23)
#493F15
(73,63,21)
#3D3613
(61,54,19)
#312D11
(49,45,17)
#25240F
(37,36,15)
#191B0D
(25,27,13)
#0D120B
(13,18,11)
#000000
(0,0,0)

Tints of #856C1F

#856C1F
(133,108,31)
#907933
(144,121,51)
#9B8647
(155,134,71)
#A6935B
(166,147,91)
#B1A06F
(177,160,111)
#BCAD83
(188,173,131)
#C7BA97
(199,186,151)
#D2C7AB
(210,199,171)
#DDD4BF
(221,212,191)
#E8E1D3
(232,225,211)
#F3EEE7
(243,238,231)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #856C1F; }

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

This text font color is #856C1F.


Background Color

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

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

This div background color is #856C1F.


Border color

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

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

This div border color is #856C1F.


Opacity

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

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

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

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

This text has shadow with #856C1F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #856C1F on black background.


Color preview on white background

This text has color #856C1F on white background.



Black color preview on #856C1F background

This text has black color on #856C1F background.


White color preview on #856C1F background

This text has white color on #856C1F background.