COLOR #517458

HEX: #517458
RGB: (81,116,88)

Color info

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

RGB color model

#517458 color RGB value is (81,116,88).

  • red value is 81;
  • green value is 116;
  • blue value is 88.
RGB:
(81,116,88)
(32%,45%,35%)

RGB channels and saturation

R 81 of 255 = 32%
G 116 of 255 = 45%
B 88 of 255 = 35%

81
116
88

R + G + B ~ 37%. #517458 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
81 + 116 + 88 = 285 (100%)
R 81 of 285 ~ 28.42%
G 116 of 285 ~ 40.7%
B 88 of 285 ~ 30.88%

%28.42
%40.7
%30.88

CMYK color model

#517458 color CMYK value is (30,0,24,55).

  • cyan value is 30.17%
  • magenta value is 0.00%
  • yellow value is 24.14%
  • key color value is 54.51%
CMYK:
(30,0,24,55)
C30M0Y24K55 
(30%,0%,24%,55%)
(0.30/0.00/0.24/0.55)	

CMYK percentages

%30.17
%0
%24.14
%54.51

Codes

Color #517458 in popluar color models

517458
RGB8111688
HSL132°17.77%38.63%
HSB/HSV132°30.17%45.49%
CMYK30.17%0.00%24.14%
54.51%

Color #517458 in popluar number systems.

HEX517458
Decimal8111688
Binary101000111101001011000
Octal121164130

Shades and tints

Shades of #517458

#517458
(81,116,88)
#4A6A50
(74,106,80)
#436048
(67,96,72)
#3C5640
(60,86,64)
#354C38
(53,76,56)
#2E4230
(46,66,48)
#273828
(39,56,40)
#202E20
(32,46,32)
#192418
(25,36,24)
#121A10
(18,26,16)
#0B1008
(11,16,8)
#000000
(0,0,0)

Tints of #517458

#517458
(81,116,88)
#608067
(96,128,103)
#6F8C76
(111,140,118)
#7E9885
(126,152,133)
#8DA494
(141,164,148)
#9CB0A3
(156,176,163)
#ABBCB2
(171,188,178)
#BAC8C1
(186,200,193)
#C9D4D0
(201,212,208)
#D8E0DF
(216,224,223)
#E7ECEE
(231,236,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #517458 color. Also use rgb(81,116,88) instead hex code.

Text Font Color

.myTextColor { color: #517458; }

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

This text font color is #517458.


Background Color

.myBgColor { background-color: #517458; }

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

This div background color is #517458.


Border color

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

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

This div border color is #517458.


Opacity

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

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

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

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

This text has shadow with #517458 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #517458 on black background.


Color preview on white background

This text has color #517458 on white background.



Black color preview on #517458 background

This text has black color on #517458 background.


White color preview on #517458 background

This text has white color on #517458 background.