COLOR #51777B

HEX: #51777B
RGB: (81,119,123)

Color info

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

RGB color model

#51777B color RGB value is (81,119,123).

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

RGB channels and saturation

R 81 of 255 = 32%
G 119 of 255 = 47%
B 123 of 255 = 48%

81
119
123

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

Portions of RGB colors in percentages

R + G + B =
81 + 119 + 123 = 323 (100%)
R 81 of 323 ~ 25.08%
G 119 of 323 ~ 36.84%
B 123 of 323 ~ 38.08%

%25.08
%36.84
%38.08

CMYK color model

#51777B color CMYK value is (34,3,0,52).

  • cyan value is 34.15%
  • magenta value is 3.25%
  • yellow value is 0.00%
  • key color value is 51.76%
CMYK:
(34,3,0,52)
C34M3Y0K52 
(34%,3%,0%,52%)
(0.34/0.03/0.00/0.52)	

CMYK percentages

%34.15
%3.25
%0
%51.76

Codes

Color #51777B in popluar color models

51777B
RGB81119123
HSL186°20.59%40.00%
HSB/HSV186°34.15%48.24%
CMYK34.15%3.25%0.00%
51.76%

Color #51777B in popluar number systems.

HEX51777B
Decimal81119123
Binary101000111101111111011
Octal121167173

Shades and tints

Shades of #51777B

#51777B
(81,119,123)
#4A6D70
(74,109,112)
#436365
(67,99,101)
#3C595A
(60,89,90)
#354F4F
(53,79,79)
#2E4544
(46,69,68)
#273B39
(39,59,57)
#20312E
(32,49,46)
#192723
(25,39,35)
#121D18
(18,29,24)
#0B130D
(11,19,13)
#000000
(0,0,0)

Tints of #51777B

#51777B
(81,119,123)
#608387
(96,131,135)
#6F8F93
(111,143,147)
#7E9B9F
(126,155,159)
#8DA7AB
(141,167,171)
#9CB3B7
(156,179,183)
#ABBFC3
(171,191,195)
#BACBCF
(186,203,207)
#C9D7DB
(201,215,219)
#D8E3E7
(216,227,231)
#E7EFF3
(231,239,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #51777B color. Also use rgb(81,119,123) instead hex code.

Text Font Color

.myTextColor { color: #51777B; }

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

This text font color is #51777B.


Background Color

.myBgColor { background-color: #51777B; }

<div style="background-color:#51777B">Inner text</div>

This div background color is #51777B.


Border color

.myBorderColor { border: 1px solid #51777B; }

<div style="border:3px solid #51777B">Div</div>

This div border color is #51777B.


Opacity

.myOpacity80 { color: #51777B; opacity: 0.8; }

<p style="color:#51777B;opacity:0.8;">80%</p>

Text with #51777B 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 #51777B;}

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

This text has shadow with #51777B color.

.textShadow {text-shadow: 3px 3px 1px #51777B, 3px 3px 1px red;}

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

This text has shadow with #51777B primary color and red secondary color.


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

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

This text has shadow with #51777B and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #51777B on black background.


Color preview on white background

This text has color #51777B on white background.



Black color preview on #51777B background

This text has black color on #51777B background.


White color preview on #51777B background

This text has white color on #51777B background.