COLOR #514A54

HEX: #514A54
RGB: (81,74,84)

Color info

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

RGB color model

#514A54 color RGB value is (81,74,84).

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

RGB channels and saturation

R 81 of 255 = 32%
G 74 of 255 = 29%
B 84 of 255 = 33%

81
74
84

R + G + B ~ 31%. #514A54 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
81 + 74 + 84 = 239 (100%)
R 81 of 239 ~ 33.89%
G 74 of 239 ~ 30.96%
B 84 of 239 ~ 35.15%

%33.89
%30.96
%35.15

CMYK color model

#514A54 color CMYK value is (4,12,0,67).

  • cyan value is 3.57%
  • magenta value is 11.90%
  • yellow value is 0.00%
  • key color value is 67.06%
CMYK:
(4,12,0,67)
C4M12Y0K67 
(4%,12%,0%,67%)
(0.04/0.12/0.00/0.67)	

CMYK percentages

%3.57
%11.9
%0
%67.06

Codes

Color #514A54 in popluar color models

514A54
RGB817484
HSL282°6.33%30.98%
HSB/HSV282°11.90%32.94%
CMYK3.57%11.90%0.00%
67.06%

Color #514A54 in popluar number systems.

HEX514A54
Decimal817484
Binary101000110010101010100
Octal121112124

Shades and tints

Shades of #514A54

#514A54
(81,74,84)
#4A444D
(74,68,77)
#433E46
(67,62,70)
#3C383F
(60,56,63)
#353238
(53,50,56)
#2E2C31
(46,44,49)
#27262A
(39,38,42)
#202023
(32,32,35)
#191A1C
(25,26,28)
#121415
(18,20,21)
#0B0E0E
(11,14,14)
#000000
(0,0,0)

Tints of #514A54

#514A54
(81,74,84)
#605A63
(96,90,99)
#6F6A72
(111,106,114)
#7E7A81
(126,122,129)
#8D8A90
(141,138,144)
#9C9A9F
(156,154,159)
#ABAAAE
(171,170,174)
#BABABD
(186,186,189)
#C9CACC
(201,202,204)
#D8DADB
(216,218,219)
#E7EAEA
(231,234,234)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #514A54; }

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

This text font color is #514A54.


Background Color

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

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

This div background color is #514A54.


Border color

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

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

This div border color is #514A54.


Opacity

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

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

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

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

This text has shadow with #514A54 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #514A54 on black background.


Color preview on white background

This text has color #514A54 on white background.



Black color preview on #514A54 background

This text has black color on #514A54 background.


White color preview on #514A54 background

This text has white color on #514A54 background.