COLOR #517552

HEX: #517552
RGB: (81,117,82)

Color info

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

RGB color model

#517552 color RGB value is (81,117,82).

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

RGB channels and saturation

R 81 of 255 = 32%
G 117 of 255 = 46%
B 82 of 255 = 32%

81
117
82

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

Portions of RGB colors in percentages

R + G + B =
81 + 117 + 82 = 280 (100%)
R 81 of 280 ~ 28.93%
G 117 of 280 ~ 41.79%
B 82 of 280 ~ 29.29%

%28.93
%41.79
%29.29

CMYK color model

#517552 color CMYK value is (31,0,30,54).

  • cyan value is 30.77%
  • magenta value is 0.00%
  • yellow value is 29.91%
  • key color value is 54.12%
CMYK:
(31,0,30,54)
C31M0Y30K54 
(31%,0%,30%,54%)
(0.31/0.00/0.30/0.54)	

CMYK percentages

%30.77
%0
%29.91
%54.12

Codes

Color #517552 in popluar color models

517552
RGB8111782
HSL122°18.18%38.82%
HSB/HSV122°30.77%45.88%
CMYK30.77%0.00%29.91%
54.12%

Color #517552 in popluar number systems.

HEX517552
Decimal8111782
Binary101000111101011010010
Octal121165122

Shades and tints

Shades of #517552

#517552
(81,117,82)
#4A6B4B
(74,107,75)
#436144
(67,97,68)
#3C573D
(60,87,61)
#354D36
(53,77,54)
#2E432F
(46,67,47)
#273928
(39,57,40)
#202F21
(32,47,33)
#19251A
(25,37,26)
#121B13
(18,27,19)
#0B110C
(11,17,12)
#000000
(0,0,0)

Tints of #517552

#517552
(81,117,82)
#608161
(96,129,97)
#6F8D70
(111,141,112)
#7E997F
(126,153,127)
#8DA58E
(141,165,142)
#9CB19D
(156,177,157)
#ABBDAC
(171,189,172)
#BAC9BB
(186,201,187)
#C9D5CA
(201,213,202)
#D8E1D9
(216,225,217)
#E7EDE8
(231,237,232)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #517552; }

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

This text font color is #517552.


Background Color

.myBgColor { background-color: #517552; }

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

This div background color is #517552.


Border color

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

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

This div border color is #517552.


Opacity

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

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

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

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

This text has shadow with #517552 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #517552 on black background.


Color preview on white background

This text has color #517552 on white background.



Black color preview on #517552 background

This text has black color on #517552 background.


White color preview on #517552 background

This text has white color on #517552 background.