COLOR #51046E

HEX: #51046E
RGB: (81,4,110)

Color info

#51046E contains mainly red and blue colors. Web safe color of #51046E is #660066 (or #606).

RGB color model

#51046E color RGB value is (81,4,110).

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

RGB channels and saturation

R 81 of 255 = 32%
G 4 of 255 = 2%
B 110 of 255 = 43%

81
4
110

R + G + B ~ 26%. #51046E is quite dark color.

Portions of RGB colors in percentages

R + G + B =
81 + 4 + 110 = 195 (100%)
R 81 of 195 ~ 41.54%
G 4 of 195 ~ 2.05%
B 110 of 195 ~ 56.41%

%41.54
%56.41

CMYK color model

#51046E color CMYK value is (26,96,0,57).

  • cyan value is 26.36%
  • magenta value is 96.36%
  • yellow value is 0.00%
  • key color value is 56.86%
CMYK:
(26,96,0,57)
C26M96Y0K57 
(26%,96%,0%,57%)
(0.26/0.96/0.00/0.57)	

CMYK percentages

%26.36
%96.36
%0
%56.86

Codes

Color #51046E in popluar color models

51046E
RGB814110
HSL284°92.98%22.35%
HSB/HSV284°96.36%43.14%
CMYK26.36%96.36%0.00%
56.86%

Color #51046E in popluar number systems.

HEX51046E
Decimal814110
Binary10100011001101110
Octal1214156

Shades and tints

Shades of #51046E

#51046E
(81,4,110)
#4A0464
(74,4,100)
#43045A
(67,4,90)
#3C0450
(60,4,80)
#350446
(53,4,70)
#2E043C
(46,4,60)
#270432
(39,4,50)
#200428
(32,4,40)
#19041E
(25,4,30)
#120414
(18,4,20)
#0B040A
(11,4,10)
#000000
(0,0,0)

Tints of #51046E

#51046E
(81,4,110)
#601A7B
(96,26,123)
#6F3088
(111,48,136)
#7E4695
(126,70,149)
#8D5CA2
(141,92,162)
#9C72AF
(156,114,175)
#AB88BC
(171,136,188)
#BA9EC9
(186,158,201)
#C9B4D6
(201,180,214)
#D8CAE3
(216,202,227)
#E7E0F0
(231,224,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #51046E; }

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

This text font color is #51046E.


Background Color

.myBgColor { background-color: #51046E; }

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

This div background color is #51046E.


Border color

.myBorderColor { border: 1px solid #51046E; }

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

This div border color is #51046E.


Opacity

.myOpacity80 { color: #51046E; opacity: 0.8; }

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

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

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

This text has shadow with #51046E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #51046E on black background.


Color preview on white background

This text has color #51046E on white background.



Black color preview on #51046E background

This text has black color on #51046E background.


White color preview on #51046E background

This text has white color on #51046E background.