COLOR #517539

HEX: #517539
RGB: (81,117,57)

Color info

#517539 contains mainly red and green colors. Web safe color of #517539 is #666633 (or #663).

RGB color model

#517539 color RGB value is (81,117,57).

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

RGB channels and saturation

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

81
117
57

R + G + B ~ 33%. #517539 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
81 + 117 + 57 = 255 (100%)
R 81 of 255 ~ 31.76%
G 117 of 255 ~ 45.88%
B 57 of 255 ~ 22.35%

%31.76
%45.88
%22.35

CMYK color model

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

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

CMYK percentages

%30.77
%0
%51.28
%54.12

Codes

Color #517539 in popluar color models

517539
RGB8111757
HSL96°34.48%34.12%
HSB/HSV96°51.28%45.88%
CMYK30.77%0.00%51.28%
54.12%

Color #517539 in popluar number systems.

HEX517539
Decimal8111757
Binary10100011110101111001
Octal12116571

Shades and tints

Shades of #517539

#517539
(81,117,57)
#4A6B34
(74,107,52)
#43612F
(67,97,47)
#3C572A
(60,87,42)
#354D25
(53,77,37)
#2E4320
(46,67,32)
#27391B
(39,57,27)
#202F16
(32,47,22)
#192511
(25,37,17)
#121B0C
(18,27,12)
#0B1107
(11,17,7)
#000000
(0,0,0)

Tints of #517539

#517539
(81,117,57)
#60814B
(96,129,75)
#6F8D5D
(111,141,93)
#7E996F
(126,153,111)
#8DA581
(141,165,129)
#9CB193
(156,177,147)
#ABBDA5
(171,189,165)
#BAC9B7
(186,201,183)
#C9D5C9
(201,213,201)
#D8E1DB
(216,225,219)
#E7EDED
(231,237,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #517539; }

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

This text font color is #517539.


Background Color

.myBgColor { background-color: #517539; }

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

This div background color is #517539.


Border color

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

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

This div border color is #517539.


Opacity

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

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

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

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

This text has shadow with #517539 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #517539 on black background.


Color preview on white background

This text has color #517539 on white background.



Black color preview on #517539 background

This text has black color on #517539 background.


White color preview on #517539 background

This text has white color on #517539 background.