COLOR #51505E

HEX: #51505E
RGB: (81,80,94)

Color info

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

RGB color model

#51505E color RGB value is (81,80,94).

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

RGB channels and saturation

R 81 of 255 = 32%
G 80 of 255 = 31%
B 94 of 255 = 37%

81
80
94

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

Portions of RGB colors in percentages

R + G + B =
81 + 80 + 94 = 255 (100%)
R 81 of 255 ~ 31.76%
G 80 of 255 ~ 31.37%
B 94 of 255 ~ 36.86%

%31.76
%31.37
%36.86

CMYK color model

#51505E color CMYK value is (14,15,0,63).

  • cyan value is 13.83%
  • magenta value is 14.89%
  • yellow value is 0.00%
  • key color value is 63.14%
CMYK:
(14,15,0,63)
C14M15Y0K63 
(14%,15%,0%,63%)
(0.14/0.15/0.00/0.63)	

CMYK percentages

%13.83
%14.89
%0
%63.14

Codes

Color #51505E in popluar color models

51505E
RGB818094
HSL244°8.05%34.12%
HSB/HSV244°14.89%36.86%
CMYK13.83%14.89%0.00%
63.14%

Color #51505E in popluar number systems.

HEX51505E
Decimal818094
Binary101000110100001011110
Octal121120136

Shades and tints

Shades of #51505E

#51505E
(81,80,94)
#4A4956
(74,73,86)
#43424E
(67,66,78)
#3C3B46
(60,59,70)
#35343E
(53,52,62)
#2E2D36
(46,45,54)
#27262E
(39,38,46)
#201F26
(32,31,38)
#19181E
(25,24,30)
#121116
(18,17,22)
#0B0A0E
(11,10,14)
#000000
(0,0,0)

Tints of #51505E

#51505E
(81,80,94)
#605F6C
(96,95,108)
#6F6E7A
(111,110,122)
#7E7D88
(126,125,136)
#8D8C96
(141,140,150)
#9C9BA4
(156,155,164)
#ABAAB2
(171,170,178)
#BAB9C0
(186,185,192)
#C9C8CE
(201,200,206)
#D8D7DC
(216,215,220)
#E7E6EA
(231,230,234)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #51505E; }

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

This text font color is #51505E.


Background Color

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

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

This div background color is #51505E.


Border color

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

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

This div border color is #51505E.


Opacity

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

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

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

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

This text has shadow with #51505E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #51505E on black background.


Color preview on white background

This text has color #51505E on white background.



Black color preview on #51505E background

This text has black color on #51505E background.


White color preview on #51505E background

This text has white color on #51505E background.