COLOR #517A5C

HEX: #517A5C RGB: (81,122,92)

Color info

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

RGB color model

#517A5C color RGB value is (81,122,92).

RGB: (81,122,92) (32%, 48%, 36%)

RGB channels and saturation

R 81 of 255 = 32%
G 122 of 255 = 48%
B 92 of 255 = 36%

81
122
92

R + G + B ~ 39%. #517A5C is quite dark color.

Portions of RGB colors in percentages

R + G + B = 81 + 122 + 92 = 295 (100%)
R 81 of 295 ~ 27.46%
G 122 of 295 ~ 41.36%
B 92 of 295 ~ 31.19'%

%27.46
%41.36
%31.19

CMYK color model

#517A5C color CMYK value is (34,0,25,52).

  • cyan value is 33.61%
  • magenta value is 0.00%
  • yellow value is 24.59%
  • key color value is 52.16%
CMYK: (34,0,25,52) C34M0Y25K52 (34%,0%,25%,52%) (0.34/0.00/0.25/0.52) 

CMYK percentages

%33.61
%0
%24.59
%52.16

Codes

Color #517A5C in popluar color models

51 7A 5C
RGB 81 122 92
HSL 136° 20.20% 39.80%
HSB/HSV 136° 33.61% 47.84%
CMYK 33.61% 0.00% 24.59%
52.16%

Color #517A5C in popluar number systems.

HEX 51 7A 5C
Decimal 81 122 92
Binary 1010001 1111010 1011100
Octal 121 172 134

Shades and tints

Shades of #517A5C

#517A5C
(81,122,92)
#4A6F54
(74,111,84)
#43644C
(67,100,76)
#3C5944
(60,89,68)
#354E3C
(53,78,60)
#2E4334
(46,67,52)
#27382C
(39,56,44)
#202D24
(32,45,36)
#19221C
(25,34,28)
#121714
(18,23,20)
#0B0C0C
(11,12,12)
#000000
(0,0,0)

Tints of #517A5C

#517A5C
(81,122,92)
#60866A
(96,134,106)
#6F9278
(111,146,120)
#7E9E86
(126,158,134)
#8DAA94
(141,170,148)
#9CB6A2
(156,182,162)
#ABC2B0
(171,194,176)
#BACEBE
(186,206,190)
#C9DACC
(201,218,204)
#D8E6DA
(216,230,218)
#E7F2E8
(231,242,232)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #517A5C; }

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

This text font color is #517A5C.

Background Color

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

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

This div background color is #517A5C.

Border color

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

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

This div border color is #517A5C.

Opacity

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

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

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

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

This text has shadow with #517A5C color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #517A5C.

Preview

Color preview on black background

This text has color #517A5C on black background.


Color preview on white background

This text has color #517A5C on white background.


Black color preview on #517A5C background

This text has black color on #517A5C background.


White color preview on #517A5C background

This text has white color on #517A5C background.


Related colors

Complementary color

Complementary color for #hex is #AE85A3.


I love getcolorcode.com

Triadic colors

1 #5C517A and #7A5C51 with #517A5C are triadic colors.

2 #5C7A51 and #7A515C with #517A5C are triadic colors.