COLOR #51545B

HEX: #51545B
RGB: (81,84,91)

Color info

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

RGB color model

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

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

RGB channels and saturation

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

81
84
91

R + G + B ~ 34%. #51545B is quite dark color.

Portions of RGB colors in percentages

R + G + B =
81 + 84 + 91 = 256 (100%)
R 81 of 256 ~ 31.64%
G 84 of 256 ~ 32.81%
B 91 of 256 ~ 35.55%

%31.64
%32.81
%35.55

CMYK color model

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

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

CMYK percentages

%10.99
%7.69
%0
%64.31

Codes

Color #51545B in popluar color models

51545B
RGB818491
HSL222°5.81%33.73%
HSB/HSV222°10.99%35.69%
CMYK10.99%7.69%0.00%
64.31%

Color #51545B in popluar number systems.

HEX51545B
Decimal818491
Binary101000110101001011011
Octal121124133

Shades and tints

Shades of #51545B

#51545B
(81,84,91)
#4A4D53
(74,77,83)
#43464B
(67,70,75)
#3C3F43
(60,63,67)
#35383B
(53,56,59)
#2E3133
(46,49,51)
#272A2B
(39,42,43)
#202323
(32,35,35)
#191C1B
(25,28,27)
#121513
(18,21,19)
#0B0E0B
(11,14,11)
#000000
(0,0,0)

Tints of #51545B

#51545B
(81,84,91)
#606369
(96,99,105)
#6F7277
(111,114,119)
#7E8185
(126,129,133)
#8D9093
(141,144,147)
#9C9FA1
(156,159,161)
#ABAEAF
(171,174,175)
#BABDBD
(186,189,189)
#C9CCCB
(201,204,203)
#D8DBD9
(216,219,217)
#E7EAE7
(231,234,231)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #51545B; }

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

This text font color is #51545B.


Background Color

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

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

This div background color is #51545B.


Border color

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

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

This div border color is #51545B.


Opacity

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

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

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

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

This text has shadow with #51545B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #51545B on black background.


Color preview on white background

This text has color #51545B on white background.



Black color preview on #51545B background

This text has black color on #51545B background.


White color preview on #51545B background

This text has white color on #51545B background.