COLOR #514E5F

HEX: #514E5F RGB: (81,78,95)

Color info

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

RGB color model

#514E5F color RGB value is (81,78,95).

RGB: (81,78,95) (32%, 31%, 37%)

RGB channels and saturation

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

81
78
95

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

Portions of RGB colors in percentages

R + G + B = 81 + 78 + 95 = 254 (100%)
R 81 of 254 ~ 31.89%
G 78 of 254 ~ 30.71%
B 95 of 254 ~ 37.4'%

%31.89
%30.71
%37.4

CMYK color model

#514E5F color CMYK value is (15,18,0,63).

  • cyan value is 14.74%
  • magenta value is 17.89%
  • yellow value is 0.00%
  • key color value is 62.75%

CMYK: (15,18,0,63)
C15M18Y0K63 (15%, 18%, 0%, 63%)
(0.15 / 0.18 / 0.00 / 0.63)

CMYK percentages

%14.74
%17.89
%0
%62.75

Codes

Color #514E5F in popluar color models

51 4E 5F
RGB 81 78 95
HSL 251° 9.83% 33.92%
HSB/HSV 251° 17.89% 37.25%
CMYK 14.74% 17.89% 0.00%
62.75%

Color #514E5F in popluar number systems.

HEX 51 4E 5F
Decimal 81 78 95
Binary 1010001 1001110 1011111
Octal 121 116 137

Shades and tints

Shades of #514E5F

#514E5F
(81,78,95)
#4A4757
(74,71,87)
#43404F
(67,64,79)
#3C3947
(60,57,71)
#35323F
(53,50,63)
#2E2B37
(46,43,55)
#27242F
(39,36,47)
#201D27
(32,29,39)
#19161F
(25,22,31)
#120F17
(18,15,23)
#0B080F
(11,8,15)
#000000
(0,0,0)

Tints of #514E5F

#514E5F
(81,78,95)
#605E6D
(96,94,109)
#6F6E7B
(111,110,123)
#7E7E89
(126,126,137)
#8D8E97
(141,142,151)
#9C9EA5
(156,158,165)
#ABAEB3
(171,174,179)
#BABEC1
(186,190,193)
#C9CECF
(201,206,207)
#D8DEDD
(216,222,221)
#E7EEEB
(231,238,235)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #514E5F; }

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

This text font color is #514E5F.

Background Color

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

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

This div background color is #514E5F.

Border color

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

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

This div border color is #514E5F.

Opacity

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

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

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

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

This text has shadow with #514E5F color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #514E5F.

Preview

Color preview on black background

This text has color #514E5F on black background.


Color preview on white background

This text has color #514E5F on white background.


Black color preview on #514E5F background

This text has black color on #514E5F background.


White color preview on #514E5F background

This text has white color on #514E5F background.


Related colors

Complementary color

Complementary color for #hex is #AEB1A0.


I love getcolorcode.com

Triadic colors

1 #5F514E and #4E5F51 with #514E5F are triadic colors.

2 #5F4E51 and #4E515F with #514E5F are triadic colors.