COLOR #51565E

HEX: #51565E RGB: (81,86,94)

Color info

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

RGB color model

#51565E color RGB value is (81,86,94).

RGB: (81,86,94) (32%, 34%, 37%)

RGB channels and saturation

R 81 of 255 = 32%
G 86 of 255 = 34%
B 94 of 255 = 37%

81
86
94

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

Portions of RGB colors in percentages

R + G + B = 81 + 86 + 94 = 261 (100%)
R 81 of 261 ~ 31.03%
G 86 of 261 ~ 32.95%
B 94 of 261 ~ 36.02'%

%31.03
%32.95
%36.02

CMYK color model

#51565E color CMYK value is (14,9,0,63).

  • cyan value is 13.83%
  • magenta value is 8.51%
  • yellow value is 0.00%
  • key color value is 63.14%

CMYK: (14,9,0,63)
C14M9Y0K63 (14%, 9%, 0%, 63%)
(0.14 / 0.09 / 0.00 / 0.63)

CMYK percentages

%13.83
%8.51
%0
%63.14

Codes

Color #51565E in popluar color models

51 56 5E
RGB 81 86 94
HSL 217° 7.43% 34.31%
HSB/HSV 217° 13.83% 36.86%
CMYK 13.83% 8.51% 0.00%
63.14%

Color #51565E in popluar number systems.

HEX 51 56 5E
Decimal 81 86 94
Binary 1010001 1010110 1011110
Octal 121 126 136

Shades and tints

Shades of #51565E

#51565E
(81,86,94)
#4A4F56
(74,79,86)
#43484E
(67,72,78)
#3C4146
(60,65,70)
#353A3E
(53,58,62)
#2E3336
(46,51,54)
#272C2E
(39,44,46)
#202526
(32,37,38)
#191E1E
(25,30,30)
#121716
(18,23,22)
#0B100E
(11,16,14)
#000000
(0,0,0)

Tints of #51565E

#51565E
(81,86,94)
#60656C
(96,101,108)
#6F747A
(111,116,122)
#7E8388
(126,131,136)
#8D9296
(141,146,150)
#9CA1A4
(156,161,164)
#ABB0B2
(171,176,178)
#BABFC0
(186,191,192)
#C9CECE
(201,206,206)
#D8DDDC
(216,221,220)
#E7ECEA
(231,236,234)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #51565E color. Also use rgb(81,86,94) instead hex code.

Text Font Color

.myTextColor { color: #51565E; }

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

This text font color is #51565E.

Background Color

.myBgColor { background-color: #51565E; }

<div style="background-color:#51565E">Inner text</div>

This div background color is #51565E.

Border color

.myBorderColor { border: 1px solid #51565E; }

<div style="border:3px solid #51565E">Div</div>

This div border color is #51565E.

Opacity

.myOpacity80 { color: #51565E; opacity: 0.8; }

<p style="color:#51565E;opacity:0.8;">80%</p>

Text with #51565E 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 #51565E;}

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

This text has shadow with #51565E color.


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

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

This text has shadow with #51565E primary color and red secondary color.


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

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

This text has shadow with #51565E and red colors in old Internet Explorer.

Div box shadow color

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

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

This div box has shadow with color #51565E.

Preview

Color preview on black background

This text has color #51565E on black background.


Color preview on white background

This text has color #51565E on white background.


Black color preview on #51565E background

This text has black color on #51565E background.


White color preview on #51565E background

This text has white color on #51565E background.


Related colors

Complementary color

Complementary color for #hex is #AEA9A1.


I love getcolorcode.com

Triadic colors

1 #5E5156 and #565E51 with #51565E are triadic colors.

2 #5E5651 and #56515E with #51565E are triadic colors.