COLOR #514A64

HEX: #514A64
RGB: (81,74,100)

Color info

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

RGB color model

#514A64 color RGB value is (81,74,100).

  • red value is 81;
  • green value is 74;
  • blue value is 100.
RGB:
(81,74,100)
(32%,29%,39%)

RGB channels and saturation

R 81 of 255 = 32%
G 74 of 255 = 29%
B 100 of 255 = 39%

81
74
100

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

Portions of RGB colors in percentages

R + G + B =
81 + 74 + 100 = 255 (100%)
R 81 of 255 ~ 31.76%
G 74 of 255 ~ 29.02%
B 100 of 255 ~ 39.22%

%31.76
%29.02
%39.22

CMYK color model

#514A64 color CMYK value is (19,26,0,61).

  • cyan value is 19.00%
  • magenta value is 26.00%
  • yellow value is 0.00%
  • key color value is 60.78%
CMYK:
(19,26,0,61)
C19M26Y0K61 
(19%,26%,0%,61%)
(0.19/0.26/0.00/0.61)	

CMYK percentages

%19
%26
%0
%60.78

Codes

Color #514A64 in popluar color models

514A64
RGB8174100
HSL256°14.94%34.12%
HSB/HSV256°26.00%39.22%
CMYK19.00%26.00%0.00%
60.78%

Color #514A64 in popluar number systems.

HEX514A64
Decimal8174100
Binary101000110010101100100
Octal121112144

Shades and tints

Shades of #514A64

#514A64
(81,74,100)
#4A445B
(74,68,91)
#433E52
(67,62,82)
#3C3849
(60,56,73)
#353240
(53,50,64)
#2E2C37
(46,44,55)
#27262E
(39,38,46)
#202025
(32,32,37)
#191A1C
(25,26,28)
#121413
(18,20,19)
#0B0E0A
(11,14,10)
#000000
(0,0,0)

Tints of #514A64

#514A64
(81,74,100)
#605A72
(96,90,114)
#6F6A80
(111,106,128)
#7E7A8E
(126,122,142)
#8D8A9C
(141,138,156)
#9C9AAA
(156,154,170)
#ABAAB8
(171,170,184)
#BABAC6
(186,186,198)
#C9CAD4
(201,202,212)
#D8DAE2
(216,218,226)
#E7EAF0
(231,234,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #514A64; }

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

This text font color is #514A64.


Background Color

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

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

This div background color is #514A64.


Border color

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

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

This div border color is #514A64.


Opacity

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

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

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

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

This text has shadow with #514A64 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #514A64 on black background.


Color preview on white background

This text has color #514A64 on white background.



Black color preview on #514A64 background

This text has black color on #514A64 background.


White color preview on #514A64 background

This text has white color on #514A64 background.