COLOR #514D4F

HEX: #514D4F
RGB: (81,77,79)

Color info

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

RGB color model

#514D4F color RGB value is (81,77,79).

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

RGB channels and saturation

R 81 of 255 = 32%
G 77 of 255 = 30%
B 79 of 255 = 31%

81
77
79

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

Portions of RGB colors in percentages

R + G + B =
81 + 77 + 79 = 237 (100%)
R 81 of 237 ~ 34.18%
G 77 of 237 ~ 32.49%
B 79 of 237 ~ 33.33%

%34.18
%32.49
%33.33

CMYK color model

#514D4F color CMYK value is (0,5,2,68).

  • cyan value is 0.00%
  • magenta value is 4.94%
  • yellow value is 2.47%
  • key color value is 68.24%
CMYK:
(0,5,2,68)
C0M5Y2K68 
(0%,5%,2%,68%)
(0.00/0.05/0.02/0.68)	

CMYK percentages

%0
%4.94
%2.47
%68.24

Codes

Color #514D4F in popluar color models

514D4F
RGB817779
HSL330°2.53%30.98%
HSB/HSV330°4.94%31.76%
CMYK0.00%4.94%2.47%
68.24%

Color #514D4F in popluar number systems.

HEX514D4F
Decimal817779
Binary101000110011011001111
Octal121115117

Shades and tints

Shades of #514D4F

#514D4F
(81,77,79)
#4A4648
(74,70,72)
#433F41
(67,63,65)
#3C383A
(60,56,58)
#353133
(53,49,51)
#2E2A2C
(46,42,44)
#272325
(39,35,37)
#201C1E
(32,28,30)
#191517
(25,21,23)
#120E10
(18,14,16)
#0B0709
(11,7,9)
#000000
(0,0,0)

Tints of #514D4F

#514D4F
(81,77,79)
#605D5F
(96,93,95)
#6F6D6F
(111,109,111)
#7E7D7F
(126,125,127)
#8D8D8F
(141,141,143)
#9C9D9F
(156,157,159)
#ABADAF
(171,173,175)
#BABDBF
(186,189,191)
#C9CDCF
(201,205,207)
#D8DDDF
(216,221,223)
#E7EDEF
(231,237,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #514D4F; }

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

This text font color is #514D4F.


Background Color

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

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

This div background color is #514D4F.


Border color

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

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

This div border color is #514D4F.


Opacity

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

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

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

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

This text has shadow with #514D4F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #514D4F on black background.


Color preview on white background

This text has color #514D4F on white background.



Black color preview on #514D4F background

This text has black color on #514D4F background.


White color preview on #514D4F background

This text has white color on #514D4F background.