COLOR #51708F

HEX: #51708F
RGB: (81,112,143)

Color info

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

RGB color model

#51708F color RGB value is (81,112,143).

  • red value is 81;
  • green value is 112;
  • blue value is 143.
RGB:
(81,112,143)
(32%,44%,56%)

RGB channels and saturation

R 81 of 255 = 32%
G 112 of 255 = 44%
B 143 of 255 = 56%

81
112
143

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

Portions of RGB colors in percentages

R + G + B =
81 + 112 + 143 = 336 (100%)
R 81 of 336 ~ 24.11%
G 112 of 336 ~ 33.33%
B 143 of 336 ~ 42.56%

%24.11
%33.33
%42.56

CMYK color model

#51708F color CMYK value is (43,22,0,44).

  • cyan value is 43.36%
  • magenta value is 21.68%
  • yellow value is 0.00%
  • key color value is 43.92%
CMYK:
(43,22,0,44)
C43M22Y0K44 
(43%,22%,0%,44%)
(0.43/0.22/0.00/0.44)	

CMYK percentages

%43.36
%21.68
%0
%43.92

Codes

Color #51708F in popluar color models

51708F
RGB81112143
HSL210°27.68%43.92%
HSB/HSV210°43.36%56.08%
CMYK43.36%21.68%0.00%
43.92%

Color #51708F in popluar number systems.

HEX51708F
Decimal81112143
Binary1010001111000010001111
Octal121160217

Shades and tints

Shades of #51708F

#51708F
(81,112,143)
#4A6682
(74,102,130)
#435C75
(67,92,117)
#3C5268
(60,82,104)
#35485B
(53,72,91)
#2E3E4E
(46,62,78)
#273441
(39,52,65)
#202A34
(32,42,52)
#192027
(25,32,39)
#12161A
(18,22,26)
#0B0C0D
(11,12,13)
#000000
(0,0,0)

Tints of #51708F

#51708F
(81,112,143)
#607D99
(96,125,153)
#6F8AA3
(111,138,163)
#7E97AD
(126,151,173)
#8DA4B7
(141,164,183)
#9CB1C1
(156,177,193)
#ABBECB
(171,190,203)
#BACBD5
(186,203,213)
#C9D8DF
(201,216,223)
#D8E5E9
(216,229,233)
#E7F2F3
(231,242,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #51708F color. Also use rgb(81,112,143) instead hex code.

Text Font Color

.myTextColor { color: #51708F; }

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

This text font color is #51708F.


Background Color

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

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

This div background color is #51708F.


Border color

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

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

This div border color is #51708F.


Opacity

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

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

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

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

This text has shadow with #51708F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #51708F on black background.


Color preview on white background

This text has color #51708F on white background.



Black color preview on #51708F background

This text has black color on #51708F background.


White color preview on #51708F background

This text has white color on #51708F background.