COLOR #51576B

HEX: #51576B
RGB: (81,87,107)

Color info

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

RGB color model

#51576B color RGB value is (81,87,107).

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

RGB channels and saturation

R 81 of 255 = 32%
G 87 of 255 = 34%
B 107 of 255 = 42%

81
87
107

R + G + B ~ 36%. #51576B is quite dark color.

Portions of RGB colors in percentages

R + G + B =
81 + 87 + 107 = 275 (100%)
R 81 of 275 ~ 29.45%
G 87 of 275 ~ 31.64%
B 107 of 275 ~ 38.91%

%29.45
%31.64
%38.91

CMYK color model

#51576B color CMYK value is (24,19,0,58).

  • cyan value is 24.30%
  • magenta value is 18.69%
  • yellow value is 0.00%
  • key color value is 58.04%
CMYK:
(24,19,0,58)
C24M19Y0K58 
(24%,19%,0%,58%)
(0.24/0.19/0.00/0.58)	

CMYK percentages

%24.3
%18.69
%0
%58.04

Codes

Color #51576B in popluar color models

51576B
RGB8187107
HSL226°13.83%36.86%
HSB/HSV226°24.30%41.96%
CMYK24.30%18.69%0.00%
58.04%

Color #51576B in popluar number systems.

HEX51576B
Decimal8187107
Binary101000110101111101011
Octal121127153

Shades and tints

Shades of #51576B

#51576B
(81,87,107)
#4A5062
(74,80,98)
#434959
(67,73,89)
#3C4250
(60,66,80)
#353B47
(53,59,71)
#2E343E
(46,52,62)
#272D35
(39,45,53)
#20262C
(32,38,44)
#191F23
(25,31,35)
#12181A
(18,24,26)
#0B1111
(11,17,17)
#000000
(0,0,0)

Tints of #51576B

#51576B
(81,87,107)
#606678
(96,102,120)
#6F7585
(111,117,133)
#7E8492
(126,132,146)
#8D939F
(141,147,159)
#9CA2AC
(156,162,172)
#ABB1B9
(171,177,185)
#BAC0C6
(186,192,198)
#C9CFD3
(201,207,211)
#D8DEE0
(216,222,224)
#E7EDED
(231,237,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #51576B; }

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

This text font color is #51576B.


Background Color

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

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

This div background color is #51576B.


Border color

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

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

This div border color is #51576B.


Opacity

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

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

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

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

This text has shadow with #51576B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #51576B on black background.


Color preview on white background

This text has color #51576B on white background.



Black color preview on #51576B background

This text has black color on #51576B background.


White color preview on #51576B background

This text has white color on #51576B background.