COLOR #517355

HEX: #517355
RGB: (81,115,85)

Color info

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

RGB color model

#517355 color RGB value is (81,115,85).

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

RGB channels and saturation

R 81 of 255 = 32%
G 115 of 255 = 45%
B 85 of 255 = 33%

81
115
85

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

Portions of RGB colors in percentages

R + G + B =
81 + 115 + 85 = 281 (100%)
R 81 of 281 ~ 28.83%
G 115 of 281 ~ 40.93%
B 85 of 281 ~ 30.25%

%28.83
%40.93
%30.25

CMYK color model

#517355 color CMYK value is (30,0,26,55).

  • cyan value is 29.57%
  • magenta value is 0.00%
  • yellow value is 26.09%
  • key color value is 54.90%
CMYK:
(30,0,26,55)
C30M0Y26K55 
(30%,0%,26%,55%)
(0.30/0.00/0.26/0.55)	

CMYK percentages

%29.57
%0
%26.09
%54.9

Codes

Color #517355 in popluar color models

517355
RGB8111585
HSL127°17.35%38.43%
HSB/HSV127°29.57%45.10%
CMYK29.57%0.00%26.09%
54.90%

Color #517355 in popluar number systems.

HEX517355
Decimal8111585
Binary101000111100111010101
Octal121163125

Shades and tints

Shades of #517355

#517355
(81,115,85)
#4A694E
(74,105,78)
#435F47
(67,95,71)
#3C5540
(60,85,64)
#354B39
(53,75,57)
#2E4132
(46,65,50)
#27372B
(39,55,43)
#202D24
(32,45,36)
#19231D
(25,35,29)
#121916
(18,25,22)
#0B0F0F
(11,15,15)
#000000
(0,0,0)

Tints of #517355

#517355
(81,115,85)
#607F64
(96,127,100)
#6F8B73
(111,139,115)
#7E9782
(126,151,130)
#8DA391
(141,163,145)
#9CAFA0
(156,175,160)
#ABBBAF
(171,187,175)
#BAC7BE
(186,199,190)
#C9D3CD
(201,211,205)
#D8DFDC
(216,223,220)
#E7EBEB
(231,235,235)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #517355; }

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

This text font color is #517355.


Background Color

.myBgColor { background-color: #517355; }

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

This div background color is #517355.


Border color

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

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

This div border color is #517355.


Opacity

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

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

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

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

This text has shadow with #517355 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #517355 on black background.


Color preview on white background

This text has color #517355 on white background.



Black color preview on #517355 background

This text has black color on #517355 background.


White color preview on #517355 background

This text has white color on #517355 background.