COLOR #501F04

HEX: #501F04
RGB: (80,31,4)

Color info

#501F04 contains mainly red and green colors. Web safe color of #501F04 is #663300 (or #630).

RGB color model

#501F04 color RGB value is (80,31,4).

  • red value is 80;
  • green value is 31;
  • blue value is 4.
RGB:
(80,31,4)
(31%,12%,2%)

RGB channels and saturation

R 80 of 255 = 31%
G 31 of 255 = 12%
B 4 of 255 = 2%

80
31
4

R + G + B ~ 15%. #501F04 is dark color.

Portions of RGB colors in percentages

R + G + B =
80 + 31 + 4 = 115 (100%)
R 80 of 115 ~ 69.57%
G 31 of 115 ~ 26.96%
B 4 of 115 ~ 3.48%

%69.57
%26.96

CMYK color model

#501F04 color CMYK value is (0,61,95,69).

  • cyan value is 0.00%
  • magenta value is 61.25%
  • yellow value is 95.00%
  • key color value is 68.63%
CMYK:
(0,61,95,69)
C0M61Y95K69 
(0%,61%,95%,69%)
(0.00/0.61/0.95/0.69)	

CMYK percentages

%0
%61.25
%95
%68.63

Codes

Color #501F04 in popluar color models

501F04
RGB80314
HSL21°90.48%16.47%
HSB/HSV21°95.00%31.37%
CMYK0.00%61.25%95.00%
68.63%

Color #501F04 in popluar number systems.

HEX501F04
Decimal80314
Binary101000011111100
Octal120374

Shades and tints

Shades of #501F04

#501F04
(80,31,4)
#491D04
(73,29,4)
#421B04
(66,27,4)
#3B1904
(59,25,4)
#341704
(52,23,4)
#2D1504
(45,21,4)
#261304
(38,19,4)
#1F1104
(31,17,4)
#180F04
(24,15,4)
#110D04
(17,13,4)
#0A0B04
(10,11,4)
#000000
(0,0,0)

Tints of #501F04

#501F04
(80,31,4)
#5F331A
(95,51,26)
#6E4730
(110,71,48)
#7D5B46
(125,91,70)
#8C6F5C
(140,111,92)
#9B8372
(155,131,114)
#AA9788
(170,151,136)
#B9AB9E
(185,171,158)
#C8BFB4
(200,191,180)
#D7D3CA
(215,211,202)
#E6E7E0
(230,231,224)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #501F04 color. Also use rgb(80,31,4) instead hex code.

Text Font Color

.myTextColor { color: #501F04; }

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

This text font color is #501F04.


Background Color

.myBgColor { background-color: #501F04; }

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

This div background color is #501F04.


Border color

.myBorderColor { border: 1px solid #501F04; }

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

This div border color is #501F04.


Opacity

.myOpacity80 { color: #501F04; opacity: 0.8; }

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

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

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

This text has shadow with #501F04 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #501F04 on black background.


Color preview on white background

This text has color #501F04 on white background.



Black color preview on #501F04 background

This text has black color on #501F04 background.


White color preview on #501F04 background

This text has white color on #501F04 background.