COLOR #517268

HEX: #517268
RGB: (81,114,104)

Color info

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

RGB color model

#517268 color RGB value is (81,114,104).

  • red value is 81;
  • green value is 114;
  • blue value is 104.
RGB:
(81,114,104)
(32%,45%,41%)

RGB channels and saturation

R 81 of 255 = 32%
G 114 of 255 = 45%
B 104 of 255 = 41%

81
114
104

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

Portions of RGB colors in percentages

R + G + B =
81 + 114 + 104 = 299 (100%)
R 81 of 299 ~ 27.09%
G 114 of 299 ~ 38.13%
B 104 of 299 ~ 34.78%

%27.09
%38.13
%34.78

CMYK color model

#517268 color CMYK value is (29,0,9,55).

  • cyan value is 28.95%
  • magenta value is 0.00%
  • yellow value is 8.77%
  • key color value is 55.29%
CMYK:
(29,0,9,55)
C29M0Y9K55 
(29%,0%,9%,55%)
(0.29/0.00/0.09/0.55)	

CMYK percentages

%28.95
%0
%8.77
%55.29

Codes

Color #517268 in popluar color models

517268
RGB81114104
HSL162°16.92%38.24%
HSB/HSV162°28.95%44.71%
CMYK28.95%0.00%8.77%
55.29%

Color #517268 in popluar number systems.

HEX517268
Decimal81114104
Binary101000111100101101000
Octal121162150

Shades and tints

Shades of #517268

#517268
(81,114,104)
#4A685F
(74,104,95)
#435E56
(67,94,86)
#3C544D
(60,84,77)
#354A44
(53,74,68)
#2E403B
(46,64,59)
#273632
(39,54,50)
#202C29
(32,44,41)
#192220
(25,34,32)
#121817
(18,24,23)
#0B0E0E
(11,14,14)
#000000
(0,0,0)

Tints of #517268

#517268
(81,114,104)
#607E75
(96,126,117)
#6F8A82
(111,138,130)
#7E968F
(126,150,143)
#8DA29C
(141,162,156)
#9CAEA9
(156,174,169)
#ABBAB6
(171,186,182)
#BAC6C3
(186,198,195)
#C9D2D0
(201,210,208)
#D8DEDD
(216,222,221)
#E7EAEA
(231,234,234)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #517268 color. Also use rgb(81,114,104) instead hex code.

Text Font Color

.myTextColor { color: #517268; }

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

This text font color is #517268.


Background Color

.myBgColor { background-color: #517268; }

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

This div background color is #517268.


Border color

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

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

This div border color is #517268.


Opacity

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

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

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

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

This text has shadow with #517268 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #517268 on black background.


Color preview on white background

This text has color #517268 on white background.



Black color preview on #517268 background

This text has black color on #517268 background.


White color preview on #517268 background

This text has white color on #517268 background.