COLOR #539239

HEX: #539239
RGB: (83,146,57)

Color info

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

RGB color model

#539239 color RGB value is (83,146,57).

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

RGB channels and saturation

R 83 of 255 = 33%
G 146 of 255 = 57%
B 57 of 255 = 22%

83
146
57

R + G + B ~ 37%. #539239 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
83 + 146 + 57 = 286 (100%)
R 83 of 286 ~ 29.02%
G 146 of 286 ~ 51.05%
B 57 of 286 ~ 19.93%

%29.02
%51.05
%19.93

CMYK color model

#539239 color CMYK value is (43,0,61,43).

  • cyan value is 43.15%
  • magenta value is 0.00%
  • yellow value is 60.96%
  • key color value is 42.75%
CMYK: (43,0,61,43) C43M0Y61K43 (43%,0%,61%,43%) (0.43/0.00/0.61/0.43)

CMYK percentages

%43.15
%0
%60.96
%42.75

Codes

Color #539239 in popluar color models

539239
RGB8314657
HSL102°43.84%39.80%
HSB/HSV102°60.96%57.25%
CMYK43.15%0.00%60.96%
42.75%

Color #539239 in popluar number systems.

HEX539239
Decimal8314657
Binary101001110010010111001
Octal12322271

Shades and tints

Shades of #539239

#539239
(83,146,57)
#4C8534
(76,133,52)
#45782F
(69,120,47)
#3E6B2A
(62,107,42)
#375E25
(55,94,37)
#305120
(48,81,32)
#29441B
(41,68,27)
#223716
(34,55,22)
#1B2A11
(27,42,17)
#141D0C
(20,29,12)
#0D1007
(13,16,7)
#000000
(0,0,0)

Tints of #539239

#539239
(83,146,57)
#629B4B
(98,155,75)
#71A45D
(113,164,93)
#80AD6F
(128,173,111)
#8FB681
(143,182,129)
#9EBF93
(158,191,147)
#ADC8A5
(173,200,165)
#BCD1B7
(188,209,183)
#CBDAC9
(203,218,201)
#DAE3DB
(218,227,219)
#E9ECED
(233,236,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #539239; }

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

This text font color is #539239.


Background Color

.myBgColor { background-color: #539239; }

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

This div background color is #539239.


Border color

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

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

This div border color is #539239.


Opacity

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

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

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

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

This text has shadow with #539239 color.

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

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

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


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

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

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


Div box shadow color

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

Preview

Color preview on black background

This text has color #539239 on black background.


Color preview on white background

This text has color #539239 on white background.



Black color preview on #539239 background

This text has black color on #539239 background.


White color preview on #539239 background

This text has white color on #539239 background.