COLOR #517C25

HEX: #517C25
RGB: (81,124,37)

Color info

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

RGB color model

#517C25 color RGB value is (81,124,37).

  • red value is 81;
  • green value is 124;
  • blue value is 37.
RGB:
(81,124,37)
(32%,49%,15%)

RGB channels and saturation

R 81 of 255 = 32%
G 124 of 255 = 49%
B 37 of 255 = 15%

81
124
37

R + G + B ~ 32%. #517C25 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
81 + 124 + 37 = 242 (100%)
R 81 of 242 ~ 33.47%
G 124 of 242 ~ 51.24%
B 37 of 242 ~ 15.29%

%33.47
%51.24
%15.29

CMYK color model

#517C25 color CMYK value is (35,0,70,51).

  • cyan value is 34.68%
  • magenta value is 0.00%
  • yellow value is 70.16%
  • key color value is 51.37%
CMYK:
(35,0,70,51)
C35M0Y70K51 
(35%,0%,70%,51%)
(0.35/0.00/0.70/0.51)	

CMYK percentages

%34.68
%0
%70.16
%51.37

Codes

Color #517C25 in popluar color models

517C25
RGB8112437
HSL90°54.04%31.57%
HSB/HSV90°70.16%48.63%
CMYK34.68%0.00%70.16%
51.37%

Color #517C25 in popluar number systems.

HEX517C25
Decimal8112437
Binary10100011111100100101
Octal12117445

Shades and tints

Shades of #517C25

#517C25
(81,124,37)
#4A7122
(74,113,34)
#43661F
(67,102,31)
#3C5B1C
(60,91,28)
#355019
(53,80,25)
#2E4516
(46,69,22)
#273A13
(39,58,19)
#202F10
(32,47,16)
#19240D
(25,36,13)
#12190A
(18,25,10)
#0B0E07
(11,14,7)
#000000
(0,0,0)

Tints of #517C25

#517C25
(81,124,37)
#608738
(96,135,56)
#6F924B
(111,146,75)
#7E9D5E
(126,157,94)
#8DA871
(141,168,113)
#9CB384
(156,179,132)
#ABBE97
(171,190,151)
#BAC9AA
(186,201,170)
#C9D4BD
(201,212,189)
#D8DFD0
(216,223,208)
#E7EAE3
(231,234,227)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #517C25 color. Also use rgb(81,124,37) instead hex code.

Text Font Color

.myTextColor { color: #517C25; }

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

This text font color is #517C25.


Background Color

.myBgColor { background-color: #517C25; }

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

This div background color is #517C25.


Border color

.myBorderColor { border: 1px solid #517C25; }

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

This div border color is #517C25.


Opacity

.myOpacity80 { color: #517C25; opacity: 0.8; }

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

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

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

This text has shadow with #517C25 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #517C25 on black background.


Color preview on white background

This text has color #517C25 on white background.



Black color preview on #517C25 background

This text has black color on #517C25 background.


White color preview on #517C25 background

This text has white color on #517C25 background.