COLOR #539B4D

HEX: #539B4D RGB: (83,155,77)

Color info

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

RGB color model

#539B4D color RGB value is (83,155,77).

RGB: (83,155,77) (33%, 61%, 30%)

RGB channels and saturation

R 83 of 255 = 33%
G 155 of 255 = 61%
B 77 of 255 = 30%

83
155
77

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

Portions of RGB colors in percentages

R + G + B = 83 + 155 + 77 = 315 (100%)
R 83 of 315 ~ 26.35%
G 155 of 315 ~ 49.21%
B 77 of 315 ~ 24.44'%

%26.35
%49.21
%24.44

CMYK color model

#539B4D color CMYK value is (46,0,50,39).

  • cyan value is 46.45%
  • magenta value is 0.00%
  • yellow value is 50.32%
  • key color value is 39.22%
CMYK: (46,0,50,39) C46M0Y50K39 (46%,0%,50%,39%) (0.46/0.00/0.50/0.39) 

CMYK percentages

%46.45
%0
%50.32
%39.22

Codes

Color #539B4D in popluar color models

53 9B 4D
RGB 83 155 77
HSL 115° 33.62% 45.49%
HSB/HSV 115° 50.32% 60.78%
CMYK 46.45% 0.00% 50.32%
39.22%

Color #539B4D in popluar number systems.

HEX 53 9B 4D
Decimal 83 155 77
Binary 1010011 10011011 1001101
Octal 123 233 115

Shades and tints

Shades of #539B4D

#539B4D
(83,155,77)
#4C8D46
(76,141,70)
#457F3F
(69,127,63)
#3E7138
(62,113,56)
#376331
(55,99,49)
#30552A
(48,85,42)
#294723
(41,71,35)
#22391C
(34,57,28)
#1B2B15
(27,43,21)
#141D0E
(20,29,14)
#0D0F07
(13,15,7)
#000000
(0,0,0)

Tints of #539B4D

#539B4D
(83,155,77)
#62A45D
(98,164,93)
#71AD6D
(113,173,109)
#80B67D
(128,182,125)
#8FBF8D
(143,191,141)
#9EC89D
(158,200,157)
#ADD1AD
(173,209,173)
#BCDABD
(188,218,189)
#CBE3CD
(203,227,205)
#DAECDD
(218,236,221)
#E9F5ED
(233,245,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #539B4D; }

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

This text font color is #539B4D.

Background Color

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

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

This div background color is #539B4D.

Border color

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

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

This div border color is #539B4D.

Opacity

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

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

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

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

This text has shadow with #539B4D color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #539B4D.

Preview

Color preview on black background

This text has color #539B4D on black background.


Color preview on white background

This text has color #539B4D on white background.


Black color preview on #539B4D background

This text has black color on #539B4D background.


White color preview on #539B4D background

This text has white color on #539B4D background.


Related colors

Complementary color

Complementary color for #hex is #AC64B2.


I love getcolorcode.com

Triadic colors

1 #4D539B and #9B4D53 with #539B4D are triadic colors.

2 #4D9B53 and #9B534D with #539B4D are triadic colors.