COLOR #539F77

HEX: #539F77
RGB: (83,159,119)

Color info

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

RGB color model

#539F77 color RGB value is (83,159,119).

  • red value is 83;
  • green value is 159;
  • blue value is 119.
RGB:
(83,159,119)
(33%,62%,47%)

RGB channels and saturation

R 83 of 255 = 33%
G 159 of 255 = 62%
B 119 of 255 = 47%

83
159
119

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

Portions of RGB colors in percentages

R + G + B =
83 + 159 + 119 = 361 (100%)
R 83 of 361 ~ 22.99%
G 159 of 361 ~ 44.04%
B 119 of 361 ~ 32.96%

%22.99
%44.04
%32.96

CMYK color model

#539F77 color CMYK value is (48,0,25,38).

  • cyan value is 47.80%
  • magenta value is 0.00%
  • yellow value is 25.16%
  • key color value is 37.65%
CMYK:
(48,0,25,38)
C48M0Y25K38 
(48%,0%,25%,38%)
(0.48/0.00/0.25/0.38)	

CMYK percentages

%47.8
%0
%25.16
%37.65

Codes

Color #539F77 in popluar color models

539F77
RGB83159119
HSL148°31.40%47.45%
HSB/HSV148°47.80%62.35%
CMYK47.80%0.00%25.16%
37.65%

Color #539F77 in popluar number systems.

HEX539F77
Decimal83159119
Binary1010011100111111110111
Octal123237167

Shades and tints

Shades of #539F77

#539F77
(83,159,119)
#4C916D
(76,145,109)
#458363
(69,131,99)
#3E7559
(62,117,89)
#37674F
(55,103,79)
#305945
(48,89,69)
#294B3B
(41,75,59)
#223D31
(34,61,49)
#1B2F27
(27,47,39)
#14211D
(20,33,29)
#0D1313
(13,19,19)
#000000
(0,0,0)

Tints of #539F77

#539F77
(83,159,119)
#62A783
(98,167,131)
#71AF8F
(113,175,143)
#80B79B
(128,183,155)
#8FBFA7
(143,191,167)
#9EC7B3
(158,199,179)
#ADCFBF
(173,207,191)
#BCD7CB
(188,215,203)
#CBDFD7
(203,223,215)
#DAE7E3
(218,231,227)
#E9EFEF
(233,239,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #539F77 color. Also use rgb(83,159,119) instead hex code.

Text Font Color

.myTextColor { color: #539F77; }

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

This text font color is #539F77.


Background Color

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

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

This div background color is #539F77.


Border color

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

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

This div border color is #539F77.


Opacity

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

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

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

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

This text has shadow with #539F77 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #539F77 on black background.


Color preview on white background

This text has color #539F77 on white background.



Black color preview on #539F77 background

This text has black color on #539F77 background.


White color preview on #539F77 background

This text has white color on #539F77 background.