COLOR #517776

HEX: #517776
RGB: (81,119,118)

Color info

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

RGB color model

#517776 color RGB value is (81,119,118).

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

RGB channels and saturation

R 81 of 255 = 32%
G 119 of 255 = 47%
B 118 of 255 = 46%

81
119
118

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

Portions of RGB colors in percentages

R + G + B =
81 + 119 + 118 = 318 (100%)
R 81 of 318 ~ 25.47%
G 119 of 318 ~ 37.42%
B 118 of 318 ~ 37.11%

%25.47
%37.42
%37.11

CMYK color model

#517776 color CMYK value is (32,0,1,53).

  • cyan value is 31.93%
  • magenta value is 0.00%
  • yellow value is 0.84%
  • key color value is 53.33%
CMYK:
(32,0,1,53)
C32M0Y1K53 
(32%,0%,1%,53%)
(0.32/0.00/0.01/0.53)	

CMYK percentages

%31.93
%0
%0.84
%53.33

Codes

Color #517776 in popluar color models

517776
RGB81119118
HSL178°19.00%39.22%
HSB/HSV178°31.93%46.67%
CMYK31.93%0.00%0.84%
53.33%

Color #517776 in popluar number systems.

HEX517776
Decimal81119118
Binary101000111101111110110
Octal121167166

Shades and tints

Shades of #517776

#517776
(81,119,118)
#4A6D6C
(74,109,108)
#436362
(67,99,98)
#3C5958
(60,89,88)
#354F4E
(53,79,78)
#2E4544
(46,69,68)
#273B3A
(39,59,58)
#203130
(32,49,48)
#192726
(25,39,38)
#121D1C
(18,29,28)
#0B1312
(11,19,18)
#000000
(0,0,0)

Tints of #517776

#517776
(81,119,118)
#608382
(96,131,130)
#6F8F8E
(111,143,142)
#7E9B9A
(126,155,154)
#8DA7A6
(141,167,166)
#9CB3B2
(156,179,178)
#ABBFBE
(171,191,190)
#BACBCA
(186,203,202)
#C9D7D6
(201,215,214)
#D8E3E2
(216,227,226)
#E7EFEE
(231,239,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #517776; }

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

This text font color is #517776.


Background Color

.myBgColor { background-color: #517776; }

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

This div background color is #517776.


Border color

.myBorderColor { border: 1px solid #517776; }

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

This div border color is #517776.


Opacity

.myOpacity80 { color: #517776; opacity: 0.8; }

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

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

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

This text has shadow with #517776 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #517776 on black background.


Color preview on white background

This text has color #517776 on white background.



Black color preview on #517776 background

This text has black color on #517776 background.


White color preview on #517776 background

This text has white color on #517776 background.