COLOR #514D5F

HEX: #514D5F
RGB: (81,77,95)

Color info

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

RGB color model

#514D5F color RGB value is (81,77,95).

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

RGB channels and saturation

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

81
77
95

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

Portions of RGB colors in percentages

R + G + B =
81 + 77 + 95 = 253 (100%)
R 81 of 253 ~ 32.02%
G 77 of 253 ~ 30.43%
B 95 of 253 ~ 37.55%

%32.02
%30.43
%37.55

CMYK color model

#514D5F color CMYK value is (15,19,0,63).

  • cyan value is 14.74%
  • magenta value is 18.95%
  • yellow value is 0.00%
  • key color value is 62.75%
CMYK:
(15,19,0,63)
C15M19Y0K63 
(15%,19%,0%,63%)
(0.15/0.19/0.00/0.63)	

CMYK percentages

%14.74
%18.95
%0
%62.75

Codes

Color #514D5F in popluar color models

514D5F
RGB817795
HSL253°10.47%33.73%
HSB/HSV253°18.95%37.25%
CMYK14.74%18.95%0.00%
62.75%

Color #514D5F in popluar number systems.

HEX514D5F
Decimal817795
Binary101000110011011011111
Octal121115137

Shades and tints

Shades of #514D5F

#514D5F
(81,77,95)
#4A4657
(74,70,87)
#433F4F
(67,63,79)
#3C3847
(60,56,71)
#35313F
(53,49,63)
#2E2A37
(46,42,55)
#27232F
(39,35,47)
#201C27
(32,28,39)
#19151F
(25,21,31)
#120E17
(18,14,23)
#0B070F
(11,7,15)
#000000
(0,0,0)

Tints of #514D5F

#514D5F
(81,77,95)
#605D6D
(96,93,109)
#6F6D7B
(111,109,123)
#7E7D89
(126,125,137)
#8D8D97
(141,141,151)
#9C9DA5
(156,157,165)
#ABADB3
(171,173,179)
#BABDC1
(186,189,193)
#C9CDCF
(201,205,207)
#D8DDDD
(216,221,221)
#E7EDEB
(231,237,235)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #514D5F; }

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

This text font color is #514D5F.


Background Color

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

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

This div background color is #514D5F.


Border color

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

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

This div border color is #514D5F.


Opacity

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

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

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

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

This text has shadow with #514D5F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #514D5F on black background.


Color preview on white background

This text has color #514D5F on white background.



Black color preview on #514D5F background

This text has black color on #514D5F background.


White color preview on #514D5F background

This text has white color on #514D5F background.