COLOR #853800

HEX: #853800
RGB: (133,56,0)

Color info

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

RGB color model

#853800 color RGB value is (133,56,0).

  • red value is 133;
  • green value is 56;
  • blue value is 0.
RGB:
(133,56,0)
(52%,22%,0%)

RGB channels and saturation

R 133 of 255 = 52%
G 56 of 255 = 22%
B 0 of 255 = 0%

133
56
0

R + G + B ~ 25%. #853800 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
133 + 56 + 0 = 189 (100%)
R 133 of 189 ~ 70.37%
G 56 of 189 ~ 29.63%
B 0 of 189 ~ 0%

%70.37
%29.63

CMYK color model

#853800 color CMYK value is (0,58,100,48).

  • cyan value is 0.00%
  • magenta value is 57.89%
  • yellow value is 100.00%
  • key color value is 47.84%
CMYK:
(0,58,100,48)
C0M58Y100K48 
(0%,58%,100%,48%)
(0.00/0.58/1.00/0.48)	

CMYK percentages

%0
%57.89
%100
%47.84

Codes

Color #853800 in popluar color models

853800
RGB133560
HSL25°100.00%26.08%
HSB/HSV25°100.00%52.16%
CMYK0.00%57.89%100.00%
47.84%

Color #853800 in popluar number systems.

HEX853800
Decimal133560
Binary100001011110000
Octal205700

Shades and tints

Shades of #853800

#853800
(133,56,0)
#793300
(121,51,0)
#6D2E00
(109,46,0)
#612900
(97,41,0)
#552400
(85,36,0)
#491F00
(73,31,0)
#3D1A00
(61,26,0)
#311500
(49,21,0)
#251000
(37,16,0)
#190B00
(25,11,0)
#0D0600
(13,6,0)
#000000
(0,0,0)

Tints of #853800

#853800
(133,56,0)
#904A17
(144,74,23)
#9B5C2E
(155,92,46)
#A66E45
(166,110,69)
#B1805C
(177,128,92)
#BC9273
(188,146,115)
#C7A48A
(199,164,138)
#D2B6A1
(210,182,161)
#DDC8B8
(221,200,184)
#E8DACF
(232,218,207)
#F3ECE6
(243,236,230)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #853800 color. Also use rgb(133,56,0) instead hex code.

Text Font Color

.myTextColor { color: #853800; }

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

This text font color is #853800.


Background Color

.myBgColor { background-color: #853800; }

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

This div background color is #853800.


Border color

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

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

This div border color is #853800.


Opacity

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

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

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

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

This text has shadow with #853800 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #853800 on black background.


Color preview on white background

This text has color #853800 on white background.



Black color preview on #853800 background

This text has black color on #853800 background.


White color preview on #853800 background

This text has white color on #853800 background.