COLOR #517126

HEX: #517126
RGB: (81,113,38)

Color info

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

RGB color model

#517126 color RGB value is (81,113,38).

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

RGB channels and saturation

R 81 of 255 = 32%
G 113 of 255 = 44%
B 38 of 255 = 15%

81
113
38

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

Portions of RGB colors in percentages

R + G + B =
81 + 113 + 38 = 232 (100%)
R 81 of 232 ~ 34.91%
G 113 of 232 ~ 48.71%
B 38 of 232 ~ 16.38%

%34.91
%48.71
%16.38

CMYK color model

#517126 color CMYK value is (28,0,66,56).

  • cyan value is 28.32%
  • magenta value is 0.00%
  • yellow value is 66.37%
  • key color value is 55.69%
CMYK:
(28,0,66,56)
C28M0Y66K56 
(28%,0%,66%,56%)
(0.28/0.00/0.66/0.56)	

CMYK percentages

%28.32
%0
%66.37
%55.69

Codes

Color #517126 in popluar color models

517126
RGB8111338
HSL86°49.67%29.61%
HSB/HSV86°66.37%44.31%
CMYK28.32%0.00%66.37%
55.69%

Color #517126 in popluar number systems.

HEX517126
Decimal8111338
Binary10100011110001100110
Octal12116146

Shades and tints

Shades of #517126

#517126
(81,113,38)
#4A6723
(74,103,35)
#435D20
(67,93,32)
#3C531D
(60,83,29)
#35491A
(53,73,26)
#2E3F17
(46,63,23)
#273514
(39,53,20)
#202B11
(32,43,17)
#19210E
(25,33,14)
#12170B
(18,23,11)
#0B0D08
(11,13,8)
#000000
(0,0,0)

Tints of #517126

#517126
(81,113,38)
#607D39
(96,125,57)
#6F894C
(111,137,76)
#7E955F
(126,149,95)
#8DA172
(141,161,114)
#9CAD85
(156,173,133)
#ABB998
(171,185,152)
#BAC5AB
(186,197,171)
#C9D1BE
(201,209,190)
#D8DDD1
(216,221,209)
#E7E9E4
(231,233,228)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #517126; }

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

This text font color is #517126.


Background Color

.myBgColor { background-color: #517126; }

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

This div background color is #517126.


Border color

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

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

This div border color is #517126.


Opacity

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

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

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

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

This text has shadow with #517126 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #517126 on black background.


Color preview on white background

This text has color #517126 on white background.



Black color preview on #517126 background

This text has black color on #517126 background.


White color preview on #517126 background

This text has white color on #517126 background.