COLOR #514F5F

HEX: #514F5F
RGB: (81,79,95)

Color info

#514F5F contains red, green and blue colors in about the same proportion. Web safe color of #514F5F is #666666 (or #666).

RGB color model

#514F5F color RGB value is (81,79,95).

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

RGB channels and saturation

R 81 of 255 = 32%
G 79 of 255 = 31%
B 95 of 255 = 37%

81
79
95

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

Portions of RGB colors in percentages

R + G + B =
81 + 79 + 95 = 255 (100%)
R 81 of 255 ~ 31.76%
G 79 of 255 ~ 30.98%
B 95 of 255 ~ 37.25%

%31.76
%30.98
%37.25

CMYK color model

#514F5F color CMYK value is (15,17,0,63).

  • cyan value is 14.74%
  • magenta value is 16.84%
  • yellow value is 0.00%
  • key color value is 62.75%
CMYK:
(15,17,0,63)
C15M17Y0K63 
(15%,17%,0%,63%)
(0.15/0.17/0.00/0.63)	

CMYK percentages

%14.74
%16.84
%0
%62.75

Codes

Color #514F5F in popluar color models

514F5F
RGB817995
HSL248°9.20%34.12%
HSB/HSV248°16.84%37.25%
CMYK14.74%16.84%0.00%
62.75%

Color #514F5F in popluar number systems.

HEX514F5F
Decimal817995
Binary101000110011111011111
Octal121117137

Shades and tints

Shades of #514F5F

#514F5F
(81,79,95)
#4A4857
(74,72,87)
#43414F
(67,65,79)
#3C3A47
(60,58,71)
#35333F
(53,51,63)
#2E2C37
(46,44,55)
#27252F
(39,37,47)
#201E27
(32,30,39)
#19171F
(25,23,31)
#121017
(18,16,23)
#0B090F
(11,9,15)
#000000
(0,0,0)

Tints of #514F5F

#514F5F
(81,79,95)
#605F6D
(96,95,109)
#6F6F7B
(111,111,123)
#7E7F89
(126,127,137)
#8D8F97
(141,143,151)
#9C9FA5
(156,159,165)
#ABAFB3
(171,175,179)
#BABFC1
(186,191,193)
#C9CFCF
(201,207,207)
#D8DFDD
(216,223,221)
#E7EFEB
(231,239,235)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #514F5F; }

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

This text font color is #514F5F.


Background Color

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

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

This div background color is #514F5F.


Border color

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

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

This div border color is #514F5F.


Opacity

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

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

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

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

This text has shadow with #514F5F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #514F5F on black background.


Color preview on white background

This text has color #514F5F on white background.



Black color preview on #514F5F background

This text has black color on #514F5F background.


White color preview on #514F5F background

This text has white color on #514F5F background.