COLOR #539242

HEX: #539242
RGB: (83,146,66)

Color info

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

RGB color model

#539242 color RGB value is (83,146,66).

  • red value is 83;
  • green value is 146;
  • blue value is 66.
RGB:
(83,146,66)
(33%,57%,26%)

RGB channels and saturation

R 83 of 255 = 33%
G 146 of 255 = 57%
B 66 of 255 = 26%

83
146
66

R + G + B ~ 39%. #539242 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
83 + 146 + 66 = 295 (100%)
R 83 of 295 ~ 28.14%
G 146 of 295 ~ 49.49%
B 66 of 295 ~ 22.37%

%28.14
%49.49
%22.37

CMYK color model

#539242 color CMYK value is (43,0,55,43).

  • cyan value is 43.15%
  • magenta value is 0.00%
  • yellow value is 54.79%
  • key color value is 42.75%
CMYK:
(43,0,55,43)
C43M0Y55K43 
(43%,0%,55%,43%)
(0.43/0.00/0.55/0.43)	

CMYK percentages

%43.15
%0
%54.79
%42.75

Codes

Color #539242 in popluar color models

539242
RGB8314666
HSL107°37.74%41.57%
HSB/HSV107°54.79%57.25%
CMYK43.15%0.00%54.79%
42.75%

Color #539242 in popluar number systems.

HEX539242
Decimal8314666
Binary1010011100100101000010
Octal123222102

Shades and tints

Shades of #539242

#539242
(83,146,66)
#4C853C
(76,133,60)
#457836
(69,120,54)
#3E6B30
(62,107,48)
#375E2A
(55,94,42)
#305124
(48,81,36)
#29441E
(41,68,30)
#223718
(34,55,24)
#1B2A12
(27,42,18)
#141D0C
(20,29,12)
#0D1006
(13,16,6)
#000000
(0,0,0)

Tints of #539242

#539242
(83,146,66)
#629B53
(98,155,83)
#71A464
(113,164,100)
#80AD75
(128,173,117)
#8FB686
(143,182,134)
#9EBF97
(158,191,151)
#ADC8A8
(173,200,168)
#BCD1B9
(188,209,185)
#CBDACA
(203,218,202)
#DAE3DB
(218,227,219)
#E9ECEC
(233,236,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #539242 color. Also use rgb(83,146,66) instead hex code.

Text Font Color

.myTextColor { color: #539242; }

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

This text font color is #539242.


Background Color

.myBgColor { background-color: #539242; }

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

This div background color is #539242.


Border color

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

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

This div border color is #539242.


Opacity

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

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

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

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

This text has shadow with #539242 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #539242 on black background.


Color preview on white background

This text has color #539242 on white background.



Black color preview on #539242 background

This text has black color on #539242 background.


White color preview on #539242 background

This text has white color on #539242 background.