COLOR #517955

HEX: #517955
RGB: (81,121,85)

Color info

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

RGB color model

#517955 color RGB value is (81,121,85).

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

RGB channels and saturation

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

81
121
85

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

Portions of RGB colors in percentages

R + G + B =
81 + 121 + 85 = 287 (100%)
R 81 of 287 ~ 28.22%
G 121 of 287 ~ 42.16%
B 85 of 287 ~ 29.62%

%28.22
%42.16
%29.62

CMYK color model

#517955 color CMYK value is (33,0,30,53).

  • cyan value is 33.06%
  • magenta value is 0.00%
  • yellow value is 29.75%
  • key color value is 52.55%
CMYK:
(33,0,30,53)
C33M0Y30K53 
(33%,0%,30%,53%)
(0.33/0.00/0.30/0.53)	

CMYK percentages

%33.06
%0
%29.75
%52.55

Codes

Color #517955 in popluar color models

517955
RGB8112185
HSL126°19.80%39.61%
HSB/HSV126°33.06%47.45%
CMYK33.06%0.00%29.75%
52.55%

Color #517955 in popluar number systems.

HEX517955
Decimal8112185
Binary101000111110011010101
Octal121171125

Shades and tints

Shades of #517955

#517955
(81,121,85)
#4A6E4E
(74,110,78)
#436347
(67,99,71)
#3C5840
(60,88,64)
#354D39
(53,77,57)
#2E4232
(46,66,50)
#27372B
(39,55,43)
#202C24
(32,44,36)
#19211D
(25,33,29)
#121616
(18,22,22)
#0B0B0F
(11,11,15)
#000000
(0,0,0)

Tints of #517955

#517955
(81,121,85)
#608564
(96,133,100)
#6F9173
(111,145,115)
#7E9D82
(126,157,130)
#8DA991
(141,169,145)
#9CB5A0
(156,181,160)
#ABC1AF
(171,193,175)
#BACDBE
(186,205,190)
#C9D9CD
(201,217,205)
#D8E5DC
(216,229,220)
#E7F1EB
(231,241,235)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #517955; }

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

This text font color is #517955.


Background Color

.myBgColor { background-color: #517955; }

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

This div background color is #517955.


Border color

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

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

This div border color is #517955.


Opacity

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

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

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

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

This text has shadow with #517955 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #517955 on black background.


Color preview on white background

This text has color #517955 on white background.



Black color preview on #517955 background

This text has black color on #517955 background.


White color preview on #517955 background

This text has white color on #517955 background.