COLOR #514766

HEX: #514766
RGB: (81,71,102)

Color info

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

RGB color model

#514766 color RGB value is (81,71,102).

  • red value is 81;
  • green value is 71;
  • blue value is 102.
RGB:
(81,71,102)
(32%,28%,40%)

RGB channels and saturation

R 81 of 255 = 32%
G 71 of 255 = 28%
B 102 of 255 = 40%

81
71
102

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

Portions of RGB colors in percentages

R + G + B =
81 + 71 + 102 = 254 (100%)
R 81 of 254 ~ 31.89%
G 71 of 254 ~ 27.95%
B 102 of 254 ~ 40.16%

%31.89
%27.95
%40.16

CMYK color model

#514766 color CMYK value is (21,30,0,60).

  • cyan value is 20.59%
  • magenta value is 30.39%
  • yellow value is 0.00%
  • key color value is 60.00%
CMYK:
(21,30,0,60)
C21M30Y0K60 
(21%,30%,0%,60%)
(0.21/0.30/0.00/0.60)	

CMYK percentages

%20.59
%30.39
%0
%60

Codes

Color #514766 in popluar color models

514766
RGB8171102
HSL259°17.92%33.92%
HSB/HSV259°30.39%40.00%
CMYK20.59%30.39%0.00%
60.00%

Color #514766 in popluar number systems.

HEX514766
Decimal8171102
Binary101000110001111100110
Octal121107146

Shades and tints

Shades of #514766

#514766
(81,71,102)
#4A415D
(74,65,93)
#433B54
(67,59,84)
#3C354B
(60,53,75)
#352F42
(53,47,66)
#2E2939
(46,41,57)
#272330
(39,35,48)
#201D27
(32,29,39)
#19171E
(25,23,30)
#121115
(18,17,21)
#0B0B0C
(11,11,12)
#000000
(0,0,0)

Tints of #514766

#514766
(81,71,102)
#605773
(96,87,115)
#6F6780
(111,103,128)
#7E778D
(126,119,141)
#8D879A
(141,135,154)
#9C97A7
(156,151,167)
#ABA7B4
(171,167,180)
#BAB7C1
(186,183,193)
#C9C7CE
(201,199,206)
#D8D7DB
(216,215,219)
#E7E7E8
(231,231,232)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #514766 color. Also use rgb(81,71,102) instead hex code.

Text Font Color

.myTextColor { color: #514766; }

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

This text font color is #514766.


Background Color

.myBgColor { background-color: #514766; }

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

This div background color is #514766.


Border color

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

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

This div border color is #514766.


Opacity

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

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

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

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

This text has shadow with #514766 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #514766 on black background.


Color preview on white background

This text has color #514766 on white background.



Black color preview on #514766 background

This text has black color on #514766 background.


White color preview on #514766 background

This text has white color on #514766 background.