COLOR #51547B

HEX: #51547B RGB: (81,84,123)

Color info

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

RGB color model

#51547B color RGB value is (81,84,123).

RGB: (81,84,123) (32%, 33%, 48%)

RGB channels and saturation

R 81 of 255 = 32%
G 84 of 255 = 33%
B 123 of 255 = 48%

81
84
123

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

Portions of RGB colors in percentages

R + G + B = 81 + 84 + 123 = 288 (100%)
R 81 of 288 ~ 28.13%
G 84 of 288 ~ 29.17%
B 123 of 288 ~ 42.71'%

%28.13
%29.17
%42.71

CMYK color model

#51547B color CMYK value is (34,32,0,52).

  • cyan value is 34.15%
  • magenta value is 31.71%
  • yellow value is 0.00%
  • key color value is 51.76%

CMYK: (34,32,0,52)
C34M32Y0K52 (34%, 32%, 0%, 52%)
(0.34 / 0.32 / 0.00 / 0.52)

CMYK percentages

%34.15
%31.71
%0
%51.76

Codes

Color #51547B in popluar color models

51 54 7B
RGB 81 84 123
HSL 236° 20.59% 40.00%
HSB/HSV 236° 34.15% 48.24%
CMYK 34.15% 31.71% 0.00%
51.76%

Color #51547B in popluar number systems.

HEX 51 54 7B
Decimal 81 84 123
Binary 1010001 1010100 1111011
Octal 121 124 173

Shades and tints

Shades of #51547B

#51547B
(81,84,123)
#4A4D70
(74,77,112)
#434665
(67,70,101)
#3C3F5A
(60,63,90)
#35384F
(53,56,79)
#2E3144
(46,49,68)
#272A39
(39,42,57)
#20232E
(32,35,46)
#191C23
(25,28,35)
#121518
(18,21,24)
#0B0E0D
(11,14,13)
#000000
(0,0,0)

Tints of #51547B

#51547B
(81,84,123)
#606387
(96,99,135)
#6F7293
(111,114,147)
#7E819F
(126,129,159)
#8D90AB
(141,144,171)
#9C9FB7
(156,159,183)
#ABAEC3
(171,174,195)
#BABDCF
(186,189,207)
#C9CCDB
(201,204,219)
#D8DBE7
(216,219,231)
#E7EAF3
(231,234,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #51547B; }

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

This text font color is #51547B.

Background Color

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

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

This div background color is #51547B.

Border color

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

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

This div border color is #51547B.

Opacity

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

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

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

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

This text has shadow with #51547B color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #51547B.

Preview

Color preview on black background

This text has color #51547B on black background.


Color preview on white background

This text has color #51547B on white background.


Black color preview on #51547B background

This text has black color on #51547B background.


White color preview on #51547B background

This text has white color on #51547B background.


Related colors

Complementary color

Complementary color for #hex is #AEAB84.


I love getcolorcode.com

Triadic colors

1 #7B5154 and #547B51 with #51547B are triadic colors.

2 #7B5451 and #54517B with #51547B are triadic colors.