COLOR #517224

HEX: #517224
RGB: (81,114,36)

Color info

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

RGB color model

#517224 color RGB value is (81,114,36).

  • red value is 81;
  • green value is 114;
  • blue value is 36.
RGB:
(81,114,36)
(32%,45%,14%)

RGB channels and saturation

R 81 of 255 = 32%
G 114 of 255 = 45%
B 36 of 255 = 14%

81
114
36

R + G + B ~ 30%. #517224 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
81 + 114 + 36 = 231 (100%)
R 81 of 231 ~ 35.06%
G 114 of 231 ~ 49.35%
B 36 of 231 ~ 15.58%

%35.06
%49.35
%15.58

CMYK color model

#517224 color CMYK value is (29,0,68,55).

  • cyan value is 28.95%
  • magenta value is 0.00%
  • yellow value is 68.42%
  • key color value is 55.29%
CMYK:
(29,0,68,55)
C29M0Y68K55 
(29%,0%,68%,55%)
(0.29/0.00/0.68/0.55)	

CMYK percentages

%28.95
%0
%68.42
%55.29

Codes

Color #517224 in popluar color models

517224
RGB8111436
HSL85°52.00%29.41%
HSB/HSV85°68.42%44.71%
CMYK28.95%0.00%68.42%
55.29%

Color #517224 in popluar number systems.

HEX517224
Decimal8111436
Binary10100011110010100100
Octal12116244

Shades and tints

Shades of #517224

#517224
(81,114,36)
#4A6821
(74,104,33)
#435E1E
(67,94,30)
#3C541B
(60,84,27)
#354A18
(53,74,24)
#2E4015
(46,64,21)
#273612
(39,54,18)
#202C0F
(32,44,15)
#19220C
(25,34,12)
#121809
(18,24,9)
#0B0E06
(11,14,6)
#000000
(0,0,0)

Tints of #517224

#517224
(81,114,36)
#607E37
(96,126,55)
#6F8A4A
(111,138,74)
#7E965D
(126,150,93)
#8DA270
(141,162,112)
#9CAE83
(156,174,131)
#ABBA96
(171,186,150)
#BAC6A9
(186,198,169)
#C9D2BC
(201,210,188)
#D8DECF
(216,222,207)
#E7EAE2
(231,234,226)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #517224 color. Also use rgb(81,114,36) instead hex code.

Text Font Color

.myTextColor { color: #517224; }

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

This text font color is #517224.


Background Color

.myBgColor { background-color: #517224; }

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

This div background color is #517224.


Border color

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

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

This div border color is #517224.


Opacity

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

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

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

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

This text has shadow with #517224 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #517224 on black background.


Color preview on white background

This text has color #517224 on white background.



Black color preview on #517224 background

This text has black color on #517224 background.


White color preview on #517224 background

This text has white color on #517224 background.