COLOR #517B6C

HEX: #517B6C
RGB: (81,123,108)

Color info

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

RGB color model

#517B6C color RGB value is (81,123,108).

  • red value is 81;
  • green value is 123;
  • blue value is 108.
RGB:
(81,123,108)
(32%,48%,42%)

RGB channels and saturation

R 81 of 255 = 32%
G 123 of 255 = 48%
B 108 of 255 = 42%

81
123
108

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

Portions of RGB colors in percentages

R + G + B =
81 + 123 + 108 = 312 (100%)
R 81 of 312 ~ 25.96%
G 123 of 312 ~ 39.42%
B 108 of 312 ~ 34.62%

%25.96
%39.42
%34.62

CMYK color model

#517B6C color CMYK value is (34,0,12,52).

  • cyan value is 34.15%
  • magenta value is 0.00%
  • yellow value is 12.20%
  • key color value is 51.76%
CMYK:
(34,0,12,52)
C34M0Y12K52 
(34%,0%,12%,52%)
(0.34/0.00/0.12/0.52)	

CMYK percentages

%34.15
%0
%12.2
%51.76

Codes

Color #517B6C in popluar color models

517B6C
RGB81123108
HSL159°20.59%40.00%
HSB/HSV159°34.15%48.24%
CMYK34.15%0.00%12.20%
51.76%

Color #517B6C in popluar number systems.

HEX517B6C
Decimal81123108
Binary101000111110111101100
Octal121173154

Shades and tints

Shades of #517B6C

#517B6C
(81,123,108)
#4A7063
(74,112,99)
#43655A
(67,101,90)
#3C5A51
(60,90,81)
#354F48
(53,79,72)
#2E443F
(46,68,63)
#273936
(39,57,54)
#202E2D
(32,46,45)
#192324
(25,35,36)
#12181B
(18,24,27)
#0B0D12
(11,13,18)
#000000
(0,0,0)

Tints of #517B6C

#517B6C
(81,123,108)
#608779
(96,135,121)
#6F9386
(111,147,134)
#7E9F93
(126,159,147)
#8DABA0
(141,171,160)
#9CB7AD
(156,183,173)
#ABC3BA
(171,195,186)
#BACFC7
(186,207,199)
#C9DBD4
(201,219,212)
#D8E7E1
(216,231,225)
#E7F3EE
(231,243,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #517B6C color. Also use rgb(81,123,108) instead hex code.

Text Font Color

.myTextColor { color: #517B6C; }

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

This text font color is #517B6C.


Background Color

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

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

This div background color is #517B6C.


Border color

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

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

This div border color is #517B6C.


Opacity

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

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

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

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

This text has shadow with #517B6C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #517B6C on black background.


Color preview on white background

This text has color #517B6C on white background.



Black color preview on #517B6C background

This text has black color on #517B6C background.


White color preview on #517B6C background

This text has white color on #517B6C background.