COLOR #517A3C

HEX: #517A3C RGB: (81,122,60)

Color info

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

RGB color model

#517A3C color RGB value is (81,122,60).

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

RGB channels and saturation

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

81
122
60

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

Portions of RGB colors in percentages

R + G + B = 81 + 122 + 60 = 263 (100%)
R 81 of 263 ~ 30.8%
G 122 of 263 ~ 46.39%
B 60 of 263 ~ 22.81'%

%30.8
%46.39
%22.81

CMYK color model

#517A3C color CMYK value is (34,0,51,52).

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

CMYK: (34,0,51,52)
C34M0Y51K52 (34%, 0%, 51%, 52%)
(0.34 / 0.00 / 0.51 / 0.52)

CMYK percentages

%33.61
%0
%50.82
%52.16

Codes

Color #517A3C in popluar color models

51 7A 3C
RGB 81 122 60
HSL 100° 34.07% 35.69%
HSB/HSV 100° 50.82% 47.84%
CMYK 33.61% 0.00% 50.82%
52.16%

Color #517A3C in popluar number systems.

HEX 51 7A 3C
Decimal 81 122 60
Binary 1010001 1111010 111100
Octal 121 172 74

Shades and tints

Shades of #517A3C

#517A3C
(81,122,60)
#4A6F37
(74,111,55)
#436432
(67,100,50)
#3C592D
(60,89,45)
#354E28
(53,78,40)
#2E4323
(46,67,35)
#27381E
(39,56,30)
#202D19
(32,45,25)
#192214
(25,34,20)
#12170F
(18,23,15)
#0B0C0A
(11,12,10)
#000000
(0,0,0)

Tints of #517A3C

#517A3C
(81,122,60)
#60864D
(96,134,77)
#6F925E
(111,146,94)
#7E9E6F
(126,158,111)
#8DAA80
(141,170,128)
#9CB691
(156,182,145)
#ABC2A2
(171,194,162)
#BACEB3
(186,206,179)
#C9DAC4
(201,218,196)
#D8E6D5
(216,230,213)
#E7F2E6
(231,242,230)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #517A3C; }

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

This text font color is #517A3C.

Background Color

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

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

This div background color is #517A3C.

Border color

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

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

This div border color is #517A3C.

Opacity

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

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

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

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

This text has shadow with #517A3C color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #517A3C.

Preview

Color preview on black background

This text has color #517A3C on black background.


Color preview on white background

This text has color #517A3C on white background.


Black color preview on #517A3C background

This text has black color on #517A3C background.


White color preview on #517A3C background

This text has white color on #517A3C background.


Related colors

Complementary color

Complementary color for #hex is #AE85C3.


I love getcolorcode.com

Triadic colors

1 #3C517A and #7A3C51 with #517A3C are triadic colors.

2 #3C7A51 and #7A513C with #517A3C are triadic colors.