COLOR #517227

HEX: #517227
RGB: (81,114,39)

Color info

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

RGB color model

#517227 color RGB value is (81,114,39).

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

RGB channels and saturation

R 81 of 255 = 32%
G 114 of 255 = 45%
B 39 of 255 = 15%

81
114
39

R + G + B ~ 31%. #517227 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
81 + 114 + 39 = 234 (100%)
R 81 of 234 ~ 34.62%
G 114 of 234 ~ 48.72%
B 39 of 234 ~ 16.67%

%34.62
%48.72
%16.67

CMYK color model

#517227 color CMYK value is (29,0,66,55).

  • cyan value is 28.95%
  • magenta value is 0.00%
  • yellow value is 65.79%
  • key color value is 55.29%
CMYK:
(29,0,66,55)
C29M0Y66K55 
(29%,0%,66%,55%)
(0.29/0.00/0.66/0.55)	

CMYK percentages

%28.95
%0
%65.79
%55.29

Codes

Color #517227 in popluar color models

517227
RGB8111439
HSL86°49.02%30.00%
HSB/HSV86°65.79%44.71%
CMYK28.95%0.00%65.79%
55.29%

Color #517227 in popluar number systems.

HEX517227
Decimal8111439
Binary10100011110010100111
Octal12116247

Shades and tints

Shades of #517227

#517227
(81,114,39)
#4A6824
(74,104,36)
#435E21
(67,94,33)
#3C541E
(60,84,30)
#354A1B
(53,74,27)
#2E4018
(46,64,24)
#273615
(39,54,21)
#202C12
(32,44,18)
#19220F
(25,34,15)
#12180C
(18,24,12)
#0B0E09
(11,14,9)
#000000
(0,0,0)

Tints of #517227

#517227
(81,114,39)
#607E3A
(96,126,58)
#6F8A4D
(111,138,77)
#7E9660
(126,150,96)
#8DA273
(141,162,115)
#9CAE86
(156,174,134)
#ABBA99
(171,186,153)
#BAC6AC
(186,198,172)
#C9D2BF
(201,210,191)
#D8DED2
(216,222,210)
#E7EAE5
(231,234,229)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #517227; }

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

This text font color is #517227.


Background Color

.myBgColor { background-color: #517227; }

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

This div background color is #517227.


Border color

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

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

This div border color is #517227.


Opacity

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

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

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

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

This text has shadow with #517227 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #517227 on black background.


Color preview on white background

This text has color #517227 on white background.



Black color preview on #517227 background

This text has black color on #517227 background.


White color preview on #517227 background

This text has white color on #517227 background.