COLOR #517F54

HEX: #517F54
RGB: (81,127,84)

Color info

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

RGB color model

#517F54 color RGB value is (81,127,84).

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

RGB channels and saturation

R 81 of 255 = 32%
G 127 of 255 = 50%
B 84 of 255 = 33%

81
127
84

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

Portions of RGB colors in percentages

R + G + B =
81 + 127 + 84 = 292 (100%)
R 81 of 292 ~ 27.74%
G 127 of 292 ~ 43.49%
B 84 of 292 ~ 28.77%

%27.74
%43.49
%28.77

CMYK color model

#517F54 color CMYK value is (36,0,34,50).

  • cyan value is 36.22%
  • magenta value is 0.00%
  • yellow value is 33.86%
  • key color value is 50.20%
CMYK:
(36,0,34,50)
C36M0Y34K50 
(36%,0%,34%,50%)
(0.36/0.00/0.34/0.50)	

CMYK percentages

%36.22
%0
%33.86
%50.2

Codes

Color #517F54 in popluar color models

517F54
RGB8112784
HSL124°22.12%40.78%
HSB/HSV124°36.22%49.80%
CMYK36.22%0.00%33.86%
50.20%

Color #517F54 in popluar number systems.

HEX517F54
Decimal8112784
Binary101000111111111010100
Octal121177124

Shades and tints

Shades of #517F54

#517F54
(81,127,84)
#4A744D
(74,116,77)
#436946
(67,105,70)
#3C5E3F
(60,94,63)
#355338
(53,83,56)
#2E4831
(46,72,49)
#273D2A
(39,61,42)
#203223
(32,50,35)
#19271C
(25,39,28)
#121C15
(18,28,21)
#0B110E
(11,17,14)
#000000
(0,0,0)

Tints of #517F54

#517F54
(81,127,84)
#608A63
(96,138,99)
#6F9572
(111,149,114)
#7EA081
(126,160,129)
#8DAB90
(141,171,144)
#9CB69F
(156,182,159)
#ABC1AE
(171,193,174)
#BACCBD
(186,204,189)
#C9D7CC
(201,215,204)
#D8E2DB
(216,226,219)
#E7EDEA
(231,237,234)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #517F54; }

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

This text font color is #517F54.


Background Color

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

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

This div background color is #517F54.


Border color

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

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

This div border color is #517F54.


Opacity

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

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

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

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

This text has shadow with #517F54 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #517F54 on black background.


Color preview on white background

This text has color #517F54 on white background.



Black color preview on #517F54 background

This text has black color on #517F54 background.


White color preview on #517F54 background

This text has white color on #517F54 background.