COLOR #51124B

HEX: #51124B
RGB: (81,18,75)

Color info

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

RGB color model

#51124B color RGB value is (81,18,75).

  • red value is 81;
  • green value is 18;
  • blue value is 75.
RGB:
(81,18,75)
(32%,7%,29%)

RGB channels and saturation

R 81 of 255 = 32%
G 18 of 255 = 7%
B 75 of 255 = 29%

81
18
75

R + G + B ~ 23%. #51124B is dark color.

Portions of RGB colors in percentages

R + G + B =
81 + 18 + 75 = 174 (100%)
R 81 of 174 ~ 46.55%
G 18 of 174 ~ 10.34%
B 75 of 174 ~ 43.1%

%46.55
%10.34
%43.1

CMYK color model

#51124B color CMYK value is (0,78,7,68).

  • cyan value is 0.00%
  • magenta value is 77.78%
  • yellow value is 7.41%
  • key color value is 68.24%
CMYK:
(0,78,7,68)
C0M78Y7K68 
(0%,78%,7%,68%)
(0.00/0.78/0.07/0.68)	

CMYK percentages

%0
%77.78
%7.41
%68.24

Codes

Color #51124B in popluar color models

51124B
RGB811875
HSL306°63.64%19.41%
HSB/HSV306°77.78%31.76%
CMYK0.00%77.78%7.41%
68.24%

Color #51124B in popluar number systems.

HEX51124B
Decimal811875
Binary1010001100101001011
Octal12122113

Shades and tints

Shades of #51124B

#51124B
(81,18,75)
#4A1145
(74,17,69)
#43103F
(67,16,63)
#3C0F39
(60,15,57)
#350E33
(53,14,51)
#2E0D2D
(46,13,45)
#270C27
(39,12,39)
#200B21
(32,11,33)
#190A1B
(25,10,27)
#120915
(18,9,21)
#0B080F
(11,8,15)
#000000
(0,0,0)

Tints of #51124B

#51124B
(81,18,75)
#60275B
(96,39,91)
#6F3C6B
(111,60,107)
#7E517B
(126,81,123)
#8D668B
(141,102,139)
#9C7B9B
(156,123,155)
#AB90AB
(171,144,171)
#BAA5BB
(186,165,187)
#C9BACB
(201,186,203)
#D8CFDB
(216,207,219)
#E7E4EB
(231,228,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #51124B color. Also use rgb(81,18,75) instead hex code.

Text Font Color

.myTextColor { color: #51124B; }

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

This text font color is #51124B.


Background Color

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

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

This div background color is #51124B.


Border color

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

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

This div border color is #51124B.


Opacity

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

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

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

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

This text has shadow with #51124B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #51124B on black background.


Color preview on white background

This text has color #51124B on white background.



Black color preview on #51124B background

This text has black color on #51124B background.


White color preview on #51124B background

This text has white color on #51124B background.