COLOR #539329

HEX: #539329
RGB: (83,147,41)

Color info

#539329 contains mainly green color. Web safe color of #539329 is #669933 (or #693).

RGB color model

#539329 color RGB value is (83,147,41).

  • red value is 83;
  • green value is 147;
  • blue value is 41.
RGB:
(83,147,41)
(33%,58%,16%)

RGB channels and saturation

R 83 of 255 = 33%
G 147 of 255 = 58%
B 41 of 255 = 16%

83
147
41

R + G + B ~ 36%. #539329 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
83 + 147 + 41 = 271 (100%)
R 83 of 271 ~ 30.63%
G 147 of 271 ~ 54.24%
B 41 of 271 ~ 15.13%

%30.63
%54.24
%15.13

CMYK color model

#539329 color CMYK value is (44,0,72,42).

  • cyan value is 43.54%
  • magenta value is 0.00%
  • yellow value is 72.11%
  • key color value is 42.35%
CMYK:
(44,0,72,42)
C44M0Y72K42 
(44%,0%,72%,42%)
(0.44/0.00/0.72/0.42)	

CMYK percentages

%43.54
%0
%72.11
%42.35

Codes

Color #539329 in popluar color models

539329
RGB8314741
HSL96°56.38%36.86%
HSB/HSV96°72.11%57.65%
CMYK43.54%0.00%72.11%
42.35%

Color #539329 in popluar number systems.

HEX539329
Decimal8314741
Binary101001110010011101001
Octal12322351

Shades and tints

Shades of #539329

#539329
(83,147,41)
#4C8626
(76,134,38)
#457923
(69,121,35)
#3E6C20
(62,108,32)
#375F1D
(55,95,29)
#30521A
(48,82,26)
#294517
(41,69,23)
#223814
(34,56,20)
#1B2B11
(27,43,17)
#141E0E
(20,30,14)
#0D110B
(13,17,11)
#000000
(0,0,0)

Tints of #539329

#539329
(83,147,41)
#629C3C
(98,156,60)
#71A54F
(113,165,79)
#80AE62
(128,174,98)
#8FB775
(143,183,117)
#9EC088
(158,192,136)
#ADC99B
(173,201,155)
#BCD2AE
(188,210,174)
#CBDBC1
(203,219,193)
#DAE4D4
(218,228,212)
#E9EDE7
(233,237,231)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #539329 color. Also use rgb(83,147,41) instead hex code.

Text Font Color

.myTextColor { color: #539329; }

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

This text font color is #539329.


Background Color

.myBgColor { background-color: #539329; }

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

This div background color is #539329.


Border color

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

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

This div border color is #539329.


Opacity

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

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

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

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

This text has shadow with #539329 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #539329 on black background.


Color preview on white background

This text has color #539329 on white background.



Black color preview on #539329 background

This text has black color on #539329 background.


White color preview on #539329 background

This text has white color on #539329 background.