COLOR #514C5D

HEX: #514C5D
RGB: (81,76,93)

Color info

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

RGB color model

#514C5D color RGB value is (81,76,93).

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

RGB channels and saturation

R 81 of 255 = 32%
G 76 of 255 = 30%
B 93 of 255 = 36%

81
76
93

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

Portions of RGB colors in percentages

R + G + B =
81 + 76 + 93 = 250 (100%)
R 81 of 250 ~ 32.4%
G 76 of 250 ~ 30.4%
B 93 of 250 ~ 37.2%

%32.4
%30.4
%37.2

CMYK color model

#514C5D color CMYK value is (13,18,0,64).

  • cyan value is 12.90%
  • magenta value is 18.28%
  • yellow value is 0.00%
  • key color value is 63.53%
CMYK:
(13,18,0,64)
C13M18Y0K64 
(13%,18%,0%,64%)
(0.13/0.18/0.00/0.64)	

CMYK percentages

%12.9
%18.28
%0
%63.53

Codes

Color #514C5D in popluar color models

514C5D
RGB817693
HSL258°10.06%33.14%
HSB/HSV258°18.28%36.47%
CMYK12.90%18.28%0.00%
63.53%

Color #514C5D in popluar number systems.

HEX514C5D
Decimal817693
Binary101000110011001011101
Octal121114135

Shades and tints

Shades of #514C5D

#514C5D
(81,76,93)
#4A4655
(74,70,85)
#43404D
(67,64,77)
#3C3A45
(60,58,69)
#35343D
(53,52,61)
#2E2E35
(46,46,53)
#27282D
(39,40,45)
#202225
(32,34,37)
#191C1D
(25,28,29)
#121615
(18,22,21)
#0B100D
(11,16,13)
#000000
(0,0,0)

Tints of #514C5D

#514C5D
(81,76,93)
#605C6B
(96,92,107)
#6F6C79
(111,108,121)
#7E7C87
(126,124,135)
#8D8C95
(141,140,149)
#9C9CA3
(156,156,163)
#ABACB1
(171,172,177)
#BABCBF
(186,188,191)
#C9CCCD
(201,204,205)
#D8DCDB
(216,220,219)
#E7ECE9
(231,236,233)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #514C5D; }

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

This text font color is #514C5D.


Background Color

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

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

This div background color is #514C5D.


Border color

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

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

This div border color is #514C5D.


Opacity

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

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

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

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

This text has shadow with #514C5D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #514C5D on black background.


Color preview on white background

This text has color #514C5D on white background.



Black color preview on #514C5D background

This text has black color on #514C5D background.


White color preview on #514C5D background

This text has white color on #514C5D background.