COLOR #539D80

HEX: #539D80 RGB: (83,157,128)

Color info

#539D80 contains mainly green and blue colors. Web safe color of #539D80 is #669966 (or #696).

RGB color model

#539D80 color RGB value is (83,157,128).

RGB: (83,157,128) (33%, 62%, 50%)

RGB channels and saturation

R 83 of 255 = 33%
G 157 of 255 = 62%
B 128 of 255 = 50%

83
157
128

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

Portions of RGB colors in percentages

R + G + B = 83 + 157 + 128 = 368 (100%)
R 83 of 368 ~ 22.55%
G 157 of 368 ~ 42.66%
B 128 of 368 ~ 34.78'%

%22.55
%42.66
%34.78

CMYK color model

#539D80 color CMYK value is (47,0,18,38).

  • cyan value is 47.13%
  • magenta value is 0.00%
  • yellow value is 18.47%
  • key color value is 38.43%

CMYK: (47,0,18,38)
C47M0Y18K38 (47%, 0%, 18%, 38%)
(0.47 / 0.00 / 0.18 / 0.38)

CMYK percentages

%47.13
%0
%18.47
%38.43

Codes

Color #539D80 in popluar color models

53 9D 80
RGB 83 157 128
HSL 156° 30.83% 47.06%
HSB/HSV 156° 47.13% 61.57%
CMYK 47.13% 0.00% 18.47%
38.43%

Color #539D80 in popluar number systems.

HEX 53 9D 80
Decimal 83 157 128
Binary 1010011 10011101 10000000
Octal 123 235 200

Shades and tints

Shades of #539D80

#539D80
(83,157,128)
#4C8F75
(76,143,117)
#45816A
(69,129,106)
#3E735F
(62,115,95)
#376554
(55,101,84)
#305749
(48,87,73)
#29493E
(41,73,62)
#223B33
(34,59,51)
#1B2D28
(27,45,40)
#141F1D
(20,31,29)
#0D1112
(13,17,18)
#000000
(0,0,0)

Tints of #539D80

#539D80
(83,157,128)
#62A58B
(98,165,139)
#71AD96
(113,173,150)
#80B5A1
(128,181,161)
#8FBDAC
(143,189,172)
#9EC5B7
(158,197,183)
#ADCDC2
(173,205,194)
#BCD5CD
(188,213,205)
#CBDDD8
(203,221,216)
#DAE5E3
(218,229,227)
#E9EDEE
(233,237,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #539D80 color. Also use rgb(83,157,128) instead hex code.

Text Font Color

.myTextColor { color: #539D80; }

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

This text font color is #539D80.

Background Color

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

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

This div background color is #539D80.

Border color

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

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

This div border color is #539D80.

Opacity

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

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

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

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

This text has shadow with #539D80 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #539D80.

Preview

Color preview on black background

This text has color #539D80 on black background.


Color preview on white background

This text has color #539D80 on white background.


Black color preview on #539D80 background

This text has black color on #539D80 background.


White color preview on #539D80 background

This text has white color on #539D80 background.


Related colors

Complementary color

Complementary color for #hex is #AC627F.


I love getcolorcode.com

Triadic colors

1 #80539D and #9D8053 with #539D80 are triadic colors.

2 #809D53 and #9D5380 with #539D80 are triadic colors.