COLOR #51575E

HEX: #51575E
RGB: (81,87,94)

Color info

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

RGB color model

#51575E color RGB value is (81,87,94).

  • red value is 81;
  • green value is 87;
  • blue value is 94.
RGB:
(81,87,94)
(32%,34%,37%)

RGB channels and saturation

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

81
87
94

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

Portions of RGB colors in percentages

R + G + B =
81 + 87 + 94 = 262 (100%)
R 81 of 262 ~ 30.92%
G 87 of 262 ~ 33.21%
B 94 of 262 ~ 35.88%

%30.92
%33.21
%35.88

CMYK color model

#51575E color CMYK value is (14,7,0,63).

  • cyan value is 13.83%
  • magenta value is 7.45%
  • yellow value is 0.00%
  • key color value is 63.14%
CMYK:
(14,7,0,63)
C14M7Y0K63 
(14%,7%,0%,63%)
(0.14/0.07/0.00/0.63)	

CMYK percentages

%13.83
%7.45
%0
%63.14

Codes

Color #51575E in popluar color models

51575E
RGB818794
HSL212°7.43%34.31%
HSB/HSV212°13.83%36.86%
CMYK13.83%7.45%0.00%
63.14%

Color #51575E in popluar number systems.

HEX51575E
Decimal818794
Binary101000110101111011110
Octal121127136

Shades and tints

Shades of #51575E

#51575E
(81,87,94)
#4A5056
(74,80,86)
#43494E
(67,73,78)
#3C4246
(60,66,70)
#353B3E
(53,59,62)
#2E3436
(46,52,54)
#272D2E
(39,45,46)
#202626
(32,38,38)
#191F1E
(25,31,30)
#121816
(18,24,22)
#0B110E
(11,17,14)
#000000
(0,0,0)

Tints of #51575E

#51575E
(81,87,94)
#60666C
(96,102,108)
#6F757A
(111,117,122)
#7E8488
(126,132,136)
#8D9396
(141,147,150)
#9CA2A4
(156,162,164)
#ABB1B2
(171,177,178)
#BAC0C0
(186,192,192)
#C9CFCE
(201,207,206)
#D8DEDC
(216,222,220)
#E7EDEA
(231,237,234)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #51575E; }

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

This text font color is #51575E.


Background Color

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

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

This div background color is #51575E.


Border color

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

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

This div border color is #51575E.


Opacity

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

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

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

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

This text has shadow with #51575E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #51575E on black background.


Color preview on white background

This text has color #51575E on white background.



Black color preview on #51575E background

This text has black color on #51575E background.


White color preview on #51575E background

This text has white color on #51575E background.