COLOR #517A5A

HEX: #517A5A
RGB: (81,122,90)

Color info

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

RGB color model

#517A5A color RGB value is (81,122,90).

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

RGB channels and saturation

R 81 of 255 = 32%
G 122 of 255 = 48%
B 90 of 255 = 35%

81
122
90

R + G + B ~ 38%. #517A5A is quite dark color.

Portions of RGB colors in percentages

R + G + B =
81 + 122 + 90 = 293 (100%)
R 81 of 293 ~ 27.65%
G 122 of 293 ~ 41.64%
B 90 of 293 ~ 30.72%

%27.65
%41.64
%30.72

CMYK color model

#517A5A color CMYK value is (34,0,26,52).

  • cyan value is 33.61%
  • magenta value is 0.00%
  • yellow value is 26.23%
  • key color value is 52.16%
CMYK:
(34,0,26,52)
C34M0Y26K52 
(34%,0%,26%,52%)
(0.34/0.00/0.26/0.52)	

CMYK percentages

%33.61
%0
%26.23
%52.16

Codes

Color #517A5A in popluar color models

517A5A
RGB8112290
HSL133°20.20%39.80%
HSB/HSV133°33.61%47.84%
CMYK33.61%0.00%26.23%
52.16%

Color #517A5A in popluar number systems.

HEX517A5A
Decimal8112290
Binary101000111110101011010
Octal121172132

Shades and tints

Shades of #517A5A

#517A5A
(81,122,90)
#4A6F52
(74,111,82)
#43644A
(67,100,74)
#3C5942
(60,89,66)
#354E3A
(53,78,58)
#2E4332
(46,67,50)
#27382A
(39,56,42)
#202D22
(32,45,34)
#19221A
(25,34,26)
#121712
(18,23,18)
#0B0C0A
(11,12,10)
#000000
(0,0,0)

Tints of #517A5A

#517A5A
(81,122,90)
#608669
(96,134,105)
#6F9278
(111,146,120)
#7E9E87
(126,158,135)
#8DAA96
(141,170,150)
#9CB6A5
(156,182,165)
#ABC2B4
(171,194,180)
#BACEC3
(186,206,195)
#C9DAD2
(201,218,210)
#D8E6E1
(216,230,225)
#E7F2F0
(231,242,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #517A5A; }

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

This text font color is #517A5A.


Background Color

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

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

This div background color is #517A5A.


Border color

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

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

This div border color is #517A5A.


Opacity

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

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

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

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

This text has shadow with #517A5A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #517A5A on black background.


Color preview on white background

This text has color #517A5A on white background.



Black color preview on #517A5A background

This text has black color on #517A5A background.


White color preview on #517A5A background

This text has white color on #517A5A background.