COLOR #51439D

HEX: #51439D
RGB: (81,67,157)

Color info

#51439D contains mainly blue color. Web safe color of #51439D is #663399 (or #639).

RGB color model

#51439D color RGB value is (81,67,157).

  • red value is 81;
  • green value is 67;
  • blue value is 157.
RGB:
(81,67,157)
(32%,26%,62%)

RGB channels and saturation

R 81 of 255 = 32%
G 67 of 255 = 26%
B 157 of 255 = 62%

81
67
157

R + G + B ~ 40%. #51439D is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
81 + 67 + 157 = 305 (100%)
R 81 of 305 ~ 26.56%
G 67 of 305 ~ 21.97%
B 157 of 305 ~ 51.48%

%26.56
%21.97
%51.48

CMYK color model

#51439D color CMYK value is (48,57,0,38).

  • cyan value is 48.41%
  • magenta value is 57.32%
  • yellow value is 0.00%
  • key color value is 38.43%
CMYK:
(48,57,0,38)
C48M57Y0K38 
(48%,57%,0%,38%)
(0.48/0.57/0.00/0.38)	

CMYK percentages

%48.41
%57.32
%0
%38.43

Codes

Color #51439D in popluar color models

51439D
RGB8167157
HSL249°40.18%43.92%
HSB/HSV249°57.32%61.57%
CMYK48.41%57.32%0.00%
38.43%

Color #51439D in popluar number systems.

HEX51439D
Decimal8167157
Binary1010001100001110011101
Octal121103235

Shades and tints

Shades of #51439D

#51439D
(81,67,157)
#4A3D8F
(74,61,143)
#433781
(67,55,129)
#3C3173
(60,49,115)
#352B65
(53,43,101)
#2E2557
(46,37,87)
#271F49
(39,31,73)
#20193B
(32,25,59)
#19132D
(25,19,45)
#120D1F
(18,13,31)
#0B0711
(11,7,17)
#000000
(0,0,0)

Tints of #51439D

#51439D
(81,67,157)
#6054A5
(96,84,165)
#6F65AD
(111,101,173)
#7E76B5
(126,118,181)
#8D87BD
(141,135,189)
#9C98C5
(156,152,197)
#ABA9CD
(171,169,205)
#BABAD5
(186,186,213)
#C9CBDD
(201,203,221)
#D8DCE5
(216,220,229)
#E7EDED
(231,237,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #51439D color. Also use rgb(81,67,157) instead hex code.

Text Font Color

.myTextColor { color: #51439D; }

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

This text font color is #51439D.


Background Color

.myBgColor { background-color: #51439D; }

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

This div background color is #51439D.


Border color

.myBorderColor { border: 1px solid #51439D; }

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

This div border color is #51439D.


Opacity

.myOpacity80 { color: #51439D; opacity: 0.8; }

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

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

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

This text has shadow with #51439D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #51439D on black background.


Color preview on white background

This text has color #51439D on white background.



Black color preview on #51439D background

This text has black color on #51439D background.


White color preview on #51439D background

This text has white color on #51439D background.