COLOR #517A28

HEX: #517A28
RGB: (81,122,40)

Color info

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

RGB color model

#517A28 color RGB value is (81,122,40).

  • red value is 81;
  • green value is 122;
  • blue value is 40.
RGB:
(81,122,40)
(32%,48%,16%)

RGB channels and saturation

R 81 of 255 = 32%
G 122 of 255 = 48%
B 40 of 255 = 16%

81
122
40

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

Portions of RGB colors in percentages

R + G + B =
81 + 122 + 40 = 243 (100%)
R 81 of 243 ~ 33.33%
G 122 of 243 ~ 50.21%
B 40 of 243 ~ 16.46%

%33.33
%50.21
%16.46

CMYK color model

#517A28 color CMYK value is (34,0,67,52).

  • cyan value is 33.61%
  • magenta value is 0.00%
  • yellow value is 67.21%
  • key color value is 52.16%
CMYK:
(34,0,67,52)
C34M0Y67K52 
(34%,0%,67%,52%)
(0.34/0.00/0.67/0.52)	

CMYK percentages

%33.61
%0
%67.21
%52.16

Codes

Color #517A28 in popluar color models

517A28
RGB8112240
HSL90°50.62%31.76%
HSB/HSV90°67.21%47.84%
CMYK33.61%0.00%67.21%
52.16%

Color #517A28 in popluar number systems.

HEX517A28
Decimal8112240
Binary10100011111010101000
Octal12117250

Shades and tints

Shades of #517A28

#517A28
(81,122,40)
#4A6F25
(74,111,37)
#436422
(67,100,34)
#3C591F
(60,89,31)
#354E1C
(53,78,28)
#2E4319
(46,67,25)
#273816
(39,56,22)
#202D13
(32,45,19)
#192210
(25,34,16)
#12170D
(18,23,13)
#0B0C0A
(11,12,10)
#000000
(0,0,0)

Tints of #517A28

#517A28
(81,122,40)
#60863B
(96,134,59)
#6F924E
(111,146,78)
#7E9E61
(126,158,97)
#8DAA74
(141,170,116)
#9CB687
(156,182,135)
#ABC29A
(171,194,154)
#BACEAD
(186,206,173)
#C9DAC0
(201,218,192)
#D8E6D3
(216,230,211)
#E7F2E6
(231,242,230)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #517A28 color. Also use rgb(81,122,40) instead hex code.

Text Font Color

.myTextColor { color: #517A28; }

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

This text font color is #517A28.


Background Color

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

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

This div background color is #517A28.


Border color

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

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

This div border color is #517A28.


Opacity

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

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

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

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

This text has shadow with #517A28 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #517A28 on black background.


Color preview on white background

This text has color #517A28 on white background.



Black color preview on #517A28 background

This text has black color on #517A28 background.


White color preview on #517A28 background

This text has white color on #517A28 background.