COLOR #514A66

HEX: #514A66 RGB: (81,74,102)

Color info

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

RGB color model

#514A66 color RGB value is (81,74,102).

RGB: (81,74,102) (32%, 29%, 40%)

RGB channels and saturation

R 81 of 255 = 32%
G 74 of 255 = 29%
B 102 of 255 = 40%

81
74
102

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

Portions of RGB colors in percentages

R + G + B = 81 + 74 + 102 = 257 (100%)
R 81 of 257 ~ 31.52%
G 74 of 257 ~ 28.79%
B 102 of 257 ~ 39.69'%

%31.52
%28.79
%39.69

CMYK color model

#514A66 color CMYK value is (21,27,0,60).

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

CMYK: (21,27,0,60)
C21M27Y0K60 (21%, 27%, 0%, 60%)
(0.21 / 0.27 / 0.00 / 0.60)

CMYK percentages

%20.59
%27.45
%0
%60

Codes

Color #514A66 in popluar color models

51 4A 66
RGB 81 74 102
HSL 255° 15.91% 34.51%
HSB/HSV 255° 27.45% 40.00%
CMYK 20.59% 27.45% 0.00%
60.00%

Color #514A66 in popluar number systems.

HEX 51 4A 66
Decimal 81 74 102
Binary 1010001 1001010 1100110
Octal 121 112 146

Shades and tints

Shades of #514A66

#514A66
(81,74,102)
#4A445D
(74,68,93)
#433E54
(67,62,84)
#3C384B
(60,56,75)
#353242
(53,50,66)
#2E2C39
(46,44,57)
#272630
(39,38,48)
#202027
(32,32,39)
#191A1E
(25,26,30)
#121415
(18,20,21)
#0B0E0C
(11,14,12)
#000000
(0,0,0)

Tints of #514A66

#514A66
(81,74,102)
#605A73
(96,90,115)
#6F6A80
(111,106,128)
#7E7A8D
(126,122,141)
#8D8A9A
(141,138,154)
#9C9AA7
(156,154,167)
#ABAAB4
(171,170,180)
#BABAC1
(186,186,193)
#C9CACE
(201,202,206)
#D8DADB
(216,218,219)
#E7EAE8
(231,234,232)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #514A66; }

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

This text font color is #514A66.

Background Color

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

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

This div background color is #514A66.

Border color

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

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

This div border color is #514A66.

Opacity

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

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

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

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

This text has shadow with #514A66 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #514A66.

Preview

Color preview on black background

This text has color #514A66 on black background.


Color preview on white background

This text has color #514A66 on white background.


Black color preview on #514A66 background

This text has black color on #514A66 background.


White color preview on #514A66 background

This text has white color on #514A66 background.


Related colors

Complementary color

Complementary color for #hex is #AEB599.


I love getcolorcode.com

Triadic colors

1 #66514A and #4A6651 with #514A66 are triadic colors.

2 #664A51 and #4A5166 with #514A66 are triadic colors.