COLOR #51504F

HEX: #51504F
RGB: (81,80,79)

Color info

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

RGB color model

#51504F color RGB value is (81,80,79).

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

RGB channels and saturation

R 81 of 255 = 32%
G 80 of 255 = 31%
B 79 of 255 = 31%

81
80
79

R + G + B ~ 31%. #51504F is quite dark color.

Portions of RGB colors in percentages

R + G + B =
81 + 80 + 79 = 240 (100%)
R 81 of 240 ~ 33.75%
G 80 of 240 ~ 33.33%
B 79 of 240 ~ 32.92%

%33.75
%33.33
%32.92

CMYK color model

#51504F color CMYK value is (0,1,2,68).

  • cyan value is 0.00%
  • magenta value is 1.23%
  • yellow value is 2.47%
  • key color value is 68.24%
CMYK:
(0,1,2,68)
C0M1Y2K68 
(0%,1%,2%,68%)
(0.00/0.01/0.02/0.68)	

CMYK percentages

%0
%1.23
%2.47
%68.24

Codes

Color #51504F in popluar color models

51504F
RGB818079
HSL30°1.25%31.37%
HSB/HSV30°2.47%31.76%
CMYK0.00%1.23%2.47%
68.24%

Color #51504F in popluar number systems.

HEX51504F
Decimal818079
Binary101000110100001001111
Octal121120117

Shades and tints

Shades of #51504F

#51504F
(81,80,79)
#4A4948
(74,73,72)
#434241
(67,66,65)
#3C3B3A
(60,59,58)
#353433
(53,52,51)
#2E2D2C
(46,45,44)
#272625
(39,38,37)
#201F1E
(32,31,30)
#191817
(25,24,23)
#121110
(18,17,16)
#0B0A09
(11,10,9)
#000000
(0,0,0)

Tints of #51504F

#51504F
(81,80,79)
#605F5F
(96,95,95)
#6F6E6F
(111,110,111)
#7E7D7F
(126,125,127)
#8D8C8F
(141,140,143)
#9C9B9F
(156,155,159)
#ABAAAF
(171,170,175)
#BAB9BF
(186,185,191)
#C9C8CF
(201,200,207)
#D8D7DF
(216,215,223)
#E7E6EF
(231,230,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #51504F color. Also use rgb(81,80,79) instead hex code.

Text Font Color

.myTextColor { color: #51504F; }

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

This text font color is #51504F.


Background Color

.myBgColor { background-color: #51504F; }

<div style="background-color:#51504F">Inner text</div>

This div background color is #51504F.


Border color

.myBorderColor { border: 1px solid #51504F; }

<div style="border:3px solid #51504F">Div</div>

This div border color is #51504F.


Opacity

.myOpacity80 { color: #51504F; opacity: 0.8; }

<p style="color:#51504F;opacity:0.8;">80%</p>

Text with #51504F 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 #51504F;}

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

This text has shadow with #51504F color.

.textShadow {text-shadow: 3px 3px 1px #51504F, 3px 3px 1px red;}

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

This text has shadow with #51504F primary color and red secondary color.


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

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

This text has shadow with #51504F and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #51504F on black background.


Color preview on white background

This text has color #51504F on white background.



Black color preview on #51504F background

This text has black color on #51504F background.


White color preview on #51504F background

This text has white color on #51504F background.