COLOR #51387A

HEX: #51387A
RGB: (81,56,122)

Color info

#51387A contains mainly red and blue colors. Web safe color of #51387A is #663366 (or #636).

RGB color model

#51387A color RGB value is (81,56,122).

  • red value is 81;
  • green value is 56;
  • blue value is 122.
RGB:
(81,56,122)
(32%,22%,48%)

RGB channels and saturation

R 81 of 255 = 32%
G 56 of 255 = 22%
B 122 of 255 = 48%

81
56
122

R + G + B ~ 34%. #51387A is quite dark color.

Portions of RGB colors in percentages

R + G + B =
81 + 56 + 122 = 259 (100%)
R 81 of 259 ~ 31.27%
G 56 of 259 ~ 21.62%
B 122 of 259 ~ 47.1%

%31.27
%21.62
%47.1

CMYK color model

#51387A color CMYK value is (34,54,0,52).

  • cyan value is 33.61%
  • magenta value is 54.10%
  • yellow value is 0.00%
  • key color value is 52.16%
CMYK:
(34,54,0,52)
C34M54Y0K52 
(34%,54%,0%,52%)
(0.34/0.54/0.00/0.52)	

CMYK percentages

%33.61
%54.1
%0
%52.16

Codes

Color #51387A in popluar color models

51387A
RGB8156122
HSL263°37.08%34.90%
HSB/HSV263°54.10%47.84%
CMYK33.61%54.10%0.00%
52.16%

Color #51387A in popluar number systems.

HEX51387A
Decimal8156122
Binary10100011110001111010
Octal12170172

Shades and tints

Shades of #51387A

#51387A
(81,56,122)
#4A336F
(74,51,111)
#432E64
(67,46,100)
#3C2959
(60,41,89)
#35244E
(53,36,78)
#2E1F43
(46,31,67)
#271A38
(39,26,56)
#20152D
(32,21,45)
#191022
(25,16,34)
#120B17
(18,11,23)
#0B060C
(11,6,12)
#000000
(0,0,0)

Tints of #51387A

#51387A
(81,56,122)
#604A86
(96,74,134)
#6F5C92
(111,92,146)
#7E6E9E
(126,110,158)
#8D80AA
(141,128,170)
#9C92B6
(156,146,182)
#ABA4C2
(171,164,194)
#BAB6CE
(186,182,206)
#C9C8DA
(201,200,218)
#D8DAE6
(216,218,230)
#E7ECF2
(231,236,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #51387A color. Also use rgb(81,56,122) instead hex code.

Text Font Color

.myTextColor { color: #51387A; }

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

This text font color is #51387A.


Background Color

.myBgColor { background-color: #51387A; }

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

This div background color is #51387A.


Border color

.myBorderColor { border: 1px solid #51387A; }

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

This div border color is #51387A.


Opacity

.myOpacity80 { color: #51387A; opacity: 0.8; }

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

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

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

This text has shadow with #51387A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #51387A on black background.


Color preview on white background

This text has color #51387A on white background.



Black color preview on #51387A background

This text has black color on #51387A background.


White color preview on #51387A background

This text has white color on #51387A background.