COLOR #853F1E

HEX: #853F1E
RGB: (133,63,30)

Color info

#853F1E contains mainly red color. Web safe color of #853F1E is #993333 (or #933).

RGB color model

#853F1E color RGB value is (133,63,30).

  • red value is 133;
  • green value is 63;
  • blue value is 30.
RGB:
(133,63,30)
(52%,25%,12%)

RGB channels and saturation

R 133 of 255 = 52%
G 63 of 255 = 25%
B 30 of 255 = 12%

133
63
30

R + G + B ~ 30%. #853F1E is quite dark color.

Portions of RGB colors in percentages

R + G + B =
133 + 63 + 30 = 226 (100%)
R 133 of 226 ~ 58.85%
G 63 of 226 ~ 27.88%
B 30 of 226 ~ 13.27%

%58.85
%27.88
%13.27

CMYK color model

#853F1E color CMYK value is (0,53,77,48).

  • cyan value is 0.00%
  • magenta value is 52.63%
  • yellow value is 77.44%
  • key color value is 47.84%
CMYK:
(0,53,77,48)
C0M53Y77K48 
(0%,53%,77%,48%)
(0.00/0.53/0.77/0.48)	

CMYK percentages

%0
%52.63
%77.44
%47.84

Codes

Color #853F1E in popluar color models

853F1E
RGB1336330
HSL19°63.19%31.96%
HSB/HSV19°77.44%52.16%
CMYK0.00%52.63%77.44%
47.84%

Color #853F1E in popluar number systems.

HEX853F1E
Decimal1336330
Binary1000010111111111110
Octal2057736

Shades and tints

Shades of #853F1E

#853F1E
(133,63,30)
#793A1C
(121,58,28)
#6D351A
(109,53,26)
#613018
(97,48,24)
#552B16
(85,43,22)
#492614
(73,38,20)
#3D2112
(61,33,18)
#311C10
(49,28,16)
#25170E
(37,23,14)
#19120C
(25,18,12)
#0D0D0A
(13,13,10)
#000000
(0,0,0)

Tints of #853F1E

#853F1E
(133,63,30)
#905032
(144,80,50)
#9B6146
(155,97,70)
#A6725A
(166,114,90)
#B1836E
(177,131,110)
#BC9482
(188,148,130)
#C7A596
(199,165,150)
#D2B6AA
(210,182,170)
#DDC7BE
(221,199,190)
#E8D8D2
(232,216,210)
#F3E9E6
(243,233,230)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #853F1E color. Also use rgb(133,63,30) instead hex code.

Text Font Color

.myTextColor { color: #853F1E; }

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

This text font color is #853F1E.


Background Color

.myBgColor { background-color: #853F1E; }

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

This div background color is #853F1E.


Border color

.myBorderColor { border: 1px solid #853F1E; }

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

This div border color is #853F1E.


Opacity

.myOpacity80 { color: #853F1E; opacity: 0.8; }

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

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

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

This text has shadow with #853F1E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #853F1E on black background.


Color preview on white background

This text has color #853F1E on white background.



Black color preview on #853F1E background

This text has black color on #853F1E background.


White color preview on #853F1E background

This text has white color on #853F1E background.