COLOR #856D0D

HEX: #856D0D
RGB: (133,109,13)

Color info

#856D0D contains mainly red and green colors. Web safe color of #856D0D is #996600 (or #960).

RGB color model

#856D0D color RGB value is (133,109,13).

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

RGB channels and saturation

R 133 of 255 = 52%
G 109 of 255 = 43%
B 13 of 255 = 5%

133
109
13

R + G + B ~ 33%. #856D0D is quite dark color.

Portions of RGB colors in percentages

R + G + B =
133 + 109 + 13 = 255 (100%)
R 133 of 255 ~ 52.16%
G 109 of 255 ~ 42.75%
B 13 of 255 ~ 5.1%

%52.16
%42.75

CMYK color model

#856D0D color CMYK value is (0,18,90,48).

  • cyan value is 0.00%
  • magenta value is 18.05%
  • yellow value is 90.23%
  • key color value is 47.84%
CMYK:
(0,18,90,48)
C0M18Y90K48 
(0%,18%,90%,48%)
(0.00/0.18/0.90/0.48)	

CMYK percentages

%0
%18.05
%90.23
%47.84

Codes

Color #856D0D in popluar color models

856D0D
RGB13310913
HSL48°82.19%28.63%
HSB/HSV48°90.23%52.16%
CMYK0.00%18.05%90.23%
47.84%

Color #856D0D in popluar number systems.

HEX856D0D
Decimal13310913
Binary1000010111011011101
Octal20515515

Shades and tints

Shades of #856D0D

#856D0D
(133,109,13)
#79640C
(121,100,12)
#6D5B0B
(109,91,11)
#61520A
(97,82,10)
#554909
(85,73,9)
#494008
(73,64,8)
#3D3707
(61,55,7)
#312E06
(49,46,6)
#252505
(37,37,5)
#191C04
(25,28,4)
#0D1303
(13,19,3)
#000000
(0,0,0)

Tints of #856D0D

#856D0D
(133,109,13)
#907A23
(144,122,35)
#9B8739
(155,135,57)
#A6944F
(166,148,79)
#B1A165
(177,161,101)
#BCAE7B
(188,174,123)
#C7BB91
(199,187,145)
#D2C8A7
(210,200,167)
#DDD5BD
(221,213,189)
#E8E2D3
(232,226,211)
#F3EFE9
(243,239,233)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #856D0D; }

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

This text font color is #856D0D.


Background Color

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

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

This div background color is #856D0D.


Border color

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

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

This div border color is #856D0D.


Opacity

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

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

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

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

This text has shadow with #856D0D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #856D0D on black background.


Color preview on white background

This text has color #856D0D on white background.



Black color preview on #856D0D background

This text has black color on #856D0D background.


White color preview on #856D0D background

This text has white color on #856D0D background.