COLOR #517F2E

HEX: #517F2E
RGB: (81,127,46)

Color info

#517F2E contains mainly red and green colors. Web safe color of #517F2E is #666633 (or #663).

RGB color model

#517F2E color RGB value is (81,127,46).

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

RGB channels and saturation

R 81 of 255 = 32%
G 127 of 255 = 50%
B 46 of 255 = 18%

81
127
46

R + G + B ~ 33%. #517F2E is quite dark color.

Portions of RGB colors in percentages

R + G + B =
81 + 127 + 46 = 254 (100%)
R 81 of 254 ~ 31.89%
G 127 of 254 ~ 50%
B 46 of 254 ~ 18.11%

%31.89
%50
%18.11

CMYK color model

#517F2E color CMYK value is (36,0,64,50).

  • cyan value is 36.22%
  • magenta value is 0.00%
  • yellow value is 63.78%
  • key color value is 50.20%
CMYK:
(36,0,64,50)
C36M0Y64K50 
(36%,0%,64%,50%)
(0.36/0.00/0.64/0.50)	

CMYK percentages

%36.22
%0
%63.78
%50.2

Codes

Color #517F2E in popluar color models

517F2E
RGB8112746
HSL94°46.82%33.92%
HSB/HSV94°63.78%49.80%
CMYK36.22%0.00%63.78%
50.20%

Color #517F2E in popluar number systems.

HEX517F2E
Decimal8112746
Binary10100011111111101110
Octal12117756

Shades and tints

Shades of #517F2E

#517F2E
(81,127,46)
#4A742A
(74,116,42)
#436926
(67,105,38)
#3C5E22
(60,94,34)
#35531E
(53,83,30)
#2E481A
(46,72,26)
#273D16
(39,61,22)
#203212
(32,50,18)
#19270E
(25,39,14)
#121C0A
(18,28,10)
#0B1106
(11,17,6)
#000000
(0,0,0)

Tints of #517F2E

#517F2E
(81,127,46)
#608A41
(96,138,65)
#6F9554
(111,149,84)
#7EA067
(126,160,103)
#8DAB7A
(141,171,122)
#9CB68D
(156,182,141)
#ABC1A0
(171,193,160)
#BACCB3
(186,204,179)
#C9D7C6
(201,215,198)
#D8E2D9
(216,226,217)
#E7EDEC
(231,237,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #517F2E; }

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

This text font color is #517F2E.


Background Color

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

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

This div background color is #517F2E.


Border color

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

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

This div border color is #517F2E.


Opacity

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

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

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

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

This text has shadow with #517F2E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #517F2E on black background.


Color preview on white background

This text has color #517F2E on white background.



Black color preview on #517F2E background

This text has black color on #517F2E background.


White color preview on #517F2E background

This text has white color on #517F2E background.