COLOR #51505A

HEX: #51505A
RGB: (81,80,90)

Color info

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

RGB color model

#51505A color RGB value is (81,80,90).

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

RGB channels and saturation

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

81
80
90

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

Portions of RGB colors in percentages

R + G + B =
81 + 80 + 90 = 251 (100%)
R 81 of 251 ~ 32.27%
G 80 of 251 ~ 31.87%
B 90 of 251 ~ 35.86%

%32.27
%31.87
%35.86

CMYK color model

#51505A color CMYK value is (10,11,0,65).

  • cyan value is 10.00%
  • magenta value is 11.11%
  • yellow value is 0.00%
  • key color value is 64.71%
CMYK:
(10,11,0,65)
C10M11Y0K65 
(10%,11%,0%,65%)
(0.10/0.11/0.00/0.65)	

CMYK percentages

%10
%11.11
%0
%64.71

Codes

Color #51505A in popluar color models

51505A
RGB818090
HSL246°5.88%33.33%
HSB/HSV246°11.11%35.29%
CMYK10.00%11.11%0.00%
64.71%

Color #51505A in popluar number systems.

HEX51505A
Decimal818090
Binary101000110100001011010
Octal121120132

Shades and tints

Shades of #51505A

#51505A
(81,80,90)
#4A4952
(74,73,82)
#43424A
(67,66,74)
#3C3B42
(60,59,66)
#35343A
(53,52,58)
#2E2D32
(46,45,50)
#27262A
(39,38,42)
#201F22
(32,31,34)
#19181A
(25,24,26)
#121112
(18,17,18)
#0B0A0A
(11,10,10)
#000000
(0,0,0)

Tints of #51505A

#51505A
(81,80,90)
#605F69
(96,95,105)
#6F6E78
(111,110,120)
#7E7D87
(126,125,135)
#8D8C96
(141,140,150)
#9C9BA5
(156,155,165)
#ABAAB4
(171,170,180)
#BAB9C3
(186,185,195)
#C9C8D2
(201,200,210)
#D8D7E1
(216,215,225)
#E7E6F0
(231,230,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #51505A; }

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

This text font color is #51505A.


Background Color

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

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

This div background color is #51505A.


Border color

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

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

This div border color is #51505A.


Opacity

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

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

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

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

This text has shadow with #51505A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #51505A on black background.


Color preview on white background

This text has color #51505A on white background.



Black color preview on #51505A background

This text has black color on #51505A background.


White color preview on #51505A background

This text has white color on #51505A background.