COLOR #51066B

HEX: #51066B
RGB: (81,6,107)

Color info

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

RGB color model

#51066B color RGB value is (81,6,107).

  • red value is 81;
  • green value is 6;
  • blue value is 107.
RGB:
(81,6,107)
(32%,2%,42%)

RGB channels and saturation

R 81 of 255 = 32%
G 6 of 255 = 2%
B 107 of 255 = 42%

81
6
107

R + G + B ~ 25%. #51066B is quite dark color.

Portions of RGB colors in percentages

R + G + B =
81 + 6 + 107 = 194 (100%)
R 81 of 194 ~ 41.75%
G 6 of 194 ~ 3.09%
B 107 of 194 ~ 55.15%

%41.75
%55.15

CMYK color model

#51066B color CMYK value is (24,94,0,58).

  • cyan value is 24.30%
  • magenta value is 94.39%
  • yellow value is 0.00%
  • key color value is 58.04%
CMYK:
(24,94,0,58)
C24M94Y0K58 
(24%,94%,0%,58%)
(0.24/0.94/0.00/0.58)	

CMYK percentages

%24.3
%94.39
%0
%58.04

Codes

Color #51066B in popluar color models

51066B
RGB816107
HSL285°89.38%22.16%
HSB/HSV285°94.39%41.96%
CMYK24.30%94.39%0.00%
58.04%

Color #51066B in popluar number systems.

HEX51066B
Decimal816107
Binary10100011101101011
Octal1216153

Shades and tints

Shades of #51066B

#51066B
(81,6,107)
#4A0662
(74,6,98)
#430659
(67,6,89)
#3C0650
(60,6,80)
#350647
(53,6,71)
#2E063E
(46,6,62)
#270635
(39,6,53)
#20062C
(32,6,44)
#190623
(25,6,35)
#12061A
(18,6,26)
#0B0611
(11,6,17)
#000000
(0,0,0)

Tints of #51066B

#51066B
(81,6,107)
#601C78
(96,28,120)
#6F3285
(111,50,133)
#7E4892
(126,72,146)
#8D5E9F
(141,94,159)
#9C74AC
(156,116,172)
#AB8AB9
(171,138,185)
#BAA0C6
(186,160,198)
#C9B6D3
(201,182,211)
#D8CCE0
(216,204,224)
#E7E2ED
(231,226,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #51066B color. Also use rgb(81,6,107) instead hex code.

Text Font Color

.myTextColor { color: #51066B; }

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

This text font color is #51066B.


Background Color

.myBgColor { background-color: #51066B; }

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

This div background color is #51066B.


Border color

.myBorderColor { border: 1px solid #51066B; }

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

This div border color is #51066B.


Opacity

.myOpacity80 { color: #51066B; opacity: 0.8; }

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

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

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

This text has shadow with #51066B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #51066B on black background.


Color preview on white background

This text has color #51066B on white background.



Black color preview on #51066B background

This text has black color on #51066B background.


White color preview on #51066B background

This text has white color on #51066B background.