COLOR #514662

HEX: #514662
RGB: (81,70,98)

Color info

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

RGB color model

#514662 color RGB value is (81,70,98).

  • red value is 81;
  • green value is 70;
  • blue value is 98.
RGB:
(81,70,98)
(32%,27%,38%)

RGB channels and saturation

R 81 of 255 = 32%
G 70 of 255 = 27%
B 98 of 255 = 38%

81
70
98

R + G + B ~ 32%. #514662 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
81 + 70 + 98 = 249 (100%)
R 81 of 249 ~ 32.53%
G 70 of 249 ~ 28.11%
B 98 of 249 ~ 39.36%

%32.53
%28.11
%39.36

CMYK color model

#514662 color CMYK value is (17,29,0,62).

  • cyan value is 17.35%
  • magenta value is 28.57%
  • yellow value is 0.00%
  • key color value is 61.57%
CMYK:
(17,29,0,62)
C17M29Y0K62 
(17%,29%,0%,62%)
(0.17/0.29/0.00/0.62)	

CMYK percentages

%17.35
%28.57
%0
%61.57

Codes

Color #514662 in popluar color models

514662
RGB817098
HSL264°16.67%32.94%
HSB/HSV264°28.57%38.43%
CMYK17.35%28.57%0.00%
61.57%

Color #514662 in popluar number systems.

HEX514662
Decimal817098
Binary101000110001101100010
Octal121106142

Shades and tints

Shades of #514662

#514662
(81,70,98)
#4A405A
(74,64,90)
#433A52
(67,58,82)
#3C344A
(60,52,74)
#352E42
(53,46,66)
#2E283A
(46,40,58)
#272232
(39,34,50)
#201C2A
(32,28,42)
#191622
(25,22,34)
#12101A
(18,16,26)
#0B0A12
(11,10,18)
#000000
(0,0,0)

Tints of #514662

#514662
(81,70,98)
#605670
(96,86,112)
#6F667E
(111,102,126)
#7E768C
(126,118,140)
#8D869A
(141,134,154)
#9C96A8
(156,150,168)
#ABA6B6
(171,166,182)
#BAB6C4
(186,182,196)
#C9C6D2
(201,198,210)
#D8D6E0
(216,214,224)
#E7E6EE
(231,230,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #514662 color. Also use rgb(81,70,98) instead hex code.

Text Font Color

.myTextColor { color: #514662; }

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

This text font color is #514662.


Background Color

.myBgColor { background-color: #514662; }

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

This div background color is #514662.


Border color

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

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

This div border color is #514662.


Opacity

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

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

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

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

This text has shadow with #514662 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #514662 on black background.


Color preview on white background

This text has color #514662 on white background.



Black color preview on #514662 background

This text has black color on #514662 background.


White color preview on #514662 background

This text has white color on #514662 background.