COLOR #501906

HEX: #501906
RGB: (80,25,6)

Color info

#501906 contains mainly red and green colors. Web safe color of #501906 is #660000 (or #600).

RGB color model

#501906 color RGB value is (80,25,6).

  • red value is 80;
  • green value is 25;
  • blue value is 6.
RGB:
(80,25,6)
(31%,10%,2%)

RGB channels and saturation

R 80 of 255 = 31%
G 25 of 255 = 10%
B 6 of 255 = 2%

80
25
6

R + G + B ~ 14%. #501906 is dark color.

Portions of RGB colors in percentages

R + G + B =
80 + 25 + 6 = 111 (100%)
R 80 of 111 ~ 72.07%
G 25 of 111 ~ 22.52%
B 6 of 111 ~ 5.41%

%72.07
%22.52

CMYK color model

#501906 color CMYK value is (0,69,93,69).

  • cyan value is 0.00%
  • magenta value is 68.75%
  • yellow value is 92.50%
  • key color value is 68.63%
CMYK:
(0,69,93,69)
C0M69Y93K69 
(0%,69%,93%,69%)
(0.00/0.69/0.93/0.69)	

CMYK percentages

%0
%68.75
%92.5
%68.63

Codes

Color #501906 in popluar color models

501906
RGB80256
HSL15°86.05%16.86%
HSB/HSV15°92.50%31.37%
CMYK0.00%68.75%92.50%
68.63%

Color #501906 in popluar number systems.

HEX501906
Decimal80256
Binary101000011001110
Octal120316

Shades and tints

Shades of #501906

#501906
(80,25,6)
#491706
(73,23,6)
#421506
(66,21,6)
#3B1306
(59,19,6)
#341106
(52,17,6)
#2D0F06
(45,15,6)
#260D06
(38,13,6)
#1F0B06
(31,11,6)
#180906
(24,9,6)
#110706
(17,7,6)
#0A0506
(10,5,6)
#000000
(0,0,0)

Tints of #501906

#501906
(80,25,6)
#5F2D1C
(95,45,28)
#6E4132
(110,65,50)
#7D5548
(125,85,72)
#8C695E
(140,105,94)
#9B7D74
(155,125,116)
#AA918A
(170,145,138)
#B9A5A0
(185,165,160)
#C8B9B6
(200,185,182)
#D7CDCC
(215,205,204)
#E6E1E2
(230,225,226)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #501906 color. Also use rgb(80,25,6) instead hex code.

Text Font Color

.myTextColor { color: #501906; }

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

This text font color is #501906.


Background Color

.myBgColor { background-color: #501906; }

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

This div background color is #501906.


Border color

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

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

This div border color is #501906.


Opacity

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

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

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

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

This text has shadow with #501906 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #501906 on black background.


Color preview on white background

This text has color #501906 on white background.



Black color preview on #501906 background

This text has black color on #501906 background.


White color preview on #501906 background

This text has white color on #501906 background.