COLOR #514C58

HEX: #514C58
RGB: (81,76,88)

Color info

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

RGB color model

#514C58 color RGB value is (81,76,88).

  • red value is 81;
  • green value is 76;
  • blue value is 88.
RGB:
(81,76,88)
(32%,30%,35%)

RGB channels and saturation

R 81 of 255 = 32%
G 76 of 255 = 30%
B 88 of 255 = 35%

81
76
88

R + G + B ~ 32%. #514C58 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
81 + 76 + 88 = 245 (100%)
R 81 of 245 ~ 33.06%
G 76 of 245 ~ 31.02%
B 88 of 245 ~ 35.92%

%33.06
%31.02
%35.92

CMYK color model

#514C58 color CMYK value is (8,14,0,65).

  • cyan value is 7.95%
  • magenta value is 13.64%
  • yellow value is 0.00%
  • key color value is 65.49%
CMYK:
(8,14,0,65)
C8M14Y0K65 
(8%,14%,0%,65%)
(0.08/0.14/0.00/0.65)	

CMYK percentages

%7.95
%13.64
%0
%65.49

Codes

Color #514C58 in popluar color models

514C58
RGB817688
HSL265°7.32%32.16%
HSB/HSV265°13.64%34.51%
CMYK7.95%13.64%0.00%
65.49%

Color #514C58 in popluar number systems.

HEX514C58
Decimal817688
Binary101000110011001011000
Octal121114130

Shades and tints

Shades of #514C58

#514C58
(81,76,88)
#4A4650
(74,70,80)
#434048
(67,64,72)
#3C3A40
(60,58,64)
#353438
(53,52,56)
#2E2E30
(46,46,48)
#272828
(39,40,40)
#202220
(32,34,32)
#191C18
(25,28,24)
#121610
(18,22,16)
#0B1008
(11,16,8)
#000000
(0,0,0)

Tints of #514C58

#514C58
(81,76,88)
#605C67
(96,92,103)
#6F6C76
(111,108,118)
#7E7C85
(126,124,133)
#8D8C94
(141,140,148)
#9C9CA3
(156,156,163)
#ABACB2
(171,172,178)
#BABCC1
(186,188,193)
#C9CCD0
(201,204,208)
#D8DCDF
(216,220,223)
#E7ECEE
(231,236,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #514C58 color. Also use rgb(81,76,88) instead hex code.

Text Font Color

.myTextColor { color: #514C58; }

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

This text font color is #514C58.


Background Color

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

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

This div background color is #514C58.


Border color

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

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

This div border color is #514C58.


Opacity

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

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

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

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

This text has shadow with #514C58 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #514C58 on black background.


Color preview on white background

This text has color #514C58 on white background.



Black color preview on #514C58 background

This text has black color on #514C58 background.


White color preview on #514C58 background

This text has white color on #514C58 background.