COLOR #51505D

HEX: #51505D
RGB: (81,80,93)

Color info

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

RGB color model

#51505D color RGB value is (81,80,93).

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

RGB channels and saturation

R 81 of 255 = 32%
G 80 of 255 = 31%
B 93 of 255 = 36%

81
80
93

R + G + B ~ 33%. #51505D is quite dark color.

Portions of RGB colors in percentages

R + G + B =
81 + 80 + 93 = 254 (100%)
R 81 of 254 ~ 31.89%
G 80 of 254 ~ 31.5%
B 93 of 254 ~ 36.61%

%31.89
%31.5
%36.61

CMYK color model

#51505D color CMYK value is (13,14,0,64).

  • cyan value is 12.90%
  • magenta value is 13.98%
  • yellow value is 0.00%
  • key color value is 63.53%
CMYK:
(13,14,0,64)
C13M14Y0K64 
(13%,14%,0%,64%)
(0.13/0.14/0.00/0.64)	

CMYK percentages

%12.9
%13.98
%0
%63.53

Codes

Color #51505D in popluar color models

51505D
RGB818093
HSL245°7.51%33.92%
HSB/HSV245°13.98%36.47%
CMYK12.90%13.98%0.00%
63.53%

Color #51505D in popluar number systems.

HEX51505D
Decimal818093
Binary101000110100001011101
Octal121120135

Shades and tints

Shades of #51505D

#51505D
(81,80,93)
#4A4955
(74,73,85)
#43424D
(67,66,77)
#3C3B45
(60,59,69)
#35343D
(53,52,61)
#2E2D35
(46,45,53)
#27262D
(39,38,45)
#201F25
(32,31,37)
#19181D
(25,24,29)
#121115
(18,17,21)
#0B0A0D
(11,10,13)
#000000
(0,0,0)

Tints of #51505D

#51505D
(81,80,93)
#605F6B
(96,95,107)
#6F6E79
(111,110,121)
#7E7D87
(126,125,135)
#8D8C95
(141,140,149)
#9C9BA3
(156,155,163)
#ABAAB1
(171,170,177)
#BAB9BF
(186,185,191)
#C9C8CD
(201,200,205)
#D8D7DB
(216,215,219)
#E7E6E9
(231,230,233)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #51505D color. Also use rgb(81,80,93) instead hex code.

Text Font Color

.myTextColor { color: #51505D; }

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

This text font color is #51505D.


Background Color

.myBgColor { background-color: #51505D; }

<div style="background-color:#51505D">Inner text</div>

This div background color is #51505D.


Border color

.myBorderColor { border: 1px solid #51505D; }

<div style="border:3px solid #51505D">Div</div>

This div border color is #51505D.


Opacity

.myOpacity80 { color: #51505D; opacity: 0.8; }

<p style="color:#51505D;opacity:0.8;">80%</p>

Text with #51505D 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 #51505D;}

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

This text has shadow with #51505D color.

.textShadow {text-shadow: 3px 3px 1px #51505D, 3px 3px 1px red;}

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

This text has shadow with #51505D primary color and red secondary color.


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

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

This text has shadow with #51505D and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #51505D on black background.


Color preview on white background

This text has color #51505D on white background.



Black color preview on #51505D background

This text has black color on #51505D background.


White color preview on #51505D background

This text has white color on #51505D background.