COLOR #517939

HEX: #517939
RGB: (81,121,57)

Color info

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

RGB color model

#517939 color RGB value is (81,121,57).

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

RGB channels and saturation

R 81 of 255 = 32%
G 121 of 255 = 47%
B 57 of 255 = 22%

81
121
57

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

Portions of RGB colors in percentages

R + G + B =
81 + 121 + 57 = 259 (100%)
R 81 of 259 ~ 31.27%
G 121 of 259 ~ 46.72%
B 57 of 259 ~ 22.01%

%31.27
%46.72
%22.01

CMYK color model

#517939 color CMYK value is (33,0,53,53).

  • cyan value is 33.06%
  • magenta value is 0.00%
  • yellow value is 52.89%
  • key color value is 52.55%
CMYK:
(33,0,53,53)
C33M0Y53K53 
(33%,0%,53%,53%)
(0.33/0.00/0.53/0.53)	

CMYK percentages

%33.06
%0
%52.89
%52.55

Codes

Color #517939 in popluar color models

517939
RGB8112157
HSL98°35.96%34.90%
HSB/HSV98°52.89%47.45%
CMYK33.06%0.00%52.89%
52.55%

Color #517939 in popluar number systems.

HEX517939
Decimal8112157
Binary10100011111001111001
Octal12117171

Shades and tints

Shades of #517939

#517939
(81,121,57)
#4A6E34
(74,110,52)
#43632F
(67,99,47)
#3C582A
(60,88,42)
#354D25
(53,77,37)
#2E4220
(46,66,32)
#27371B
(39,55,27)
#202C16
(32,44,22)
#192111
(25,33,17)
#12160C
(18,22,12)
#0B0B07
(11,11,7)
#000000
(0,0,0)

Tints of #517939

#517939
(81,121,57)
#60854B
(96,133,75)
#6F915D
(111,145,93)
#7E9D6F
(126,157,111)
#8DA981
(141,169,129)
#9CB593
(156,181,147)
#ABC1A5
(171,193,165)
#BACDB7
(186,205,183)
#C9D9C9
(201,217,201)
#D8E5DB
(216,229,219)
#E7F1ED
(231,241,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #517939; }

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

This text font color is #517939.


Background Color

.myBgColor { background-color: #517939; }

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

This div background color is #517939.


Border color

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

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

This div border color is #517939.


Opacity

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

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

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

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

This text has shadow with #517939 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #517939 on black background.


Color preview on white background

This text has color #517939 on white background.



Black color preview on #517939 background

This text has black color on #517939 background.


White color preview on #517939 background

This text has white color on #517939 background.