COLOR #517226

HEX: #517226
RGB: (81,114,38)

Color info

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

RGB color model

#517226 color RGB value is (81,114,38).

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

RGB channels and saturation

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

81
114
38

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

Portions of RGB colors in percentages

R + G + B =
81 + 114 + 38 = 233 (100%)
R 81 of 233 ~ 34.76%
G 114 of 233 ~ 48.93%
B 38 of 233 ~ 16.31%

%34.76
%48.93
%16.31

CMYK color model

#517226 color CMYK value is (29,0,67,55).

  • cyan value is 28.95%
  • magenta value is 0.00%
  • yellow value is 66.67%
  • key color value is 55.29%
CMYK:
(29,0,67,55)
C29M0Y67K55 
(29%,0%,67%,55%)
(0.29/0.00/0.67/0.55)	

CMYK percentages

%28.95
%0
%66.67
%55.29

Codes

Color #517226 in popluar color models

517226
RGB8111438
HSL86°50.00%29.80%
HSB/HSV86°66.67%44.71%
CMYK28.95%0.00%66.67%
55.29%

Color #517226 in popluar number systems.

HEX517226
Decimal8111438
Binary10100011110010100110
Octal12116246

Shades and tints

Shades of #517226

#517226
(81,114,38)
#4A6823
(74,104,35)
#435E20
(67,94,32)
#3C541D
(60,84,29)
#354A1A
(53,74,26)
#2E4017
(46,64,23)
#273614
(39,54,20)
#202C11
(32,44,17)
#19220E
(25,34,14)
#12180B
(18,24,11)
#0B0E08
(11,14,8)
#000000
(0,0,0)

Tints of #517226

#517226
(81,114,38)
#607E39
(96,126,57)
#6F8A4C
(111,138,76)
#7E965F
(126,150,95)
#8DA272
(141,162,114)
#9CAE85
(156,174,133)
#ABBA98
(171,186,152)
#BAC6AB
(186,198,171)
#C9D2BE
(201,210,190)
#D8DED1
(216,222,209)
#E7EAE4
(231,234,228)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #517226; }

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

This text font color is #517226.


Background Color

.myBgColor { background-color: #517226; }

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

This div background color is #517226.


Border color

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

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

This div border color is #517226.


Opacity

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

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

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

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

This text has shadow with #517226 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #517226 on black background.


Color preview on white background

This text has color #517226 on white background.



Black color preview on #517226 background

This text has black color on #517226 background.


White color preview on #517226 background

This text has white color on #517226 background.