COLOR #514377

HEX: #514377
RGB: (81,67,119)

Color info

#514377 contains red, green and blue colors in about the same proportion. Web safe color of #514377 is #663366 (or #636).

RGB color model

#514377 color RGB value is (81,67,119).

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

RGB channels and saturation

R 81 of 255 = 32%
G 67 of 255 = 26%
B 119 of 255 = 47%

81
67
119

R + G + B ~ 35%. #514377 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
81 + 67 + 119 = 267 (100%)
R 81 of 267 ~ 30.34%
G 67 of 267 ~ 25.09%
B 119 of 267 ~ 44.57%

%30.34
%25.09
%44.57

CMYK color model

#514377 color CMYK value is (32,44,0,53).

  • cyan value is 31.93%
  • magenta value is 43.70%
  • yellow value is 0.00%
  • key color value is 53.33%
CMYK:
(32,44,0,53)
C32M44Y0K53 
(32%,44%,0%,53%)
(0.32/0.44/0.00/0.53)	

CMYK percentages

%31.93
%43.7
%0
%53.33

Codes

Color #514377 in popluar color models

514377
RGB8167119
HSL256°27.96%36.47%
HSB/HSV256°43.70%46.67%
CMYK31.93%43.70%0.00%
53.33%

Color #514377 in popluar number systems.

HEX514377
Decimal8167119
Binary101000110000111110111
Octal121103167

Shades and tints

Shades of #514377

#514377
(81,67,119)
#4A3D6D
(74,61,109)
#433763
(67,55,99)
#3C3159
(60,49,89)
#352B4F
(53,43,79)
#2E2545
(46,37,69)
#271F3B
(39,31,59)
#201931
(32,25,49)
#191327
(25,19,39)
#120D1D
(18,13,29)
#0B0713
(11,7,19)
#000000
(0,0,0)

Tints of #514377

#514377
(81,67,119)
#605483
(96,84,131)
#6F658F
(111,101,143)
#7E769B
(126,118,155)
#8D87A7
(141,135,167)
#9C98B3
(156,152,179)
#ABA9BF
(171,169,191)
#BABACB
(186,186,203)
#C9CBD7
(201,203,215)
#D8DCE3
(216,220,227)
#E7EDEF
(231,237,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #514377; }

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

This text font color is #514377.


Background Color

.myBgColor { background-color: #514377; }

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

This div background color is #514377.


Border color

.myBorderColor { border: 1px solid #514377; }

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

This div border color is #514377.


Opacity

.myOpacity80 { color: #514377; opacity: 0.8; }

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

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

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

This text has shadow with #514377 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #514377 on black background.


Color preview on white background

This text has color #514377 on white background.



Black color preview on #514377 background

This text has black color on #514377 background.


White color preview on #514377 background

This text has white color on #514377 background.