COLOR #51515D

HEX: #51515D RGB: (81,81,93)

Color info

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

RGB color model

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

RGB: (81,81,93) (32%, 32%, 36%)

RGB channels and saturation

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

81
81
93

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

Portions of RGB colors in percentages

R + G + B = 81 + 81 + 93 = 255 (100%)
R 81 of 255 ~ 31.76%
G 81 of 255 ~ 31.76%
B 93 of 255 ~ 36.47'%

%31.76
%31.76
%36.47

CMYK color model

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

  • cyan value is 12.90%
  • magenta value is 12.90%
  • yellow value is 0.00%
  • key color value is 63.53%

CMYK: (13,13,0,64)
C13M13Y0K64 (13%, 13%, 0%, 64%)
(0.13 / 0.13 / 0.00 / 0.64)

CMYK percentages

%12.9
%12.9
%0
%63.53

Codes

Color #51515D in popluar color models

51 51 5D
RGB 81 81 93
HSL 240° 6.90% 34.12%
HSB/HSV 240° 12.90% 36.47%
CMYK 12.90% 12.90% 0.00%
63.53%

Color #51515D in popluar number systems.

HEX 51 51 5D
Decimal 81 81 93
Binary 1010001 1010001 1011101
Octal 121 121 135

Shades and tints

Shades of #51515D

#51515D
(81,81,93)
#4A4A55
(74,74,85)
#43434D
(67,67,77)
#3C3C45
(60,60,69)
#35353D
(53,53,61)
#2E2E35
(46,46,53)
#27272D
(39,39,45)
#202025
(32,32,37)
#19191D
(25,25,29)
#121215
(18,18,21)
#0B0B0D
(11,11,13)
#000000
(0,0,0)

Tints of #51515D

#51515D
(81,81,93)
#60606B
(96,96,107)
#6F6F79
(111,111,121)
#7E7E87
(126,126,135)
#8D8D95
(141,141,149)
#9C9CA3
(156,156,163)
#ABABB1
(171,171,177)
#BABABF
(186,186,191)
#C9C9CD
(201,201,205)
#D8D8DB
(216,216,219)
#E7E7E9
(231,231,233)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #51515D; }

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

This text font color is #51515D.

Background Color

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

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

This div background color is #51515D.

Border color

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

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

This div border color is #51515D.

Opacity

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

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

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

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

This text has shadow with #51515D color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #51515D.

Preview

Color preview on black background

This text has color #51515D on black background.


Color preview on white background

This text has color #51515D on white background.


Black color preview on #51515D background

This text has black color on #51515D background.


White color preview on #51515D background

This text has white color on #51515D background.


Related colors

Complementary color

Complementary color for #hex is #AEAEA2.


I love getcolorcode.com