COLOR #517F56

HEX: #517F56
RGB: (81,127,86)

Color info

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

RGB color model

#517F56 color RGB value is (81,127,86).

  • red value is 81;
  • green value is 127;
  • blue value is 86.
RGB:
(81,127,86)
(32%,50%,34%)

RGB channels and saturation

R 81 of 255 = 32%
G 127 of 255 = 50%
B 86 of 255 = 34%

81
127
86

R + G + B ~ 39%. #517F56 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
81 + 127 + 86 = 294 (100%)
R 81 of 294 ~ 27.55%
G 127 of 294 ~ 43.2%
B 86 of 294 ~ 29.25%

%27.55
%43.2
%29.25

CMYK color model

#517F56 color CMYK value is (36,0,32,50).

  • cyan value is 36.22%
  • magenta value is 0.00%
  • yellow value is 32.28%
  • key color value is 50.20%
CMYK:
(36,0,32,50)
C36M0Y32K50 
(36%,0%,32%,50%)
(0.36/0.00/0.32/0.50)	

CMYK percentages

%36.22
%0
%32.28
%50.2

Codes

Color #517F56 in popluar color models

517F56
RGB8112786
HSL127°22.12%40.78%
HSB/HSV127°36.22%49.80%
CMYK36.22%0.00%32.28%
50.20%

Color #517F56 in popluar number systems.

HEX517F56
Decimal8112786
Binary101000111111111010110
Octal121177126

Shades and tints

Shades of #517F56

#517F56
(81,127,86)
#4A744F
(74,116,79)
#436948
(67,105,72)
#3C5E41
(60,94,65)
#35533A
(53,83,58)
#2E4833
(46,72,51)
#273D2C
(39,61,44)
#203225
(32,50,37)
#19271E
(25,39,30)
#121C17
(18,28,23)
#0B1110
(11,17,16)
#000000
(0,0,0)

Tints of #517F56

#517F56
(81,127,86)
#608A65
(96,138,101)
#6F9574
(111,149,116)
#7EA083
(126,160,131)
#8DAB92
(141,171,146)
#9CB6A1
(156,182,161)
#ABC1B0
(171,193,176)
#BACCBF
(186,204,191)
#C9D7CE
(201,215,206)
#D8E2DD
(216,226,221)
#E7EDEC
(231,237,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #517F56 color. Also use rgb(81,127,86) instead hex code.

Text Font Color

.myTextColor { color: #517F56; }

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

This text font color is #517F56.


Background Color

.myBgColor { background-color: #517F56; }

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

This div background color is #517F56.


Border color

.myBorderColor { border: 1px solid #517F56; }

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

This div border color is #517F56.


Opacity

.myOpacity80 { color: #517F56; opacity: 0.8; }

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

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

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

This text has shadow with #517F56 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #517F56 on black background.


Color preview on white background

This text has color #517F56 on white background.



Black color preview on #517F56 background

This text has black color on #517F56 background.


White color preview on #517F56 background

This text has white color on #517F56 background.