COLOR #517757

HEX: #517757
RGB: (81,119,87)

Color info

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

RGB color model

#517757 color RGB value is (81,119,87).

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

RGB channels and saturation

R 81 of 255 = 32%
G 119 of 255 = 47%
B 87 of 255 = 34%

81
119
87

R + G + B ~ 38%. #517757 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
81 + 119 + 87 = 287 (100%)
R 81 of 287 ~ 28.22%
G 119 of 287 ~ 41.46%
B 87 of 287 ~ 30.31%

%28.22
%41.46
%30.31

CMYK color model

#517757 color CMYK value is (32,0,27,53).

  • cyan value is 31.93%
  • magenta value is 0.00%
  • yellow value is 26.89%
  • key color value is 53.33%
CMYK:
(32,0,27,53)
C32M0Y27K53 
(32%,0%,27%,53%)
(0.32/0.00/0.27/0.53)	

CMYK percentages

%31.93
%0
%26.89
%53.33

Codes

Color #517757 in popluar color models

517757
RGB8111987
HSL129°19.00%39.22%
HSB/HSV129°31.93%46.67%
CMYK31.93%0.00%26.89%
53.33%

Color #517757 in popluar number systems.

HEX517757
Decimal8111987
Binary101000111101111010111
Octal121167127

Shades and tints

Shades of #517757

#517757
(81,119,87)
#4A6D50
(74,109,80)
#436349
(67,99,73)
#3C5942
(60,89,66)
#354F3B
(53,79,59)
#2E4534
(46,69,52)
#273B2D
(39,59,45)
#203126
(32,49,38)
#19271F
(25,39,31)
#121D18
(18,29,24)
#0B1311
(11,19,17)
#000000
(0,0,0)

Tints of #517757

#517757
(81,119,87)
#608366
(96,131,102)
#6F8F75
(111,143,117)
#7E9B84
(126,155,132)
#8DA793
(141,167,147)
#9CB3A2
(156,179,162)
#ABBFB1
(171,191,177)
#BACBC0
(186,203,192)
#C9D7CF
(201,215,207)
#D8E3DE
(216,227,222)
#E7EFED
(231,239,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #517757; }

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

This text font color is #517757.


Background Color

.myBgColor { background-color: #517757; }

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

This div background color is #517757.


Border color

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

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

This div border color is #517757.


Opacity

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

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

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

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

This text has shadow with #517757 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #517757 on black background.


Color preview on white background

This text has color #517757 on white background.



Black color preview on #517757 background

This text has black color on #517757 background.


White color preview on #517757 background

This text has white color on #517757 background.