COLOR #510439

HEX: #510439
RGB: (81,4,57)

Color info

#510439 contains mainly red and blue colors. Web safe color of #510439 is #660033 (or #603).

RGB color model

#510439 color RGB value is (81,4,57).

  • red value is 81;
  • green value is 4;
  • blue value is 57.
RGB:
(81,4,57)
(32%,2%,22%)

RGB channels and saturation

R 81 of 255 = 32%
G 4 of 255 = 2%
B 57 of 255 = 22%

81
4
57

R + G + B ~ 19%. #510439 is dark color.

Portions of RGB colors in percentages

R + G + B =
81 + 4 + 57 = 142 (100%)
R 81 of 142 ~ 57.04%
G 4 of 142 ~ 2.82%
B 57 of 142 ~ 40.14%

%57.04
%40.14

CMYK color model

#510439 color CMYK value is (0,95,30,68).

  • cyan value is 0.00%
  • magenta value is 95.06%
  • yellow value is 29.63%
  • key color value is 68.24%
CMYK:
(0,95,30,68)
C0M95Y30K68 
(0%,95%,30%,68%)
(0.00/0.95/0.30/0.68)	

CMYK percentages

%0
%95.06
%29.63
%68.24

Codes

Color #510439 in popluar color models

510439
RGB81457
HSL319°90.59%16.67%
HSB/HSV319°95.06%31.76%
CMYK0.00%95.06%29.63%
68.24%

Color #510439 in popluar number systems.

HEX510439
Decimal81457
Binary1010001100111001
Octal121471

Shades and tints

Shades of #510439

#510439
(81,4,57)
#4A0434
(74,4,52)
#43042F
(67,4,47)
#3C042A
(60,4,42)
#350425
(53,4,37)
#2E0420
(46,4,32)
#27041B
(39,4,27)
#200416
(32,4,22)
#190411
(25,4,17)
#12040C
(18,4,12)
#0B0407
(11,4,7)
#000000
(0,0,0)

Tints of #510439

#510439
(81,4,57)
#601A4B
(96,26,75)
#6F305D
(111,48,93)
#7E466F
(126,70,111)
#8D5C81
(141,92,129)
#9C7293
(156,114,147)
#AB88A5
(171,136,165)
#BA9EB7
(186,158,183)
#C9B4C9
(201,180,201)
#D8CADB
(216,202,219)
#E7E0ED
(231,224,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #510439 color. Also use rgb(81,4,57) instead hex code.

Text Font Color

.myTextColor { color: #510439; }

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

This text font color is #510439.


Background Color

.myBgColor { background-color: #510439; }

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

This div background color is #510439.


Border color

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

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

This div border color is #510439.


Opacity

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

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

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

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

This text has shadow with #510439 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #510439 on black background.


Color preview on white background

This text has color #510439 on white background.



Black color preview on #510439 background

This text has black color on #510439 background.


White color preview on #510439 background

This text has white color on #510439 background.