COLOR #517556

HEX: #517556
RGB: (81,117,86)

Color info

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

RGB color model

#517556 color RGB value is (81,117,86).

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

RGB channels and saturation

R 81 of 255 = 32%
G 117 of 255 = 46%
B 86 of 255 = 34%

81
117
86

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

Portions of RGB colors in percentages

R + G + B =
81 + 117 + 86 = 284 (100%)
R 81 of 284 ~ 28.52%
G 117 of 284 ~ 41.2%
B 86 of 284 ~ 30.28%

%28.52
%41.2
%30.28

CMYK color model

#517556 color CMYK value is (31,0,26,54).

  • cyan value is 30.77%
  • magenta value is 0.00%
  • yellow value is 26.50%
  • key color value is 54.12%
CMYK:
(31,0,26,54)
C31M0Y26K54 
(31%,0%,26%,54%)
(0.31/0.00/0.26/0.54)	

CMYK percentages

%30.77
%0
%26.5
%54.12

Codes

Color #517556 in popluar color models

517556
RGB8111786
HSL128°18.18%38.82%
HSB/HSV128°30.77%45.88%
CMYK30.77%0.00%26.50%
54.12%

Color #517556 in popluar number systems.

HEX517556
Decimal8111786
Binary101000111101011010110
Octal121165126

Shades and tints

Shades of #517556

#517556
(81,117,86)
#4A6B4F
(74,107,79)
#436148
(67,97,72)
#3C5741
(60,87,65)
#354D3A
(53,77,58)
#2E4333
(46,67,51)
#27392C
(39,57,44)
#202F25
(32,47,37)
#19251E
(25,37,30)
#121B17
(18,27,23)
#0B1110
(11,17,16)
#000000
(0,0,0)

Tints of #517556

#517556
(81,117,86)
#608165
(96,129,101)
#6F8D74
(111,141,116)
#7E9983
(126,153,131)
#8DA592
(141,165,146)
#9CB1A1
(156,177,161)
#ABBDB0
(171,189,176)
#BAC9BF
(186,201,191)
#C9D5CE
(201,213,206)
#D8E1DD
(216,225,221)
#E7EDEC
(231,237,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #517556; }

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

This text font color is #517556.


Background Color

.myBgColor { background-color: #517556; }

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

This div background color is #517556.


Border color

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

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

This div border color is #517556.


Opacity

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

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

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

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

This text has shadow with #517556 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #517556 on black background.


Color preview on white background

This text has color #517556 on white background.



Black color preview on #517556 background

This text has black color on #517556 background.


White color preview on #517556 background

This text has white color on #517556 background.