COLOR #539B50

HEX: #539B50
RGB: (83,155,80)

Color info

#539B50 contains mainly green color. Web safe color of #539B50 is #669966 (or #696).

RGB color model

#539B50 color RGB value is (83,155,80).

  • red value is 83;
  • green value is 155;
  • blue value is 80.
RGB:
(83,155,80)
(33%,61%,31%)

RGB channels and saturation

R 83 of 255 = 33%
G 155 of 255 = 61%
B 80 of 255 = 31%

83
155
80

R + G + B ~ 42%. #539B50 is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
83 + 155 + 80 = 318 (100%)
R 83 of 318 ~ 26.1%
G 155 of 318 ~ 48.74%
B 80 of 318 ~ 25.16%

%26.1
%48.74
%25.16

CMYK color model

#539B50 color CMYK value is (46,0,48,39).

  • cyan value is 46.45%
  • magenta value is 0.00%
  • yellow value is 48.39%
  • key color value is 39.22%
CMYK:
(46,0,48,39)
C46M0Y48K39 
(46%,0%,48%,39%)
(0.46/0.00/0.48/0.39)	

CMYK percentages

%46.45
%0
%48.39
%39.22

Codes

Color #539B50 in popluar color models

539B50
RGB8315580
HSL118°31.91%46.08%
HSB/HSV118°48.39%60.78%
CMYK46.45%0.00%48.39%
39.22%

Color #539B50 in popluar number systems.

HEX539B50
Decimal8315580
Binary1010011100110111010000
Octal123233120

Shades and tints

Shades of #539B50

#539B50
(83,155,80)
#4C8D49
(76,141,73)
#457F42
(69,127,66)
#3E713B
(62,113,59)
#376334
(55,99,52)
#30552D
(48,85,45)
#294726
(41,71,38)
#22391F
(34,57,31)
#1B2B18
(27,43,24)
#141D11
(20,29,17)
#0D0F0A
(13,15,10)
#000000
(0,0,0)

Tints of #539B50

#539B50
(83,155,80)
#62A45F
(98,164,95)
#71AD6E
(113,173,110)
#80B67D
(128,182,125)
#8FBF8C
(143,191,140)
#9EC89B
(158,200,155)
#ADD1AA
(173,209,170)
#BCDAB9
(188,218,185)
#CBE3C8
(203,227,200)
#DAECD7
(218,236,215)
#E9F5E6
(233,245,230)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #539B50 color. Also use rgb(83,155,80) instead hex code.

Text Font Color

.myTextColor { color: #539B50; }

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

This text font color is #539B50.


Background Color

.myBgColor { background-color: #539B50; }

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

This div background color is #539B50.


Border color

.myBorderColor { border: 1px solid #539B50; }

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

This div border color is #539B50.


Opacity

.myOpacity80 { color: #539B50; opacity: 0.8; }

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

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

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

This text has shadow with #539B50 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #539B50 on black background.


Color preview on white background

This text has color #539B50 on white background.



Black color preview on #539B50 background

This text has black color on #539B50 background.


White color preview on #539B50 background

This text has white color on #539B50 background.