COLOR #517855

HEX: #517855
RGB: (81,120,85)

Color info

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

RGB color model

#517855 color RGB value is (81,120,85).

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

RGB channels and saturation

R 81 of 255 = 32%
G 120 of 255 = 47%
B 85 of 255 = 33%

81
120
85

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

Portions of RGB colors in percentages

R + G + B =
81 + 120 + 85 = 286 (100%)
R 81 of 286 ~ 28.32%
G 120 of 286 ~ 41.96%
B 85 of 286 ~ 29.72%

%28.32
%41.96
%29.72

CMYK color model

#517855 color CMYK value is (33,0,29,53).

  • cyan value is 32.50%
  • magenta value is 0.00%
  • yellow value is 29.17%
  • key color value is 52.94%
CMYK:
(33,0,29,53)
C33M0Y29K53 
(33%,0%,29%,53%)
(0.33/0.00/0.29/0.53)	

CMYK percentages

%32.5
%0
%29.17
%52.94

Codes

Color #517855 in popluar color models

517855
RGB8112085
HSL126°19.40%39.41%
HSB/HSV126°32.50%47.06%
CMYK32.50%0.00%29.17%
52.94%

Color #517855 in popluar number systems.

HEX517855
Decimal8112085
Binary101000111110001010101
Octal121170125

Shades and tints

Shades of #517855

#517855
(81,120,85)
#4A6E4E
(74,110,78)
#436447
(67,100,71)
#3C5A40
(60,90,64)
#355039
(53,80,57)
#2E4632
(46,70,50)
#273C2B
(39,60,43)
#203224
(32,50,36)
#19281D
(25,40,29)
#121E16
(18,30,22)
#0B140F
(11,20,15)
#000000
(0,0,0)

Tints of #517855

#517855
(81,120,85)
#608464
(96,132,100)
#6F9073
(111,144,115)
#7E9C82
(126,156,130)
#8DA891
(141,168,145)
#9CB4A0
(156,180,160)
#ABC0AF
(171,192,175)
#BACCBE
(186,204,190)
#C9D8CD
(201,216,205)
#D8E4DC
(216,228,220)
#E7F0EB
(231,240,235)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #517855; }

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

This text font color is #517855.


Background Color

.myBgColor { background-color: #517855; }

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

This div background color is #517855.


Border color

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

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

This div border color is #517855.


Opacity

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

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

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

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

This text has shadow with #517855 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #517855 on black background.


Color preview on white background

This text has color #517855 on white background.



Black color preview on #517855 background

This text has black color on #517855 background.


White color preview on #517855 background

This text has white color on #517855 background.