COLOR #517E3E

HEX: #517E3E RGB: (81,126,62)

Color info

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

RGB color model

#517E3E color RGB value is (81,126,62).

RGB: (81,126,62) (32%, 49%, 24%)

RGB channels and saturation

R 81 of 255 = 32%
G 126 of 255 = 49%
B 62 of 255 = 24%

81
126
62

R + G + B ~ 35%. #517E3E is quite dark color.

Portions of RGB colors in percentages

R + G + B = 81 + 126 + 62 = 269 (100%)
R 81 of 269 ~ 30.11%
G 126 of 269 ~ 46.84%
B 62 of 269 ~ 23.05'%

%30.11
%46.84
%23.05

CMYK color model

#517E3E color CMYK value is (36,0,51,51).

  • cyan value is 35.71%
  • magenta value is 0.00%
  • yellow value is 50.79%
  • key color value is 50.59%
CMYK: (36,0,51,51) C36M0Y51K51 (36%,0%,51%,51%) (0.36/0.00/0.51/0.51) 

CMYK percentages

%35.71
%0
%50.79
%50.59

Codes

Color #517E3E in popluar color models

51 7E 3E
RGB 81 126 62
HSL 102° 34.04% 36.86%
HSB/HSV 102° 50.79% 49.41%
CMYK 35.71% 0.00% 50.79%
50.59%

Color #517E3E in popluar number systems.

HEX 51 7E 3E
Decimal 81 126 62
Binary 1010001 1111110 111110
Octal 121 176 76

Shades and tints

Shades of #517E3E

#517E3E
(81,126,62)
#4A7339
(74,115,57)
#436834
(67,104,52)
#3C5D2F
(60,93,47)
#35522A
(53,82,42)
#2E4725
(46,71,37)
#273C20
(39,60,32)
#20311B
(32,49,27)
#192616
(25,38,22)
#121B11
(18,27,17)
#0B100C
(11,16,12)
#000000
(0,0,0)

Tints of #517E3E

#517E3E
(81,126,62)
#60894F
(96,137,79)
#6F9460
(111,148,96)
#7E9F71
(126,159,113)
#8DAA82
(141,170,130)
#9CB593
(156,181,147)
#ABC0A4
(171,192,164)
#BACBB5
(186,203,181)
#C9D6C6
(201,214,198)
#D8E1D7
(216,225,215)
#E7ECE8
(231,236,232)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #517E3E color. Also use rgb(81,126,62) instead hex code.

Text Font Color

.myTextColor { color: #517E3E; }

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

This text font color is #517E3E.

Background Color

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

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

This div background color is #517E3E.

Border color

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

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

This div border color is #517E3E.

Opacity

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

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

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

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

This text has shadow with #517E3E color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #517E3E.

Preview

Color preview on black background

This text has color #517E3E on black background.


Color preview on white background

This text has color #517E3E on white background.


Black color preview on #517E3E background

This text has black color on #517E3E background.


White color preview on #517E3E background

This text has white color on #517E3E background.


Related colors

Complementary color

Complementary color for #hex is #AE81C1.


I love getcolorcode.com

Triadic colors

1 #3E517E and #7E3E51 with #517E3E are triadic colors.

2 #3E7E51 and #7E513E with #517E3E are triadic colors.