COLOR #51779F

HEX: #51779F
RGB: (81,119,159)

Color info

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

RGB color model

#51779F color RGB value is (81,119,159).

  • red value is 81;
  • green value is 119;
  • blue value is 159.
RGB:
(81,119,159)
(32%,47%,62%)

RGB channels and saturation

R 81 of 255 = 32%
G 119 of 255 = 47%
B 159 of 255 = 62%

81
119
159

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

Portions of RGB colors in percentages

R + G + B =
81 + 119 + 159 = 359 (100%)
R 81 of 359 ~ 22.56%
G 119 of 359 ~ 33.15%
B 159 of 359 ~ 44.29%

%22.56
%33.15
%44.29

CMYK color model

#51779F color CMYK value is (49,25,0,38).

  • cyan value is 49.06%
  • magenta value is 25.16%
  • yellow value is 0.00%
  • key color value is 37.65%
CMYK:
(49,25,0,38)
C49M25Y0K38 
(49%,25%,0%,38%)
(0.49/0.25/0.00/0.38)	

CMYK percentages

%49.06
%25.16
%0
%37.65

Codes

Color #51779F in popluar color models

51779F
RGB81119159
HSL211°32.50%47.06%
HSB/HSV211°49.06%62.35%
CMYK49.06%25.16%0.00%
37.65%

Color #51779F in popluar number systems.

HEX51779F
Decimal81119159
Binary1010001111011110011111
Octal121167237

Shades and tints

Shades of #51779F

#51779F
(81,119,159)
#4A6D91
(74,109,145)
#436383
(67,99,131)
#3C5975
(60,89,117)
#354F67
(53,79,103)
#2E4559
(46,69,89)
#273B4B
(39,59,75)
#20313D
(32,49,61)
#19272F
(25,39,47)
#121D21
(18,29,33)
#0B1313
(11,19,19)
#000000
(0,0,0)

Tints of #51779F

#51779F
(81,119,159)
#6083A7
(96,131,167)
#6F8FAF
(111,143,175)
#7E9BB7
(126,155,183)
#8DA7BF
(141,167,191)
#9CB3C7
(156,179,199)
#ABBFCF
(171,191,207)
#BACBD7
(186,203,215)
#C9D7DF
(201,215,223)
#D8E3E7
(216,227,231)
#E7EFEF
(231,239,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #51779F color. Also use rgb(81,119,159) instead hex code.

Text Font Color

.myTextColor { color: #51779F; }

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

This text font color is #51779F.


Background Color

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

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

This div background color is #51779F.


Border color

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

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

This div border color is #51779F.


Opacity

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

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

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

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

This text has shadow with #51779F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #51779F on black background.


Color preview on white background

This text has color #51779F on white background.



Black color preview on #51779F background

This text has black color on #51779F background.


White color preview on #51779F background

This text has white color on #51779F background.