COLOR #517C67

HEX: #517C67
RGB: (81,124,103)

Color info

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

RGB color model

#517C67 color RGB value is (81,124,103).

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

RGB channels and saturation

R 81 of 255 = 32%
G 124 of 255 = 49%
B 103 of 255 = 40%

81
124
103

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

Portions of RGB colors in percentages

R + G + B =
81 + 124 + 103 = 308 (100%)
R 81 of 308 ~ 26.3%
G 124 of 308 ~ 40.26%
B 103 of 308 ~ 33.44%

%26.3
%40.26
%33.44

CMYK color model

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

  • cyan value is 34.68%
  • magenta value is 0.00%
  • yellow value is 16.94%
  • key color value is 51.37%
CMYK:
(35,0,17,51)
C35M0Y17K51 
(35%,0%,17%,51%)
(0.35/0.00/0.17/0.51)	

CMYK percentages

%34.68
%0
%16.94
%51.37

Codes

Color #517C67 in popluar color models

517C67
RGB81124103
HSL151°20.98%40.20%
HSB/HSV151°34.68%48.63%
CMYK34.68%0.00%16.94%
51.37%

Color #517C67 in popluar number systems.

HEX517C67
Decimal81124103
Binary101000111111001100111
Octal121174147

Shades and tints

Shades of #517C67

#517C67
(81,124,103)
#4A715E
(74,113,94)
#436655
(67,102,85)
#3C5B4C
(60,91,76)
#355043
(53,80,67)
#2E453A
(46,69,58)
#273A31
(39,58,49)
#202F28
(32,47,40)
#19241F
(25,36,31)
#121916
(18,25,22)
#0B0E0D
(11,14,13)
#000000
(0,0,0)

Tints of #517C67

#517C67
(81,124,103)
#608774
(96,135,116)
#6F9281
(111,146,129)
#7E9D8E
(126,157,142)
#8DA89B
(141,168,155)
#9CB3A8
(156,179,168)
#ABBEB5
(171,190,181)
#BAC9C2
(186,201,194)
#C9D4CF
(201,212,207)
#D8DFDC
(216,223,220)
#E7EAE9
(231,234,233)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #517C67; }

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

This text font color is #517C67.


Background Color

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

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

This div background color is #517C67.


Border color

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

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

This div border color is #517C67.


Opacity

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

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

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

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

This text has shadow with #517C67 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #517C67 on black background.


Color preview on white background

This text has color #517C67 on white background.



Black color preview on #517C67 background

This text has black color on #517C67 background.


White color preview on #517C67 background

This text has white color on #517C67 background.