COLOR #51515B

HEX: #51515B
RGB: (81,81,91)

Color info

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

RGB color model

#51515B color RGB value is (81,81,91).

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

RGB channels and saturation

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

81
81
91

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

Portions of RGB colors in percentages

R + G + B =
81 + 81 + 91 = 253 (100%)
R 81 of 253 ~ 32.02%
G 81 of 253 ~ 32.02%
B 91 of 253 ~ 35.97%

%32.02
%32.02
%35.97

CMYK color model

#51515B color CMYK value is (11,11,0,64).

  • cyan value is 10.99%
  • magenta value is 10.99%
  • yellow value is 0.00%
  • key color value is 64.31%
CMYK:
(11,11,0,64)
C11M11Y0K64 
(11%,11%,0%,64%)
(0.11/0.11/0.00/0.64)	

CMYK percentages

%10.99
%10.99
%0
%64.31

Codes

Color #51515B in popluar color models

51515B
RGB818191
HSL240°5.81%33.73%
HSB/HSV240°10.99%35.69%
CMYK10.99%10.99%0.00%
64.31%

Color #51515B in popluar number systems.

HEX51515B
Decimal818191
Binary101000110100011011011
Octal121121133

Shades and tints

Shades of #51515B

#51515B
(81,81,91)
#4A4A53
(74,74,83)
#43434B
(67,67,75)
#3C3C43
(60,60,67)
#35353B
(53,53,59)
#2E2E33
(46,46,51)
#27272B
(39,39,43)
#202023
(32,32,35)
#19191B
(25,25,27)
#121213
(18,18,19)
#0B0B0B
(11,11,11)
#000000
(0,0,0)

Tints of #51515B

#51515B
(81,81,91)
#606069
(96,96,105)
#6F6F77
(111,111,119)
#7E7E85
(126,126,133)
#8D8D93
(141,141,147)
#9C9CA1
(156,156,161)
#ABABAF
(171,171,175)
#BABABD
(186,186,189)
#C9C9CB
(201,201,203)
#D8D8D9
(216,216,217)
#E7E7E7
(231,231,231)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #51515B; }

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

This text font color is #51515B.


Background Color

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

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

This div background color is #51515B.


Border color

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

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

This div border color is #51515B.


Opacity

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

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

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

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

This text has shadow with #51515B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #51515B on black background.


Color preview on white background

This text has color #51515B on white background.



Black color preview on #51515B background

This text has black color on #51515B background.


White color preview on #51515B background

This text has white color on #51515B background.