COLOR #517956

HEX: #517956
RGB: (81,121,86)

Color info

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

RGB color model

#517956 color RGB value is (81,121,86).

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

RGB channels and saturation

R 81 of 255 = 32%
G 121 of 255 = 47%
B 86 of 255 = 34%

81
121
86

R + G + B ~ 38%. #517956 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
81 + 121 + 86 = 288 (100%)
R 81 of 288 ~ 28.13%
G 121 of 288 ~ 42.01%
B 86 of 288 ~ 29.86%

%28.13
%42.01
%29.86

CMYK color model

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

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

CMYK percentages

%33.06
%0
%28.93
%52.55

Codes

Color #517956 in popluar color models

517956
RGB8112186
HSL128°19.80%39.61%
HSB/HSV128°33.06%47.45%
CMYK33.06%0.00%28.93%
52.55%

Color #517956 in popluar number systems.

HEX517956
Decimal8112186
Binary101000111110011010110
Octal121171126

Shades and tints

Shades of #517956

#517956
(81,121,86)
#4A6E4F
(74,110,79)
#436348
(67,99,72)
#3C5841
(60,88,65)
#354D3A
(53,77,58)
#2E4233
(46,66,51)
#27372C
(39,55,44)
#202C25
(32,44,37)
#19211E
(25,33,30)
#121617
(18,22,23)
#0B0B10
(11,11,16)
#000000
(0,0,0)

Tints of #517956

#517956
(81,121,86)
#608565
(96,133,101)
#6F9174
(111,145,116)
#7E9D83
(126,157,131)
#8DA992
(141,169,146)
#9CB5A1
(156,181,161)
#ABC1B0
(171,193,176)
#BACDBF
(186,205,191)
#C9D9CE
(201,217,206)
#D8E5DD
(216,229,221)
#E7F1EC
(231,241,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #517956; }

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

This text font color is #517956.


Background Color

.myBgColor { background-color: #517956; }

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

This div background color is #517956.


Border color

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

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

This div border color is #517956.


Opacity

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

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

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

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

This text has shadow with #517956 color.

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

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

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


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

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

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


Div box shadow color

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

Preview

Color preview on black background

This text has color #517956 on black background.


Color preview on white background

This text has color #517956 on white background.



Black color preview on #517956 background

This text has black color on #517956 background.


White color preview on #517956 background

This text has white color on #517956 background.