COLOR #517165

HEX: #517165
RGB: (81,113,101)

Color info

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

RGB color model

#517165 color RGB value is (81,113,101).

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

RGB channels and saturation

R 81 of 255 = 32%
G 113 of 255 = 44%
B 101 of 255 = 40%

81
113
101

R + G + B ~ 39%. #517165 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
81 + 113 + 101 = 295 (100%)
R 81 of 295 ~ 27.46%
G 113 of 295 ~ 38.31%
B 101 of 295 ~ 34.24%

%27.46
%38.31
%34.24

CMYK color model

#517165 color CMYK value is (28,0,11,56).

  • cyan value is 28.32%
  • magenta value is 0.00%
  • yellow value is 10.62%
  • key color value is 55.69%
CMYK:
(28,0,11,56)
C28M0Y11K56 
(28%,0%,11%,56%)
(0.28/0.00/0.11/0.56)	

CMYK percentages

%28.32
%0
%10.62
%55.69

Codes

Color #517165 in popluar color models

517165
RGB81113101
HSL158°16.49%38.04%
HSB/HSV158°28.32%44.31%
CMYK28.32%0.00%10.62%
55.69%

Color #517165 in popluar number systems.

HEX517165
Decimal81113101
Binary101000111100011100101
Octal121161145

Shades and tints

Shades of #517165

#517165
(81,113,101)
#4A675C
(74,103,92)
#435D53
(67,93,83)
#3C534A
(60,83,74)
#354941
(53,73,65)
#2E3F38
(46,63,56)
#27352F
(39,53,47)
#202B26
(32,43,38)
#19211D
(25,33,29)
#121714
(18,23,20)
#0B0D0B
(11,13,11)
#000000
(0,0,0)

Tints of #517165

#517165
(81,113,101)
#607D73
(96,125,115)
#6F8981
(111,137,129)
#7E958F
(126,149,143)
#8DA19D
(141,161,157)
#9CADAB
(156,173,171)
#ABB9B9
(171,185,185)
#BAC5C7
(186,197,199)
#C9D1D5
(201,209,213)
#D8DDE3
(216,221,227)
#E7E9F1
(231,233,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #517165; }

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

This text font color is #517165.


Background Color

.myBgColor { background-color: #517165; }

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

This div background color is #517165.


Border color

.myBorderColor { border: 1px solid #517165; }

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

This div border color is #517165.


Opacity

.myOpacity80 { color: #517165; opacity: 0.8; }

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

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

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

This text has shadow with #517165 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #517165 on black background.


Color preview on white background

This text has color #517165 on white background.



Black color preview on #517165 background

This text has black color on #517165 background.


White color preview on #517165 background

This text has white color on #517165 background.