COLOR #514F5A

HEX: #514F5A RGB: (81,79,90)

Color info

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

RGB color model

#514F5A color RGB value is (81,79,90).

RGB: (81,79,90) (32%, 31%, 35%)

RGB channels and saturation

R 81 of 255 = 32%
G 79 of 255 = 31%
B 90 of 255 = 35%

81
79
90

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

Portions of RGB colors in percentages

R + G + B = 81 + 79 + 90 = 250 (100%)
R 81 of 250 ~ 32.4%
G 79 of 250 ~ 31.6%
B 90 of 250 ~ 36'%

%32.4
%31.6
%36

CMYK color model

#514F5A color CMYK value is (10,12,0,65).

  • cyan value is 10.00%
  • magenta value is 12.22%
  • yellow value is 0.00%
  • key color value is 64.71%
CMYK: (10,12,0,65) C10M12Y0K65 (10%,12%,0%,65%) (0.10/0.12/0.00/0.65) 

CMYK percentages

%10
%12.22
%0
%64.71

Codes

Color #514F5A in popluar color models

51 4F 5A
RGB 81 79 90
HSL 251° 6.51% 33.14%
HSB/HSV 251° 12.22% 35.29%
CMYK 10.00% 12.22% 0.00%
64.71%

Color #514F5A in popluar number systems.

HEX 51 4F 5A
Decimal 81 79 90
Binary 1010001 1001111 1011010
Octal 121 117 132

Shades and tints

Shades of #514F5A

#514F5A
(81,79,90)
#4A4852
(74,72,82)
#43414A
(67,65,74)
#3C3A42
(60,58,66)
#35333A
(53,51,58)
#2E2C32
(46,44,50)
#27252A
(39,37,42)
#201E22
(32,30,34)
#19171A
(25,23,26)
#121012
(18,16,18)
#0B090A
(11,9,10)
#000000
(0,0,0)

Tints of #514F5A

#514F5A
(81,79,90)
#605F69
(96,95,105)
#6F6F78
(111,111,120)
#7E7F87
(126,127,135)
#8D8F96
(141,143,150)
#9C9FA5
(156,159,165)
#ABAFB4
(171,175,180)
#BABFC3
(186,191,195)
#C9CFD2
(201,207,210)
#D8DFE1
(216,223,225)
#E7EFF0
(231,239,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #514F5A; }

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

This text font color is #514F5A.

Background Color

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

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

This div background color is #514F5A.

Border color

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

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

This div border color is #514F5A.

Opacity

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

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

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

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

This text has shadow with #514F5A color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #514F5A.

Preview

Color preview on black background

This text has color #514F5A on black background.


Color preview on white background

This text has color #514F5A on white background.


Black color preview on #514F5A background

This text has black color on #514F5A background.


White color preview on #514F5A background

This text has white color on #514F5A background.


Related colors

Complementary color

Complementary color for #hex is #AEB0A5.


I love getcolorcode.com

Triadic colors

1 #5A514F and #4F5A51 with #514F5A are triadic colors.

2 #5A4F51 and #4F515A with #514F5A are triadic colors.