COLOR #517A65

HEX: #517A65
RGB: (81,122,101)

Color info

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

RGB color model

#517A65 color RGB value is (81,122,101).

  • red value is 81;
  • green value is 122;
  • blue value is 101.
RGB:
(81,122,101)
(32%,48%,40%)

RGB channels and saturation

R 81 of 255 = 32%
G 122 of 255 = 48%
B 101 of 255 = 40%

81
122
101

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

Portions of RGB colors in percentages

R + G + B =
81 + 122 + 101 = 304 (100%)
R 81 of 304 ~ 26.64%
G 122 of 304 ~ 40.13%
B 101 of 304 ~ 33.22%

%26.64
%40.13
%33.22

CMYK color model

#517A65 color CMYK value is (34,0,17,52).

  • cyan value is 33.61%
  • magenta value is 0.00%
  • yellow value is 17.21%
  • key color value is 52.16%
CMYK:
(34,0,17,52)
C34M0Y17K52 
(34%,0%,17%,52%)
(0.34/0.00/0.17/0.52)	

CMYK percentages

%33.61
%0
%17.21
%52.16

Codes

Color #517A65 in popluar color models

517A65
RGB81122101
HSL149°20.20%39.80%
HSB/HSV149°33.61%47.84%
CMYK33.61%0.00%17.21%
52.16%

Color #517A65 in popluar number systems.

HEX517A65
Decimal81122101
Binary101000111110101100101
Octal121172145

Shades and tints

Shades of #517A65

#517A65
(81,122,101)
#4A6F5C
(74,111,92)
#436453
(67,100,83)
#3C594A
(60,89,74)
#354E41
(53,78,65)
#2E4338
(46,67,56)
#27382F
(39,56,47)
#202D26
(32,45,38)
#19221D
(25,34,29)
#121714
(18,23,20)
#0B0C0B
(11,12,11)
#000000
(0,0,0)

Tints of #517A65

#517A65
(81,122,101)
#608673
(96,134,115)
#6F9281
(111,146,129)
#7E9E8F
(126,158,143)
#8DAA9D
(141,170,157)
#9CB6AB
(156,182,171)
#ABC2B9
(171,194,185)
#BACEC7
(186,206,199)
#C9DAD5
(201,218,213)
#D8E6E3
(216,230,227)
#E7F2F1
(231,242,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #517A65; }

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

This text font color is #517A65.


Background Color

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

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

This div background color is #517A65.


Border color

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

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

This div border color is #517A65.


Opacity

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

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

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

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

This text has shadow with #517A65 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #517A65 on black background.


Color preview on white background

This text has color #517A65 on white background.



Black color preview on #517A65 background

This text has black color on #517A65 background.


White color preview on #517A65 background

This text has white color on #517A65 background.