COLOR #517042

HEX: #517042
RGB: (81,112,66)

Color info

#517042 contains red, green and blue colors in about the same proportion. Web safe color of #517042 is #666633 (or #663).

RGB color model

#517042 color RGB value is (81,112,66).

  • red value is 81;
  • green value is 112;
  • blue value is 66.
RGB:
(81,112,66)
(32%,44%,26%)

RGB channels and saturation

R 81 of 255 = 32%
G 112 of 255 = 44%
B 66 of 255 = 26%

81
112
66

R + G + B ~ 34%. #517042 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
81 + 112 + 66 = 259 (100%)
R 81 of 259 ~ 31.27%
G 112 of 259 ~ 43.24%
B 66 of 259 ~ 25.48%

%31.27
%43.24
%25.48

CMYK color model

#517042 color CMYK value is (28,0,41,56).

  • cyan value is 27.68%
  • magenta value is 0.00%
  • yellow value is 41.07%
  • key color value is 56.08%
CMYK:
(28,0,41,56)
C28M0Y41K56 
(28%,0%,41%,56%)
(0.28/0.00/0.41/0.56)	

CMYK percentages

%27.68
%0
%41.07
%56.08

Codes

Color #517042 in popluar color models

517042
RGB8111266
HSL100°25.84%34.90%
HSB/HSV100°41.07%43.92%
CMYK27.68%0.00%41.07%
56.08%

Color #517042 in popluar number systems.

HEX517042
Decimal8111266
Binary101000111100001000010
Octal121160102

Shades and tints

Shades of #517042

#517042
(81,112,66)
#4A663C
(74,102,60)
#435C36
(67,92,54)
#3C5230
(60,82,48)
#35482A
(53,72,42)
#2E3E24
(46,62,36)
#27341E
(39,52,30)
#202A18
(32,42,24)
#192012
(25,32,18)
#12160C
(18,22,12)
#0B0C06
(11,12,6)
#000000
(0,0,0)

Tints of #517042

#517042
(81,112,66)
#607D53
(96,125,83)
#6F8A64
(111,138,100)
#7E9775
(126,151,117)
#8DA486
(141,164,134)
#9CB197
(156,177,151)
#ABBEA8
(171,190,168)
#BACBB9
(186,203,185)
#C9D8CA
(201,216,202)
#D8E5DB
(216,229,219)
#E7F2EC
(231,242,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #517042; }

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

This text font color is #517042.


Background Color

.myBgColor { background-color: #517042; }

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

This div background color is #517042.


Border color

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

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

This div border color is #517042.


Opacity

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

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

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

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

This text has shadow with #517042 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #517042 on black background.


Color preview on white background

This text has color #517042 on white background.



Black color preview on #517042 background

This text has black color on #517042 background.


White color preview on #517042 background

This text has white color on #517042 background.