COLOR #517829

HEX: #517829
RGB: (81,120,41)

Color info

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

RGB color model

#517829 color RGB value is (81,120,41).

  • red value is 81;
  • green value is 120;
  • blue value is 41.
RGB:
(81,120,41)
(32%,47%,16%)

RGB channels and saturation

R 81 of 255 = 32%
G 120 of 255 = 47%
B 41 of 255 = 16%

81
120
41

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

Portions of RGB colors in percentages

R + G + B =
81 + 120 + 41 = 242 (100%)
R 81 of 242 ~ 33.47%
G 120 of 242 ~ 49.59%
B 41 of 242 ~ 16.94%

%33.47
%49.59
%16.94

CMYK color model

#517829 color CMYK value is (33,0,66,53).

  • cyan value is 32.50%
  • magenta value is 0.00%
  • yellow value is 65.83%
  • key color value is 52.94%
CMYK:
(33,0,66,53)
C33M0Y66K53 
(33%,0%,66%,53%)
(0.33/0.00/0.66/0.53)	

CMYK percentages

%32.5
%0
%65.83
%52.94

Codes

Color #517829 in popluar color models

517829
RGB8112041
HSL90°49.07%31.57%
HSB/HSV90°65.83%47.06%
CMYK32.50%0.00%65.83%
52.94%

Color #517829 in popluar number systems.

HEX517829
Decimal8112041
Binary10100011111000101001
Octal12117051

Shades and tints

Shades of #517829

#517829
(81,120,41)
#4A6E26
(74,110,38)
#436423
(67,100,35)
#3C5A20
(60,90,32)
#35501D
(53,80,29)
#2E461A
(46,70,26)
#273C17
(39,60,23)
#203214
(32,50,20)
#192811
(25,40,17)
#121E0E
(18,30,14)
#0B140B
(11,20,11)
#000000
(0,0,0)

Tints of #517829

#517829
(81,120,41)
#60843C
(96,132,60)
#6F904F
(111,144,79)
#7E9C62
(126,156,98)
#8DA875
(141,168,117)
#9CB488
(156,180,136)
#ABC09B
(171,192,155)
#BACCAE
(186,204,174)
#C9D8C1
(201,216,193)
#D8E4D4
(216,228,212)
#E7F0E7
(231,240,231)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #517829 color. Also use rgb(81,120,41) instead hex code.

Text Font Color

.myTextColor { color: #517829; }

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

This text font color is #517829.


Background Color

.myBgColor { background-color: #517829; }

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

This div background color is #517829.


Border color

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

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

This div border color is #517829.


Opacity

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

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

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

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

This text has shadow with #517829 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #517829 on black background.


Color preview on white background

This text has color #517829 on white background.



Black color preview on #517829 background

This text has black color on #517829 background.


White color preview on #517829 background

This text has white color on #517829 background.