COLOR #514A5F

HEX: #514A5F
RGB: (81,74,95)

Color info

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

RGB color model

#514A5F color RGB value is (81,74,95).

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

RGB channels and saturation

R 81 of 255 = 32%
G 74 of 255 = 29%
B 95 of 255 = 37%

81
74
95

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

Portions of RGB colors in percentages

R + G + B =
81 + 74 + 95 = 250 (100%)
R 81 of 250 ~ 32.4%
G 74 of 250 ~ 29.6%
B 95 of 250 ~ 38%

%32.4
%29.6
%38

CMYK color model

#514A5F color CMYK value is (15,22,0,63).

  • cyan value is 14.74%
  • magenta value is 22.11%
  • yellow value is 0.00%
  • key color value is 62.75%
CMYK:
(15,22,0,63)
C15M22Y0K63 
(15%,22%,0%,63%)
(0.15/0.22/0.00/0.63)	

CMYK percentages

%14.74
%22.11
%0
%62.75

Codes

Color #514A5F in popluar color models

514A5F
RGB817495
HSL260°12.43%33.14%
HSB/HSV260°22.11%37.25%
CMYK14.74%22.11%0.00%
62.75%

Color #514A5F in popluar number systems.

HEX514A5F
Decimal817495
Binary101000110010101011111
Octal121112137

Shades and tints

Shades of #514A5F

#514A5F
(81,74,95)
#4A4457
(74,68,87)
#433E4F
(67,62,79)
#3C3847
(60,56,71)
#35323F
(53,50,63)
#2E2C37
(46,44,55)
#27262F
(39,38,47)
#202027
(32,32,39)
#191A1F
(25,26,31)
#121417
(18,20,23)
#0B0E0F
(11,14,15)
#000000
(0,0,0)

Tints of #514A5F

#514A5F
(81,74,95)
#605A6D
(96,90,109)
#6F6A7B
(111,106,123)
#7E7A89
(126,122,137)
#8D8A97
(141,138,151)
#9C9AA5
(156,154,165)
#ABAAB3
(171,170,179)
#BABAC1
(186,186,193)
#C9CACF
(201,202,207)
#D8DADD
(216,218,221)
#E7EAEB
(231,234,235)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #514A5F; }

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

This text font color is #514A5F.


Background Color

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

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

This div background color is #514A5F.


Border color

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

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

This div border color is #514A5F.


Opacity

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

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

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

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

This text has shadow with #514A5F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #514A5F on black background.


Color preview on white background

This text has color #514A5F on white background.



Black color preview on #514A5F background

This text has black color on #514A5F background.


White color preview on #514A5F background

This text has white color on #514A5F background.