COLOR #51547F

HEX: #51547F
RGB: (81,84,127)

Color info

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

RGB color model

#51547F color RGB value is (81,84,127).

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

RGB channels and saturation

R 81 of 255 = 32%
G 84 of 255 = 33%
B 127 of 255 = 50%

81
84
127

R + G + B ~ 38%. #51547F is quite dark color.

Portions of RGB colors in percentages

R + G + B =
81 + 84 + 127 = 292 (100%)
R 81 of 292 ~ 27.74%
G 84 of 292 ~ 28.77%
B 127 of 292 ~ 43.49%

%27.74
%28.77
%43.49

CMYK color model

#51547F color CMYK value is (36,34,0,50).

  • cyan value is 36.22%
  • magenta value is 33.86%
  • yellow value is 0.00%
  • key color value is 50.20%
CMYK:
(36,34,0,50)
C36M34Y0K50 
(36%,34%,0%,50%)
(0.36/0.34/0.00/0.50)	

CMYK percentages

%36.22
%33.86
%0
%50.2

Codes

Color #51547F in popluar color models

51547F
RGB8184127
HSL236°22.12%40.78%
HSB/HSV236°36.22%49.80%
CMYK36.22%33.86%0.00%
50.20%

Color #51547F in popluar number systems.

HEX51547F
Decimal8184127
Binary101000110101001111111
Octal121124177

Shades and tints

Shades of #51547F

#51547F
(81,84,127)
#4A4D74
(74,77,116)
#434669
(67,70,105)
#3C3F5E
(60,63,94)
#353853
(53,56,83)
#2E3148
(46,49,72)
#272A3D
(39,42,61)
#202332
(32,35,50)
#191C27
(25,28,39)
#12151C
(18,21,28)
#0B0E11
(11,14,17)
#000000
(0,0,0)

Tints of #51547F

#51547F
(81,84,127)
#60638A
(96,99,138)
#6F7295
(111,114,149)
#7E81A0
(126,129,160)
#8D90AB
(141,144,171)
#9C9FB6
(156,159,182)
#ABAEC1
(171,174,193)
#BABDCC
(186,189,204)
#C9CCD7
(201,204,215)
#D8DBE2
(216,219,226)
#E7EAED
(231,234,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #51547F; }

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

This text font color is #51547F.


Background Color

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

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

This div background color is #51547F.


Border color

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

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

This div border color is #51547F.


Opacity

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

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

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

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

This text has shadow with #51547F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #51547F on black background.


Color preview on white background

This text has color #51547F on white background.



Black color preview on #51547F background

This text has black color on #51547F background.


White color preview on #51547F background

This text has white color on #51547F background.