COLOR #51707F

HEX: #51707F
RGB: (81,112,127)

Color info

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

RGB color model

#51707F color RGB value is (81,112,127).

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

RGB channels and saturation

R 81 of 255 = 32%
G 112 of 255 = 44%
B 127 of 255 = 50%

81
112
127

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

Portions of RGB colors in percentages

R + G + B =
81 + 112 + 127 = 320 (100%)
R 81 of 320 ~ 25.31%
G 112 of 320 ~ 35%
B 127 of 320 ~ 39.69%

%25.31
%35
%39.69

CMYK color model

#51707F color CMYK value is (36,12,0,50).

  • cyan value is 36.22%
  • magenta value is 11.81%
  • yellow value is 0.00%
  • key color value is 50.20%
CMYK:
(36,12,0,50)
C36M12Y0K50 
(36%,12%,0%,50%)
(0.36/0.12/0.00/0.50)	

CMYK percentages

%36.22
%11.81
%0
%50.2

Codes

Color #51707F in popluar color models

51707F
RGB81112127
HSL200°22.12%40.78%
HSB/HSV200°36.22%49.80%
CMYK36.22%11.81%0.00%
50.20%

Color #51707F in popluar number systems.

HEX51707F
Decimal81112127
Binary101000111100001111111
Octal121160177

Shades and tints

Shades of #51707F

#51707F
(81,112,127)
#4A6674
(74,102,116)
#435C69
(67,92,105)
#3C525E
(60,82,94)
#354853
(53,72,83)
#2E3E48
(46,62,72)
#27343D
(39,52,61)
#202A32
(32,42,50)
#192027
(25,32,39)
#12161C
(18,22,28)
#0B0C11
(11,12,17)
#000000
(0,0,0)

Tints of #51707F

#51707F
(81,112,127)
#607D8A
(96,125,138)
#6F8A95
(111,138,149)
#7E97A0
(126,151,160)
#8DA4AB
(141,164,171)
#9CB1B6
(156,177,182)
#ABBEC1
(171,190,193)
#BACBCC
(186,203,204)
#C9D8D7
(201,216,215)
#D8E5E2
(216,229,226)
#E7F2ED
(231,242,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #51707F; }

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

This text font color is #51707F.


Background Color

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

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

This div background color is #51707F.


Border color

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

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

This div border color is #51707F.


Opacity

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

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

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

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

This text has shadow with #51707F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #51707F on black background.


Color preview on white background

This text has color #51707F on white background.



Black color preview on #51707F background

This text has black color on #51707F background.


White color preview on #51707F background

This text has white color on #51707F background.