COLOR #514270

HEX: #514270
RGB: (81,66,112)

Color info

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

RGB color model

#514270 color RGB value is (81,66,112).

  • red value is 81;
  • green value is 66;
  • blue value is 112.
RGB:
(81,66,112)
(32%,26%,44%)

RGB channels and saturation

R 81 of 255 = 32%
G 66 of 255 = 26%
B 112 of 255 = 44%

81
66
112

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

Portions of RGB colors in percentages

R + G + B =
81 + 66 + 112 = 259 (100%)
R 81 of 259 ~ 31.27%
G 66 of 259 ~ 25.48%
B 112 of 259 ~ 43.24%

%31.27
%25.48
%43.24

CMYK color model

#514270 color CMYK value is (28,41,0,56).

  • cyan value is 27.68%
  • magenta value is 41.07%
  • yellow value is 0.00%
  • key color value is 56.08%
CMYK:
(28,41,0,56)
C28M41Y0K56 
(28%,41%,0%,56%)
(0.28/0.41/0.00/0.56)	

CMYK percentages

%27.68
%41.07
%0
%56.08

Codes

Color #514270 in popluar color models

514270
RGB8166112
HSL260°25.84%34.90%
HSB/HSV260°41.07%43.92%
CMYK27.68%41.07%0.00%
56.08%

Color #514270 in popluar number systems.

HEX514270
Decimal8166112
Binary101000110000101110000
Octal121102160

Shades and tints

Shades of #514270

#514270
(81,66,112)
#4A3C66
(74,60,102)
#43365C
(67,54,92)
#3C3052
(60,48,82)
#352A48
(53,42,72)
#2E243E
(46,36,62)
#271E34
(39,30,52)
#20182A
(32,24,42)
#191220
(25,18,32)
#120C16
(18,12,22)
#0B060C
(11,6,12)
#000000
(0,0,0)

Tints of #514270

#514270
(81,66,112)
#60537D
(96,83,125)
#6F648A
(111,100,138)
#7E7597
(126,117,151)
#8D86A4
(141,134,164)
#9C97B1
(156,151,177)
#ABA8BE
(171,168,190)
#BAB9CB
(186,185,203)
#C9CAD8
(201,202,216)
#D8DBE5
(216,219,229)
#E7ECF2
(231,236,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #514270 color. Also use rgb(81,66,112) instead hex code.

Text Font Color

.myTextColor { color: #514270; }

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

This text font color is #514270.


Background Color

.myBgColor { background-color: #514270; }

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

This div background color is #514270.


Border color

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

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

This div border color is #514270.


Opacity

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

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

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

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

This text has shadow with #514270 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #514270 on black background.


Color preview on white background

This text has color #514270 on white background.



Black color preview on #514270 background

This text has black color on #514270 background.


White color preview on #514270 background

This text has white color on #514270 background.