COLOR #51545D

HEX: #51545D
RGB: (81,84,93)

Color info

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

RGB color model

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

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

RGB channels and saturation

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

81
84
93

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

Portions of RGB colors in percentages

R + G + B =
81 + 84 + 93 = 258 (100%)
R 81 of 258 ~ 31.4%
G 84 of 258 ~ 32.56%
B 93 of 258 ~ 36.05%

%31.4
%32.56
%36.05

CMYK color model

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

  • cyan value is 12.90%
  • magenta value is 9.68%
  • yellow value is 0.00%
  • key color value is 63.53%
CMYK:
(13,10,0,64)
C13M10Y0K64 
(13%,10%,0%,64%)
(0.13/0.10/0.00/0.64)	

CMYK percentages

%12.9
%9.68
%0
%63.53

Codes

Color #51545D in popluar color models

51545D
RGB818493
HSL225°6.90%34.12%
HSB/HSV225°12.90%36.47%
CMYK12.90%9.68%0.00%
63.53%

Color #51545D in popluar number systems.

HEX51545D
Decimal818493
Binary101000110101001011101
Octal121124135

Shades and tints

Shades of #51545D

#51545D
(81,84,93)
#4A4D55
(74,77,85)
#43464D
(67,70,77)
#3C3F45
(60,63,69)
#35383D
(53,56,61)
#2E3135
(46,49,53)
#272A2D
(39,42,45)
#202325
(32,35,37)
#191C1D
(25,28,29)
#121515
(18,21,21)
#0B0E0D
(11,14,13)
#000000
(0,0,0)

Tints of #51545D

#51545D
(81,84,93)
#60636B
(96,99,107)
#6F7279
(111,114,121)
#7E8187
(126,129,135)
#8D9095
(141,144,149)
#9C9FA3
(156,159,163)
#ABAEB1
(171,174,177)
#BABDBF
(186,189,191)
#C9CCCD
(201,204,205)
#D8DBDB
(216,219,219)
#E7EAE9
(231,234,233)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #51545D; }

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

This text font color is #51545D.


Background Color

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

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

This div background color is #51545D.


Border color

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

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

This div border color is #51545D.


Opacity

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

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

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

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

This text has shadow with #51545D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #51545D on black background.


Color preview on white background

This text has color #51545D on white background.



Black color preview on #51545D background

This text has black color on #51545D background.


White color preview on #51545D background

This text has white color on #51545D background.