COLOR #51738D

HEX: #51738D
RGB: (81,115,141)

Color info

#51738D contains mainly green and blue colors. Web safe color of #51738D is #666699 (or #669).

RGB color model

#51738D color RGB value is (81,115,141).

  • red value is 81;
  • green value is 115;
  • blue value is 141.
RGB:
(81,115,141)
(32%,45%,55%)

RGB channels and saturation

R 81 of 255 = 32%
G 115 of 255 = 45%
B 141 of 255 = 55%

81
115
141

R + G + B ~ 44%. #51738D is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
81 + 115 + 141 = 337 (100%)
R 81 of 337 ~ 24.04%
G 115 of 337 ~ 34.12%
B 141 of 337 ~ 41.84%

%24.04
%34.12
%41.84

CMYK color model

#51738D color CMYK value is (43,18,0,45).

  • cyan value is 42.55%
  • magenta value is 18.44%
  • yellow value is 0.00%
  • key color value is 44.71%
CMYK:
(43,18,0,45)
C43M18Y0K45 
(43%,18%,0%,45%)
(0.43/0.18/0.00/0.45)	

CMYK percentages

%42.55
%18.44
%0
%44.71

Codes

Color #51738D in popluar color models

51738D
RGB81115141
HSL206°27.03%43.53%
HSB/HSV206°42.55%55.29%
CMYK42.55%18.44%0.00%
44.71%

Color #51738D in popluar number systems.

HEX51738D
Decimal81115141
Binary1010001111001110001101
Octal121163215

Shades and tints

Shades of #51738D

#51738D
(81,115,141)
#4A6981
(74,105,129)
#435F75
(67,95,117)
#3C5569
(60,85,105)
#354B5D
(53,75,93)
#2E4151
(46,65,81)
#273745
(39,55,69)
#202D39
(32,45,57)
#19232D
(25,35,45)
#121921
(18,25,33)
#0B0F15
(11,15,21)
#000000
(0,0,0)

Tints of #51738D

#51738D
(81,115,141)
#607F97
(96,127,151)
#6F8BA1
(111,139,161)
#7E97AB
(126,151,171)
#8DA3B5
(141,163,181)
#9CAFBF
(156,175,191)
#ABBBC9
(171,187,201)
#BAC7D3
(186,199,211)
#C9D3DD
(201,211,221)
#D8DFE7
(216,223,231)
#E7EBF1
(231,235,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #51738D color. Also use rgb(81,115,141) instead hex code.

Text Font Color

.myTextColor { color: #51738D; }

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

This text font color is #51738D.


Background Color

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

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

This div background color is #51738D.


Border color

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

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

This div border color is #51738D.


Opacity

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

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

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

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

This text has shadow with #51738D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #51738D on black background.


Color preview on white background

This text has color #51738D on white background.



Black color preview on #51738D background

This text has black color on #51738D background.


White color preview on #51738D background

This text has white color on #51738D background.