COLOR #517551

HEX: #517551
RGB: (81,117,81)

Color info

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

RGB color model

#517551 color RGB value is (81,117,81).

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

RGB channels and saturation

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

81
117
81

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

Portions of RGB colors in percentages

R + G + B =
81 + 117 + 81 = 279 (100%)
R 81 of 279 ~ 29.03%
G 117 of 279 ~ 41.94%
B 81 of 279 ~ 29.03%

%29.03
%41.94
%29.03

CMYK color model

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

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

CMYK percentages

%30.77
%0
%30.77
%54.12

Codes

Color #517551 in popluar color models

517551
RGB8111781
HSL120°18.18%38.82%
HSB/HSV120°30.77%45.88%
CMYK30.77%0.00%30.77%
54.12%

Color #517551 in popluar number systems.

HEX517551
Decimal8111781
Binary101000111101011010001
Octal121165121

Shades and tints

Shades of #517551

#517551
(81,117,81)
#4A6B4A
(74,107,74)
#436143
(67,97,67)
#3C573C
(60,87,60)
#354D35
(53,77,53)
#2E432E
(46,67,46)
#273927
(39,57,39)
#202F20
(32,47,32)
#192519
(25,37,25)
#121B12
(18,27,18)
#0B110B
(11,17,11)
#000000
(0,0,0)

Tints of #517551

#517551
(81,117,81)
#608160
(96,129,96)
#6F8D6F
(111,141,111)
#7E997E
(126,153,126)
#8DA58D
(141,165,141)
#9CB19C
(156,177,156)
#ABBDAB
(171,189,171)
#BAC9BA
(186,201,186)
#C9D5C9
(201,213,201)
#D8E1D8
(216,225,216)
#E7EDE7
(231,237,231)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #517551; }

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

This text font color is #517551.


Background Color

.myBgColor { background-color: #517551; }

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

This div background color is #517551.


Border color

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

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

This div border color is #517551.


Opacity

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

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

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

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

This text has shadow with #517551 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #517551 on black background.


Color preview on white background

This text has color #517551 on white background.



Black color preview on #517551 background

This text has black color on #517551 background.


White color preview on #517551 background

This text has white color on #517551 background.