COLOR #517E64

HEX: #517E64 RGB: (81,126,100)

Color info

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

RGB color model

#517E64 color RGB value is (81,126,100).

RGB: (81,126,100) (32%, 49%, 39%)

RGB channels and saturation

R 81 of 255 = 32%
G 126 of 255 = 49%
B 100 of 255 = 39%

81
126
100

R + G + B ~ 40%. #517E64 is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B = 81 + 126 + 100 = 307 (100%)
R 81 of 307 ~ 26.38%
G 126 of 307 ~ 41.04%
B 100 of 307 ~ 32.57'%

%26.38
%41.04
%32.57

CMYK color model

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

  • cyan value is 35.71%
  • magenta value is 0.00%
  • yellow value is 20.63%
  • key color value is 50.59%
CMYK: (36,0,21,51) C36M0Y21K51 (36%,0%,21%,51%) (0.36/0.00/0.21/0.51) 

CMYK percentages

%35.71
%0
%20.63
%50.59

Codes

Color #517E64 in popluar color models

51 7E 64
RGB 81 126 100
HSL 145° 21.74% 40.59%
HSB/HSV 145° 35.71% 49.41%
CMYK 35.71% 0.00% 20.63%
50.59%

Color #517E64 in popluar number systems.

HEX 51 7E 64
Decimal 81 126 100
Binary 1010001 1111110 1100100
Octal 121 176 144

Shades and tints

Shades of #517E64

#517E64
(81,126,100)
#4A735B
(74,115,91)
#436852
(67,104,82)
#3C5D49
(60,93,73)
#355240
(53,82,64)
#2E4737
(46,71,55)
#273C2E
(39,60,46)
#203125
(32,49,37)
#19261C
(25,38,28)
#121B13
(18,27,19)
#0B100A
(11,16,10)
#000000
(0,0,0)

Tints of #517E64

#517E64
(81,126,100)
#608972
(96,137,114)
#6F9480
(111,148,128)
#7E9F8E
(126,159,142)
#8DAA9C
(141,170,156)
#9CB5AA
(156,181,170)
#ABC0B8
(171,192,184)
#BACBC6
(186,203,198)
#C9D6D4
(201,214,212)
#D8E1E2
(216,225,226)
#E7ECF0
(231,236,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #517E64; }

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

This text font color is #517E64.

Background Color

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

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

This div background color is #517E64.

Border color

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

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

This div border color is #517E64.

Opacity

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

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

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

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

This text has shadow with #517E64 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #517E64.

Preview

Color preview on black background

This text has color #517E64 on black background.


Color preview on white background

This text has color #517E64 on white background.


Black color preview on #517E64 background

This text has black color on #517E64 background.


White color preview on #517E64 background

This text has white color on #517E64 background.


Related colors

Complementary color

Complementary color for #hex is #AE819B.


I love getcolorcode.com

Triadic colors

1 #64517E and #7E6451 with #517E64 are triadic colors.

2 #647E51 and #7E5164 with #517E64 are triadic colors.