COLOR #501A30

HEX: #501A30
RGB: (80,26,48)

Color info

#501A30 contains red, green and blue colors in about the same proportion. Web safe color of #501A30 is #660033 (or #603).

RGB color model

#501A30 color RGB value is (80,26,48).

  • red value is 80;
  • green value is 26;
  • blue value is 48.
RGB:
(80,26,48)
(31%,10%,19%)

RGB channels and saturation

R 80 of 255 = 31%
G 26 of 255 = 10%
B 48 of 255 = 19%

80
26
48

R + G + B ~ 20%. #501A30 is dark color.

Portions of RGB colors in percentages

R + G + B =
80 + 26 + 48 = 154 (100%)
R 80 of 154 ~ 51.95%
G 26 of 154 ~ 16.88%
B 48 of 154 ~ 31.17%

%51.95
%16.88
%31.17

CMYK color model

#501A30 color CMYK value is (0,68,40,69).

  • cyan value is 0.00%
  • magenta value is 67.50%
  • yellow value is 40.00%
  • key color value is 68.63%
CMYK:
(0,68,40,69)
C0M68Y40K69 
(0%,68%,40%,69%)
(0.00/0.68/0.40/0.69)	

CMYK percentages

%0
%67.5
%40
%68.63

Codes

Color #501A30 in popluar color models

501A30
RGB802648
HSL336°50.94%20.78%
HSB/HSV336°67.50%31.37%
CMYK0.00%67.50%40.00%
68.63%

Color #501A30 in popluar number systems.

HEX501A30
Decimal802648
Binary101000011010110000
Octal1203260

Shades and tints

Shades of #501A30

#501A30
(80,26,48)
#49182C
(73,24,44)
#421628
(66,22,40)
#3B1424
(59,20,36)
#341220
(52,18,32)
#2D101C
(45,16,28)
#260E18
(38,14,24)
#1F0C14
(31,12,20)
#180A10
(24,10,16)
#11080C
(17,8,12)
#0A0608
(10,6,8)
#000000
(0,0,0)

Tints of #501A30

#501A30
(80,26,48)
#5F2E42
(95,46,66)
#6E4254
(110,66,84)
#7D5666
(125,86,102)
#8C6A78
(140,106,120)
#9B7E8A
(155,126,138)
#AA929C
(170,146,156)
#B9A6AE
(185,166,174)
#C8BAC0
(200,186,192)
#D7CED2
(215,206,210)
#E6E2E4
(230,226,228)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #501A30 color. Also use rgb(80,26,48) instead hex code.

Text Font Color

.myTextColor { color: #501A30; }

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

This text font color is #501A30.


Background Color

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

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

This div background color is #501A30.


Border color

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

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

This div border color is #501A30.


Opacity

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

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

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

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

This text has shadow with #501A30 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #501A30 on black background.


Color preview on white background

This text has color #501A30 on white background.



Black color preview on #501A30 background

This text has black color on #501A30 background.


White color preview on #501A30 background

This text has white color on #501A30 background.