COLOR #514C5F

HEX: #514C5F
RGB: (81,76,95)

Color info

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

RGB color model

#514C5F color RGB value is (81,76,95).

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

RGB channels and saturation

R 81 of 255 = 32%
G 76 of 255 = 30%
B 95 of 255 = 37%

81
76
95

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

Portions of RGB colors in percentages

R + G + B =
81 + 76 + 95 = 252 (100%)
R 81 of 252 ~ 32.14%
G 76 of 252 ~ 30.16%
B 95 of 252 ~ 37.7%

%32.14
%30.16
%37.7

CMYK color model

#514C5F color CMYK value is (15,20,0,63).

  • cyan value is 14.74%
  • magenta value is 20.00%
  • yellow value is 0.00%
  • key color value is 62.75%
CMYK:
(15,20,0,63)
C15M20Y0K63 
(15%,20%,0%,63%)
(0.15/0.20/0.00/0.63)	

CMYK percentages

%14.74
%20
%0
%62.75

Codes

Color #514C5F in popluar color models

514C5F
RGB817695
HSL256°11.11%33.53%
HSB/HSV256°20.00%37.25%
CMYK14.74%20.00%0.00%
62.75%

Color #514C5F in popluar number systems.

HEX514C5F
Decimal817695
Binary101000110011001011111
Octal121114137

Shades and tints

Shades of #514C5F

#514C5F
(81,76,95)
#4A4657
(74,70,87)
#43404F
(67,64,79)
#3C3A47
(60,58,71)
#35343F
(53,52,63)
#2E2E37
(46,46,55)
#27282F
(39,40,47)
#202227
(32,34,39)
#191C1F
(25,28,31)
#121617
(18,22,23)
#0B100F
(11,16,15)
#000000
(0,0,0)

Tints of #514C5F

#514C5F
(81,76,95)
#605C6D
(96,92,109)
#6F6C7B
(111,108,123)
#7E7C89
(126,124,137)
#8D8C97
(141,140,151)
#9C9CA5
(156,156,165)
#ABACB3
(171,172,179)
#BABCC1
(186,188,193)
#C9CCCF
(201,204,207)
#D8DCDD
(216,220,221)
#E7ECEB
(231,236,235)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #514C5F; }

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

This text font color is #514C5F.


Background Color

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

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

This div background color is #514C5F.


Border color

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

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

This div border color is #514C5F.


Opacity

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

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

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

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

This text has shadow with #514C5F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #514C5F on black background.


Color preview on white background

This text has color #514C5F on white background.



Black color preview on #514C5F background

This text has black color on #514C5F background.


White color preview on #514C5F background

This text has white color on #514C5F background.