COLOR #514268

HEX: #514268
RGB: (81,66,104)

Color info

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

RGB color model

#514268 color RGB value is (81,66,104).

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

RGB channels and saturation

R 81 of 255 = 32%
G 66 of 255 = 26%
B 104 of 255 = 41%

81
66
104

R + G + B ~ 33%. #514268 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
81 + 66 + 104 = 251 (100%)
R 81 of 251 ~ 32.27%
G 66 of 251 ~ 26.29%
B 104 of 251 ~ 41.43%

%32.27
%26.29
%41.43

CMYK color model

#514268 color CMYK value is (22,37,0,59).

  • cyan value is 22.12%
  • magenta value is 36.54%
  • yellow value is 0.00%
  • key color value is 59.22%
CMYK:
(22,37,0,59)
C22M37Y0K59 
(22%,37%,0%,59%)
(0.22/0.37/0.00/0.59)	

CMYK percentages

%22.12
%36.54
%0
%59.22

Codes

Color #514268 in popluar color models

514268
RGB8166104
HSL264°22.35%33.33%
HSB/HSV264°36.54%40.78%
CMYK22.12%36.54%0.00%
59.22%

Color #514268 in popluar number systems.

HEX514268
Decimal8166104
Binary101000110000101101000
Octal121102150

Shades and tints

Shades of #514268

#514268
(81,66,104)
#4A3C5F
(74,60,95)
#433656
(67,54,86)
#3C304D
(60,48,77)
#352A44
(53,42,68)
#2E243B
(46,36,59)
#271E32
(39,30,50)
#201829
(32,24,41)
#191220
(25,18,32)
#120C17
(18,12,23)
#0B060E
(11,6,14)
#000000
(0,0,0)

Tints of #514268

#514268
(81,66,104)
#605375
(96,83,117)
#6F6482
(111,100,130)
#7E758F
(126,117,143)
#8D869C
(141,134,156)
#9C97A9
(156,151,169)
#ABA8B6
(171,168,182)
#BAB9C3
(186,185,195)
#C9CAD0
(201,202,208)
#D8DBDD
(216,219,221)
#E7ECEA
(231,236,234)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #514268; }

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

This text font color is #514268.


Background Color

.myBgColor { background-color: #514268; }

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

This div background color is #514268.


Border color

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

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

This div border color is #514268.


Opacity

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

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

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

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

This text has shadow with #514268 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #514268 on black background.


Color preview on white background

This text has color #514268 on white background.



Black color preview on #514268 background

This text has black color on #514268 background.


White color preview on #514268 background

This text has white color on #514268 background.