COLOR #517A3E

HEX: #517A3E RGB: (81,122,62)

Color info

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

RGB color model

#517A3E color RGB value is (81,122,62).

RGB: (81,122,62) (32%, 48%, 24%)

RGB channels and saturation

R 81 of 255 = 32%
G 122 of 255 = 48%
B 62 of 255 = 24%

81
122
62

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

Portions of RGB colors in percentages

R + G + B = 81 + 122 + 62 = 265 (100%)
R 81 of 265 ~ 30.57%
G 122 of 265 ~ 46.04%
B 62 of 265 ~ 23.4'%

%30.57
%46.04
%23.4

CMYK color model

#517A3E color CMYK value is (34,0,49,52).

  • cyan value is 33.61%
  • magenta value is 0.00%
  • yellow value is 49.18%
  • key color value is 52.16%

CMYK: (34,0,49,52)
C34M0Y49K52 (34%, 0%, 49%, 52%)
(0.34 / 0.00 / 0.49 / 0.52)

CMYK percentages

%33.61
%0
%49.18
%52.16

Codes

Color #517A3E in popluar color models

51 7A 3E
RGB 81 122 62
HSL 101° 32.61% 36.08%
HSB/HSV 101° 49.18% 47.84%
CMYK 33.61% 0.00% 49.18%
52.16%

Color #517A3E in popluar number systems.

HEX 51 7A 3E
Decimal 81 122 62
Binary 1010001 1111010 111110
Octal 121 172 76

Shades and tints

Shades of #517A3E

#517A3E
(81,122,62)
#4A6F39
(74,111,57)
#436434
(67,100,52)
#3C592F
(60,89,47)
#354E2A
(53,78,42)
#2E4325
(46,67,37)
#273820
(39,56,32)
#202D1B
(32,45,27)
#192216
(25,34,22)
#121711
(18,23,17)
#0B0C0C
(11,12,12)
#000000
(0,0,0)

Tints of #517A3E

#517A3E
(81,122,62)
#60864F
(96,134,79)
#6F9260
(111,146,96)
#7E9E71
(126,158,113)
#8DAA82
(141,170,130)
#9CB693
(156,182,147)
#ABC2A4
(171,194,164)
#BACEB5
(186,206,181)
#C9DAC6
(201,218,198)
#D8E6D7
(216,230,215)
#E7F2E8
(231,242,232)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #517A3E; }

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

This text font color is #517A3E.

Background Color

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

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

This div background color is #517A3E.

Border color

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

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

This div border color is #517A3E.

Opacity

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

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

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

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

This text has shadow with #517A3E color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #517A3E.

Preview

Color preview on black background

This text has color #517A3E on black background.


Color preview on white background

This text has color #517A3E on white background.


Black color preview on #517A3E background

This text has black color on #517A3E background.


White color preview on #517A3E background

This text has white color on #517A3E background.


Related colors

Complementary color

Complementary color for #hex is #AE85C1.


I love getcolorcode.com

Triadic colors

1 #3E517A and #7A3E51 with #517A3E are triadic colors.

2 #3E7A51 and #7A513E with #517A3E are triadic colors.