COLOR #51709E

HEX: #51709E RGB: (81,112,158)

Color info

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

RGB color model

#51709E color RGB value is (81,112,158).

RGB: (81,112,158) (32%, 44%, 62%)

RGB channels and saturation

R 81 of 255 = 32%
G 112 of 255 = 44%
B 158 of 255 = 62%

81
112
158

R + G + B ~ 46%. #51709E is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B = 81 + 112 + 158 = 351 (100%)
R 81 of 351 ~ 23.08%
G 112 of 351 ~ 31.91%
B 158 of 351 ~ 45.01'%

%23.08
%31.91
%45.01

CMYK color model

#51709E color CMYK value is (49,29,0,38).

  • cyan value is 48.73%
  • magenta value is 29.11%
  • yellow value is 0.00%
  • key color value is 38.04%

CMYK: (49,29,0,38)
C49M29Y0K38 (49%, 29%, 0%, 38%)
(0.49 / 0.29 / 0.00 / 0.38)

CMYK percentages

%48.73
%29.11
%0
%38.04

Codes

Color #51709E in popluar color models

51 70 9E
RGB 81 112 158
HSL 216° 32.22% 46.86%
HSB/HSV 216° 48.73% 61.96%
CMYK 48.73% 29.11% 0.00%
38.04%

Color #51709E in popluar number systems.

HEX 51 70 9E
Decimal 81 112 158
Binary 1010001 1110000 10011110
Octal 121 160 236

Shades and tints

Shades of #51709E

#51709E
(81,112,158)
#4A6690
(74,102,144)
#435C82
(67,92,130)
#3C5274
(60,82,116)
#354866
(53,72,102)
#2E3E58
(46,62,88)
#27344A
(39,52,74)
#202A3C
(32,42,60)
#19202E
(25,32,46)
#121620
(18,22,32)
#0B0C12
(11,12,18)
#000000
(0,0,0)

Tints of #51709E

#51709E
(81,112,158)
#607DA6
(96,125,166)
#6F8AAE
(111,138,174)
#7E97B6
(126,151,182)
#8DA4BE
(141,164,190)
#9CB1C6
(156,177,198)
#ABBECE
(171,190,206)
#BACBD6
(186,203,214)
#C9D8DE
(201,216,222)
#D8E5E6
(216,229,230)
#E7F2EE
(231,242,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #51709E color. Also use rgb(81,112,158) instead hex code.

Text Font Color

.myTextColor { color: #51709E; }

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

This text font color is #51709E.

Background Color

.myBgColor { background-color: #51709E; }

<div style="background-color:#51709E">Inner text</div>

This div background color is #51709E.

Border color

.myBorderColor { border: 1px solid #51709E; }

<div style="border:3px solid #51709E">Div</div>

This div border color is #51709E.

Opacity

.myOpacity80 { color: #51709E; opacity: 0.8; }

<p style="color:#51709E;opacity:0.8;">80%</p>

Text with #51709E 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 #51709E;}

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

This text has shadow with #51709E color.


.textShadow {text-shadow: 3px 3px 1px #51709E', 3px 3px 1px red;}

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

This text has shadow with #51709E primary color and red secondary color.


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

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

This text has shadow with #51709E and red colors in old Internet Explorer.

Div box shadow color

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

/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #51709E; -webkit-box-shadow: 1px 1px 3px 2px #51709E; box-shadow:1px 1px 3px 2px #51709E;">
Div content here
</div>

This div box has shadow with color #51709E.

Preview

Color preview on black background

This text has color #51709E on black background.


Color preview on white background

This text has color #51709E on white background.


Black color preview on #51709E background

This text has black color on #51709E background.


White color preview on #51709E background

This text has white color on #51709E background.


Related colors

Complementary color

Complementary color for #hex is #AE8F61.


I love getcolorcode.com

Triadic colors

1 #9E5170 and #709E51 with #51709E are triadic colors.

2 #9E7051 and #70519E with #51709E are triadic colors.