COLOR #51708A

HEX: #51708A
RGB: (81,112,138)

Color info

#51708A contains red, green and blue colors in about the same proportion. Web safe color of #51708A is #666699 (or #669).

RGB color model

#51708A color RGB value is (81,112,138).

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

RGB channels and saturation

R 81 of 255 = 32%
G 112 of 255 = 44%
B 138 of 255 = 54%

81
112
138

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

Portions of RGB colors in percentages

R + G + B =
81 + 112 + 138 = 331 (100%)
R 81 of 331 ~ 24.47%
G 112 of 331 ~ 33.84%
B 138 of 331 ~ 41.69%

%24.47
%33.84
%41.69

CMYK color model

#51708A color CMYK value is (41,19,0,46).

  • cyan value is 41.30%
  • magenta value is 18.84%
  • yellow value is 0.00%
  • key color value is 45.88%
CMYK:
(41,19,0,46)
C41M19Y0K46 
(41%,19%,0%,46%)
(0.41/0.19/0.00/0.46)	

CMYK percentages

%41.3
%18.84
%0
%45.88

Codes

Color #51708A in popluar color models

51708A
RGB81112138
HSL207°26.03%42.94%
HSB/HSV207°41.30%54.12%
CMYK41.30%18.84%0.00%
45.88%

Color #51708A in popluar number systems.

HEX51708A
Decimal81112138
Binary1010001111000010001010
Octal121160212

Shades and tints

Shades of #51708A

#51708A
(81,112,138)
#4A667E
(74,102,126)
#435C72
(67,92,114)
#3C5266
(60,82,102)
#35485A
(53,72,90)
#2E3E4E
(46,62,78)
#273442
(39,52,66)
#202A36
(32,42,54)
#19202A
(25,32,42)
#12161E
(18,22,30)
#0B0C12
(11,12,18)
#000000
(0,0,0)

Tints of #51708A

#51708A
(81,112,138)
#607D94
(96,125,148)
#6F8A9E
(111,138,158)
#7E97A8
(126,151,168)
#8DA4B2
(141,164,178)
#9CB1BC
(156,177,188)
#ABBEC6
(171,190,198)
#BACBD0
(186,203,208)
#C9D8DA
(201,216,218)
#D8E5E4
(216,229,228)
#E7F2EE
(231,242,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #51708A; }

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

This text font color is #51708A.


Background Color

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

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

This div background color is #51708A.


Border color

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

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

This div border color is #51708A.


Opacity

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

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

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

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

This text has shadow with #51708A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #51708A on black background.


Color preview on white background

This text has color #51708A on white background.



Black color preview on #51708A background

This text has black color on #51708A background.


White color preview on #51708A background

This text has white color on #51708A background.