COLOR #51597D

HEX: #51597D
RGB: (81,89,125)

Color info

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

RGB color model

#51597D color RGB value is (81,89,125).

  • red value is 81;
  • green value is 89;
  • blue value is 125.
RGB:
(81,89,125)
(32%,35%,49%)

RGB channels and saturation

R 81 of 255 = 32%
G 89 of 255 = 35%
B 125 of 255 = 49%

81
89
125

R + G + B ~ 39%. #51597D is quite dark color.

Portions of RGB colors in percentages

R + G + B =
81 + 89 + 125 = 295 (100%)
R 81 of 295 ~ 27.46%
G 89 of 295 ~ 30.17%
B 125 of 295 ~ 42.37%

%27.46
%30.17
%42.37

CMYK color model

#51597D color CMYK value is (35,29,0,51).

  • cyan value is 35.20%
  • magenta value is 28.80%
  • yellow value is 0.00%
  • key color value is 50.98%
CMYK:
(35,29,0,51)
C35M29Y0K51 
(35%,29%,0%,51%)
(0.35/0.29/0.00/0.51)	

CMYK percentages

%35.2
%28.8
%0
%50.98

Codes

Color #51597D in popluar color models

51597D
RGB8189125
HSL229°21.36%40.39%
HSB/HSV229°35.20%49.02%
CMYK35.20%28.80%0.00%
50.98%

Color #51597D in popluar number systems.

HEX51597D
Decimal8189125
Binary101000110110011111101
Octal121131175

Shades and tints

Shades of #51597D

#51597D
(81,89,125)
#4A5172
(74,81,114)
#434967
(67,73,103)
#3C415C
(60,65,92)
#353951
(53,57,81)
#2E3146
(46,49,70)
#27293B
(39,41,59)
#202130
(32,33,48)
#191925
(25,25,37)
#12111A
(18,17,26)
#0B090F
(11,9,15)
#000000
(0,0,0)

Tints of #51597D

#51597D
(81,89,125)
#606888
(96,104,136)
#6F7793
(111,119,147)
#7E869E
(126,134,158)
#8D95A9
(141,149,169)
#9CA4B4
(156,164,180)
#ABB3BF
(171,179,191)
#BAC2CA
(186,194,202)
#C9D1D5
(201,209,213)
#D8E0E0
(216,224,224)
#E7EFEB
(231,239,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #51597D color. Also use rgb(81,89,125) instead hex code.

Text Font Color

.myTextColor { color: #51597D; }

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

This text font color is #51597D.


Background Color

.myBgColor { background-color: #51597D; }

<div style="background-color:#51597D">Inner text</div>

This div background color is #51597D.


Border color

.myBorderColor { border: 1px solid #51597D; }

<div style="border:3px solid #51597D">Div</div>

This div border color is #51597D.


Opacity

.myOpacity80 { color: #51597D; opacity: 0.8; }

<p style="color:#51597D;opacity:0.8;">80%</p>

Text with #51597D 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 #51597D;}

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

This text has shadow with #51597D color.

.textShadow {text-shadow: 3px 3px 1px #51597D, 3px 3px 1px red;}

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

This text has shadow with #51597D primary color and red secondary color.


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

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

This text has shadow with #51597D and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #51597D on black background.


Color preview on white background

This text has color #51597D on white background.



Black color preview on #51597D background

This text has black color on #51597D background.


White color preview on #51597D background

This text has white color on #51597D background.