COLOR #514E66

HEX: #514E66 RGB: (81,78,102)

Color info

#514E66 contains red, green and blue colors in about the same proportion. Web safe color of #514E66 is #666666 (or #666).

RGB color model

#514E66 color RGB value is (81,78,102).

RGB: (81,78,102) (32%, 31%, 40%)

RGB channels and saturation

R 81 of 255 = 32%
G 78 of 255 = 31%
B 102 of 255 = 40%

81
78
102

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

Portions of RGB colors in percentages

R + G + B = 81 + 78 + 102 = 261 (100%)
R 81 of 261 ~ 31.03%
G 78 of 261 ~ 29.89%
B 102 of 261 ~ 39.08'%

%31.03
%29.89
%39.08

CMYK color model

#514E66 color CMYK value is (21,24,0,60).

  • cyan value is 20.59%
  • magenta value is 23.53%
  • yellow value is 0.00%
  • key color value is 60.00%

CMYK: (21,24,0,60)
C21M24Y0K60 (21%, 24%, 0%, 60%)
(0.21 / 0.24 / 0.00 / 0.60)

CMYK percentages

%20.59
%23.53
%0
%60

Codes

Color #514E66 in popluar color models

51 4E 66
RGB 81 78 102
HSL 248° 13.33% 35.29%
HSB/HSV 248° 23.53% 40.00%
CMYK 20.59% 23.53% 0.00%
60.00%

Color #514E66 in popluar number systems.

HEX 51 4E 66
Decimal 81 78 102
Binary 1010001 1001110 1100110
Octal 121 116 146

Shades and tints

Shades of #514E66

#514E66
(81,78,102)
#4A475D
(74,71,93)
#434054
(67,64,84)
#3C394B
(60,57,75)
#353242
(53,50,66)
#2E2B39
(46,43,57)
#272430
(39,36,48)
#201D27
(32,29,39)
#19161E
(25,22,30)
#120F15
(18,15,21)
#0B080C
(11,8,12)
#000000
(0,0,0)

Tints of #514E66

#514E66
(81,78,102)
#605E73
(96,94,115)
#6F6E80
(111,110,128)
#7E7E8D
(126,126,141)
#8D8E9A
(141,142,154)
#9C9EA7
(156,158,167)
#ABAEB4
(171,174,180)
#BABEC1
(186,190,193)
#C9CECE
(201,206,206)
#D8DEDB
(216,222,219)
#E7EEE8
(231,238,232)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #514E66; }

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

This text font color is #514E66.

Background Color

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

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

This div background color is #514E66.

Border color

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

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

This div border color is #514E66.

Opacity

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

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

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

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

This text has shadow with #514E66 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #514E66.

Preview

Color preview on black background

This text has color #514E66 on black background.


Color preview on white background

This text has color #514E66 on white background.


Black color preview on #514E66 background

This text has black color on #514E66 background.


White color preview on #514E66 background

This text has white color on #514E66 background.


Related colors

Complementary color

Complementary color for #hex is #AEB199.


I love getcolorcode.com

Triadic colors

1 #66514E and #4E6651 with #514E66 are triadic colors.

2 #664E51 and #4E5166 with #514E66 are triadic colors.