COLOR #517C79

HEX: #517C79
RGB: (81,124,121)

Color info

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

RGB color model

#517C79 color RGB value is (81,124,121).

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

RGB channels and saturation

R 81 of 255 = 32%
G 124 of 255 = 49%
B 121 of 255 = 47%

81
124
121

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

Portions of RGB colors in percentages

R + G + B =
81 + 124 + 121 = 326 (100%)
R 81 of 326 ~ 24.85%
G 124 of 326 ~ 38.04%
B 121 of 326 ~ 37.12%

%24.85
%38.04
%37.12

CMYK color model

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

  • cyan value is 34.68%
  • magenta value is 0.00%
  • yellow value is 2.42%
  • key color value is 51.37%
CMYK:
(35,0,2,51)
C35M0Y2K51 
(35%,0%,2%,51%)
(0.35/0.00/0.02/0.51)	

CMYK percentages

%34.68
%0
%2.42
%51.37

Codes

Color #517C79 in popluar color models

517C79
RGB81124121
HSL176°20.98%40.20%
HSB/HSV176°34.68%48.63%
CMYK34.68%0.00%2.42%
51.37%

Color #517C79 in popluar number systems.

HEX517C79
Decimal81124121
Binary101000111111001111001
Octal121174171

Shades and tints

Shades of #517C79

#517C79
(81,124,121)
#4A716E
(74,113,110)
#436663
(67,102,99)
#3C5B58
(60,91,88)
#35504D
(53,80,77)
#2E4542
(46,69,66)
#273A37
(39,58,55)
#202F2C
(32,47,44)
#192421
(25,36,33)
#121916
(18,25,22)
#0B0E0B
(11,14,11)
#000000
(0,0,0)

Tints of #517C79

#517C79
(81,124,121)
#608785
(96,135,133)
#6F9291
(111,146,145)
#7E9D9D
(126,157,157)
#8DA8A9
(141,168,169)
#9CB3B5
(156,179,181)
#ABBEC1
(171,190,193)
#BAC9CD
(186,201,205)
#C9D4D9
(201,212,217)
#D8DFE5
(216,223,229)
#E7EAF1
(231,234,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #517C79; }

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

This text font color is #517C79.


Background Color

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

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

This div background color is #517C79.


Border color

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

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

This div border color is #517C79.


Opacity

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

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

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

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

This text has shadow with #517C79 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #517C79 on black background.


Color preview on white background

This text has color #517C79 on white background.



Black color preview on #517C79 background

This text has black color on #517C79 background.


White color preview on #517C79 background

This text has white color on #517C79 background.