COLOR #501205

HEX: #501205
RGB: (80,18,5)

Color info

#501205 contains mainly red color. Web safe color of #501205 is #660000 (or #600).

RGB color model

#501205 color RGB value is (80,18,5).

  • red value is 80;
  • green value is 18;
  • blue value is 5.
RGB:
(80,18,5)
(31%,7%,2%)

RGB channels and saturation

R 80 of 255 = 31%
G 18 of 255 = 7%
B 5 of 255 = 2%

80
18
5

R + G + B ~ 13%. #501205 is dark color.

Portions of RGB colors in percentages

R + G + B =
80 + 18 + 5 = 103 (100%)
R 80 of 103 ~ 77.67%
G 18 of 103 ~ 17.48%
B 5 of 103 ~ 4.85%

%77.67
%17.48

CMYK color model

#501205 color CMYK value is (0,78,94,69).

  • cyan value is 0.00%
  • magenta value is 77.50%
  • yellow value is 93.75%
  • key color value is 68.63%
CMYK:
(0,78,94,69)
C0M78Y94K69 
(0%,78%,94%,69%)
(0.00/0.78/0.94/0.69)	

CMYK percentages

%0
%77.5
%93.75
%68.63

Codes

Color #501205 in popluar color models

501205
RGB80185
HSL10°88.24%16.67%
HSB/HSV10°93.75%31.37%
CMYK0.00%77.50%93.75%
68.63%

Color #501205 in popluar number systems.

HEX501205
Decimal80185
Binary101000010010101
Octal120225

Shades and tints

Shades of #501205

#501205
(80,18,5)
#491105
(73,17,5)
#421005
(66,16,5)
#3B0F05
(59,15,5)
#340E05
(52,14,5)
#2D0D05
(45,13,5)
#260C05
(38,12,5)
#1F0B05
(31,11,5)
#180A05
(24,10,5)
#110905
(17,9,5)
#0A0805
(10,8,5)
#000000
(0,0,0)

Tints of #501205

#501205
(80,18,5)
#5F271B
(95,39,27)
#6E3C31
(110,60,49)
#7D5147
(125,81,71)
#8C665D
(140,102,93)
#9B7B73
(155,123,115)
#AA9089
(170,144,137)
#B9A59F
(185,165,159)
#C8BAB5
(200,186,181)
#D7CFCB
(215,207,203)
#E6E4E1
(230,228,225)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #501205 color. Also use rgb(80,18,5) instead hex code.

Text Font Color

.myTextColor { color: #501205; }

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

This text font color is #501205.


Background Color

.myBgColor { background-color: #501205; }

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

This div background color is #501205.


Border color

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

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

This div border color is #501205.


Opacity

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

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

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

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

This text has shadow with #501205 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #501205 on black background.


Color preview on white background

This text has color #501205 on white background.



Black color preview on #501205 background

This text has black color on #501205 background.


White color preview on #501205 background

This text has white color on #501205 background.