COLOR #514D66

HEX: #514D66
RGB: (81,77,102)

Color info

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

RGB color model

#514D66 color RGB value is (81,77,102).

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

RGB channels and saturation

R 81 of 255 = 32%
G 77 of 255 = 30%
B 102 of 255 = 40%

81
77
102

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

Portions of RGB colors in percentages

R + G + B =
81 + 77 + 102 = 260 (100%)
R 81 of 260 ~ 31.15%
G 77 of 260 ~ 29.62%
B 102 of 260 ~ 39.23%

%31.15
%29.62
%39.23

CMYK color model

#514D66 color CMYK value is (21,25,0,60).

  • cyan value is 20.59%
  • magenta value is 24.51%
  • yellow value is 0.00%
  • key color value is 60.00%
CMYK:
(21,25,0,60)
C21M25Y0K60 
(21%,25%,0%,60%)
(0.21/0.25/0.00/0.60)	

CMYK percentages

%20.59
%24.51
%0
%60

Codes

Color #514D66 in popluar color models

514D66
RGB8177102
HSL250°13.97%35.10%
HSB/HSV250°24.51%40.00%
CMYK20.59%24.51%0.00%
60.00%

Color #514D66 in popluar number systems.

HEX514D66
Decimal8177102
Binary101000110011011100110
Octal121115146

Shades and tints

Shades of #514D66

#514D66
(81,77,102)
#4A465D
(74,70,93)
#433F54
(67,63,84)
#3C384B
(60,56,75)
#353142
(53,49,66)
#2E2A39
(46,42,57)
#272330
(39,35,48)
#201C27
(32,28,39)
#19151E
(25,21,30)
#120E15
(18,14,21)
#0B070C
(11,7,12)
#000000
(0,0,0)

Tints of #514D66

#514D66
(81,77,102)
#605D73
(96,93,115)
#6F6D80
(111,109,128)
#7E7D8D
(126,125,141)
#8D8D9A
(141,141,154)
#9C9DA7
(156,157,167)
#ABADB4
(171,173,180)
#BABDC1
(186,189,193)
#C9CDCE
(201,205,206)
#D8DDDB
(216,221,219)
#E7EDE8
(231,237,232)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #514D66; }

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

This text font color is #514D66.


Background Color

.myBgColor { background-color: #514D66; }

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

This div background color is #514D66.


Border color

.myBorderColor { border: 1px solid #514D66; }

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

This div border color is #514D66.


Opacity

.myOpacity80 { color: #514D66; opacity: 0.8; }

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

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

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

This text has shadow with #514D66 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #514D66 on black background.


Color preview on white background

This text has color #514D66 on white background.



Black color preview on #514D66 background

This text has black color on #514D66 background.


White color preview on #514D66 background

This text has white color on #514D66 background.