COLOR #854812

HEX: #854812
RGB: (133,72,18)

Color info

#854812 contains mainly red color. Web safe color of #854812 is #993300 (or #930).

RGB color model

#854812 color RGB value is (133,72,18).

  • red value is 133;
  • green value is 72;
  • blue value is 18.
RGB:
(133,72,18)
(52%,28%,7%)

RGB channels and saturation

R 133 of 255 = 52%
G 72 of 255 = 28%
B 18 of 255 = 7%

133
72
18

R + G + B ~ 29%. #854812 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
133 + 72 + 18 = 223 (100%)
R 133 of 223 ~ 59.64%
G 72 of 223 ~ 32.29%
B 18 of 223 ~ 8.07%

%59.64
%32.29

CMYK color model

#854812 color CMYK value is (0,46,86,48).

  • cyan value is 0.00%
  • magenta value is 45.86%
  • yellow value is 86.47%
  • key color value is 47.84%
CMYK:
(0,46,86,48)
C0M46Y86K48 
(0%,46%,86%,48%)
(0.00/0.46/0.86/0.48)	

CMYK percentages

%0
%45.86
%86.47
%47.84

Codes

Color #854812 in popluar color models

854812
RGB1337218
HSL28°76.16%29.61%
HSB/HSV28°86.47%52.16%
CMYK0.00%45.86%86.47%
47.84%

Color #854812 in popluar number systems.

HEX854812
Decimal1337218
Binary10000101100100010010
Octal20511022

Shades and tints

Shades of #854812

#854812
(133,72,18)
#794211
(121,66,17)
#6D3C10
(109,60,16)
#61360F
(97,54,15)
#55300E
(85,48,14)
#492A0D
(73,42,13)
#3D240C
(61,36,12)
#311E0B
(49,30,11)
#25180A
(37,24,10)
#191209
(25,18,9)
#0D0C08
(13,12,8)
#000000
(0,0,0)

Tints of #854812

#854812
(133,72,18)
#905827
(144,88,39)
#9B683C
(155,104,60)
#A67851
(166,120,81)
#B18866
(177,136,102)
#BC987B
(188,152,123)
#C7A890
(199,168,144)
#D2B8A5
(210,184,165)
#DDC8BA
(221,200,186)
#E8D8CF
(232,216,207)
#F3E8E4
(243,232,228)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #854812 color. Also use rgb(133,72,18) instead hex code.

Text Font Color

.myTextColor { color: #854812; }

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

This text font color is #854812.


Background Color

.myBgColor { background-color: #854812; }

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

This div background color is #854812.


Border color

.myBorderColor { border: 1px solid #854812; }

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

This div border color is #854812.


Opacity

.myOpacity80 { color: #854812; opacity: 0.8; }

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

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

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

This text has shadow with #854812 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #854812 on black background.


Color preview on white background

This text has color #854812 on white background.



Black color preview on #854812 background

This text has black color on #854812 background.


White color preview on #854812 background

This text has white color on #854812 background.