COLOR #517C50

HEX: #517C50
RGB: (81,124,80)

Color info

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

RGB color model

#517C50 color RGB value is (81,124,80).

  • red value is 81;
  • green value is 124;
  • blue value is 80.
RGB:
(81,124,80)
(32%,49%,31%)

RGB channels and saturation

R 81 of 255 = 32%
G 124 of 255 = 49%
B 80 of 255 = 31%

81
124
80

R + G + B ~ 37%. #517C50 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
81 + 124 + 80 = 285 (100%)
R 81 of 285 ~ 28.42%
G 124 of 285 ~ 43.51%
B 80 of 285 ~ 28.07%

%28.42
%43.51
%28.07

CMYK color model

#517C50 color CMYK value is (35,0,35,51).

  • cyan value is 34.68%
  • magenta value is 0.00%
  • yellow value is 35.48%
  • key color value is 51.37%
CMYK:
(35,0,35,51)
C35M0Y35K51 
(35%,0%,35%,51%)
(0.35/0.00/0.35/0.51)	

CMYK percentages

%34.68
%0
%35.48
%51.37

Codes

Color #517C50 in popluar color models

517C50
RGB8112480
HSL119°21.57%40.00%
HSB/HSV119°35.48%48.63%
CMYK34.68%0.00%35.48%
51.37%

Color #517C50 in popluar number systems.

HEX517C50
Decimal8112480
Binary101000111111001010000
Octal121174120

Shades and tints

Shades of #517C50

#517C50
(81,124,80)
#4A7149
(74,113,73)
#436642
(67,102,66)
#3C5B3B
(60,91,59)
#355034
(53,80,52)
#2E452D
(46,69,45)
#273A26
(39,58,38)
#202F1F
(32,47,31)
#192418
(25,36,24)
#121911
(18,25,17)
#0B0E0A
(11,14,10)
#000000
(0,0,0)

Tints of #517C50

#517C50
(81,124,80)
#60875F
(96,135,95)
#6F926E
(111,146,110)
#7E9D7D
(126,157,125)
#8DA88C
(141,168,140)
#9CB39B
(156,179,155)
#ABBEAA
(171,190,170)
#BAC9B9
(186,201,185)
#C9D4C8
(201,212,200)
#D8DFD7
(216,223,215)
#E7EAE6
(231,234,230)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #517C50 color. Also use rgb(81,124,80) instead hex code.

Text Font Color

.myTextColor { color: #517C50; }

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

This text font color is #517C50.


Background Color

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

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

This div background color is #517C50.


Border color

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

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

This div border color is #517C50.


Opacity

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

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

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

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

This text has shadow with #517C50 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #517C50 on black background.


Color preview on white background

This text has color #517C50 on white background.



Black color preview on #517C50 background

This text has black color on #517C50 background.


White color preview on #517C50 background

This text has white color on #517C50 background.