COLOR #51577F

HEX: #51577F
RGB: (81,87,127)

Color info

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

RGB color model

#51577F color RGB value is (81,87,127).

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

RGB channels and saturation

R 81 of 255 = 32%
G 87 of 255 = 34%
B 127 of 255 = 50%

81
87
127

R + G + B ~ 39%. #51577F is quite dark color.

Portions of RGB colors in percentages

R + G + B =
81 + 87 + 127 = 295 (100%)
R 81 of 295 ~ 27.46%
G 87 of 295 ~ 29.49%
B 127 of 295 ~ 43.05%

%27.46
%29.49
%43.05

CMYK color model

#51577F color CMYK value is (36,31,0,50).

  • cyan value is 36.22%
  • magenta value is 31.50%
  • yellow value is 0.00%
  • key color value is 50.20%
CMYK:
(36,31,0,50)
C36M31Y0K50 
(36%,31%,0%,50%)
(0.36/0.31/0.00/0.50)	

CMYK percentages

%36.22
%31.5
%0
%50.2

Codes

Color #51577F in popluar color models

51577F
RGB8187127
HSL232°22.12%40.78%
HSB/HSV232°36.22%49.80%
CMYK36.22%31.50%0.00%
50.20%

Color #51577F in popluar number systems.

HEX51577F
Decimal8187127
Binary101000110101111111111
Octal121127177

Shades and tints

Shades of #51577F

#51577F
(81,87,127)
#4A5074
(74,80,116)
#434969
(67,73,105)
#3C425E
(60,66,94)
#353B53
(53,59,83)
#2E3448
(46,52,72)
#272D3D
(39,45,61)
#202632
(32,38,50)
#191F27
(25,31,39)
#12181C
(18,24,28)
#0B1111
(11,17,17)
#000000
(0,0,0)

Tints of #51577F

#51577F
(81,87,127)
#60668A
(96,102,138)
#6F7595
(111,117,149)
#7E84A0
(126,132,160)
#8D93AB
(141,147,171)
#9CA2B6
(156,162,182)
#ABB1C1
(171,177,193)
#BAC0CC
(186,192,204)
#C9CFD7
(201,207,215)
#D8DEE2
(216,222,226)
#E7EDED
(231,237,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #51577F color. Also use rgb(81,87,127) instead hex code.

Text Font Color

.myTextColor { color: #51577F; }

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

This text font color is #51577F.


Background Color

.myBgColor { background-color: #51577F; }

<div style="background-color:#51577F">Inner text</div>

This div background color is #51577F.


Border color

.myBorderColor { border: 1px solid #51577F; }

<div style="border:3px solid #51577F">Div</div>

This div border color is #51577F.


Opacity

.myOpacity80 { color: #51577F; opacity: 0.8; }

<p style="color:#51577F;opacity:0.8;">80%</p>

Text with #51577F 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 #51577F;}

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

This text has shadow with #51577F color.

.textShadow {text-shadow: 3px 3px 1px #51577F, 3px 3px 1px red;}

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

This text has shadow with #51577F primary color and red secondary color.


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

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

This text has shadow with #51577F and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #51577F on black background.


Color preview on white background

This text has color #51577F on white background.



Black color preview on #51577F background

This text has black color on #51577F background.


White color preview on #51577F background

This text has white color on #51577F background.