COLOR #850204

HEX: #850204
RGB: (133,2,4)

Color info

#850204 contains mainly red color. Web safe color of #850204 is #990000 (or #900).

RGB color model

#850204 color RGB value is (133,2,4).

  • red value is 133;
  • green value is 2;
  • blue value is 4.
RGB:
(133,2,4)
(52%,1%,2%)

RGB channels and saturation

R 133 of 255 = 52%
G 2 of 255 = 1%
B 4 of 255 = 2%

133
2
4

R + G + B ~ 18%. #850204 is dark color.

Portions of RGB colors in percentages

R + G + B =
133 + 2 + 4 = 139 (100%)
R 133 of 139 ~ 95.68%
G 2 of 139 ~ 1.44%
B 4 of 139 ~ 2.88%

%95.68

CMYK color model

#850204 color CMYK value is (0,98,97,48).

  • cyan value is 0.00%
  • magenta value is 98.50%
  • yellow value is 96.99%
  • key color value is 47.84%
CMYK:
(0,98,97,48)
C0M98Y97K48 
(0%,98%,97%,48%)
(0.00/0.98/0.97/0.48)	

CMYK percentages

%0
%98.5
%96.99
%47.84

Codes

Color #850204 in popluar color models

850204
RGB13324
HSL359°97.04%26.47%
HSB/HSV359°98.50%52.16%
CMYK0.00%98.50%96.99%
47.84%

Color #850204 in popluar number systems.

HEX850204
Decimal13324
Binary1000010110100
Octal20524

Shades and tints

Shades of #850204

#850204
(133,2,4)
#790204
(121,2,4)
#6D0204
(109,2,4)
#610204
(97,2,4)
#550204
(85,2,4)
#490204
(73,2,4)
#3D0204
(61,2,4)
#310204
(49,2,4)
#250204
(37,2,4)
#190204
(25,2,4)
#0D0204
(13,2,4)
#000000
(0,0,0)

Tints of #850204

#850204
(133,2,4)
#90191A
(144,25,26)
#9B3030
(155,48,48)
#A64746
(166,71,70)
#B15E5C
(177,94,92)
#BC7572
(188,117,114)
#C78C88
(199,140,136)
#D2A39E
(210,163,158)
#DDBAB4
(221,186,180)
#E8D1CA
(232,209,202)
#F3E8E0
(243,232,224)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #850204 color. Also use rgb(133,2,4) instead hex code.

Text Font Color

.myTextColor { color: #850204; }

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

This text font color is #850204.


Background Color

.myBgColor { background-color: #850204; }

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

This div background color is #850204.


Border color

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

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

This div border color is #850204.


Opacity

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

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

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

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

This text has shadow with #850204 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #850204 on black background.


Color preview on white background

This text has color #850204 on white background.



Black color preview on #850204 background

This text has black color on #850204 background.


White color preview on #850204 background

This text has white color on #850204 background.