COLOR #517364

HEX: #517364
RGB: (81,115,100)

Color info

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

RGB color model

#517364 color RGB value is (81,115,100).

  • red value is 81;
  • green value is 115;
  • blue value is 100.
RGB:
(81,115,100)
(32%,45%,39%)

RGB channels and saturation

R 81 of 255 = 32%
G 115 of 255 = 45%
B 100 of 255 = 39%

81
115
100

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

Portions of RGB colors in percentages

R + G + B =
81 + 115 + 100 = 296 (100%)
R 81 of 296 ~ 27.36%
G 115 of 296 ~ 38.85%
B 100 of 296 ~ 33.78%

%27.36
%38.85
%33.78

CMYK color model

#517364 color CMYK value is (30,0,13,55).

  • cyan value is 29.57%
  • magenta value is 0.00%
  • yellow value is 13.04%
  • key color value is 54.90%
CMYK:
(30,0,13,55)
C30M0Y13K55 
(30%,0%,13%,55%)
(0.30/0.00/0.13/0.55)	

CMYK percentages

%29.57
%0
%13.04
%54.9

Codes

Color #517364 in popluar color models

517364
RGB81115100
HSL154°17.35%38.43%
HSB/HSV154°29.57%45.10%
CMYK29.57%0.00%13.04%
54.90%

Color #517364 in popluar number systems.

HEX517364
Decimal81115100
Binary101000111100111100100
Octal121163144

Shades and tints

Shades of #517364

#517364
(81,115,100)
#4A695B
(74,105,91)
#435F52
(67,95,82)
#3C5549
(60,85,73)
#354B40
(53,75,64)
#2E4137
(46,65,55)
#27372E
(39,55,46)
#202D25
(32,45,37)
#19231C
(25,35,28)
#121913
(18,25,19)
#0B0F0A
(11,15,10)
#000000
(0,0,0)

Tints of #517364

#517364
(81,115,100)
#607F72
(96,127,114)
#6F8B80
(111,139,128)
#7E978E
(126,151,142)
#8DA39C
(141,163,156)
#9CAFAA
(156,175,170)
#ABBBB8
(171,187,184)
#BAC7C6
(186,199,198)
#C9D3D4
(201,211,212)
#D8DFE2
(216,223,226)
#E7EBF0
(231,235,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #517364 color. Also use rgb(81,115,100) instead hex code.

Text Font Color

.myTextColor { color: #517364; }

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

This text font color is #517364.


Background Color

.myBgColor { background-color: #517364; }

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

This div background color is #517364.


Border color

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

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

This div border color is #517364.


Opacity

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

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

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

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

This text has shadow with #517364 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #517364 on black background.


Color preview on white background

This text has color #517364 on white background.



Black color preview on #517364 background

This text has black color on #517364 background.


White color preview on #517364 background

This text has white color on #517364 background.