COLOR #539F68

HEX: #539F68
RGB: (83,159,104)

Color info

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

RGB color model

#539F68 color RGB value is (83,159,104).

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

RGB channels and saturation

R 83 of 255 = 33%
G 159 of 255 = 62%
B 104 of 255 = 41%

83
159
104

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

Portions of RGB colors in percentages

R + G + B =
83 + 159 + 104 = 346 (100%)
R 83 of 346 ~ 23.99%
G 159 of 346 ~ 45.95%
B 104 of 346 ~ 30.06%

%23.99
%45.95
%30.06

CMYK color model

#539F68 color CMYK value is (48,0,35,38).

  • cyan value is 47.80%
  • magenta value is 0.00%
  • yellow value is 34.59%
  • key color value is 37.65%
CMYK:
(48,0,35,38)
C48M0Y35K38 
(48%,0%,35%,38%)
(0.48/0.00/0.35/0.38)	

CMYK percentages

%47.8
%0
%34.59
%37.65

Codes

Color #539F68 in popluar color models

539F68
RGB83159104
HSL137°31.40%47.45%
HSB/HSV137°47.80%62.35%
CMYK47.80%0.00%34.59%
37.65%

Color #539F68 in popluar number systems.

HEX539F68
Decimal83159104
Binary1010011100111111101000
Octal123237150

Shades and tints

Shades of #539F68

#539F68
(83,159,104)
#4C915F
(76,145,95)
#458356
(69,131,86)
#3E754D
(62,117,77)
#376744
(55,103,68)
#30593B
(48,89,59)
#294B32
(41,75,50)
#223D29
(34,61,41)
#1B2F20
(27,47,32)
#142117
(20,33,23)
#0D130E
(13,19,14)
#000000
(0,0,0)

Tints of #539F68

#539F68
(83,159,104)
#62A775
(98,167,117)
#71AF82
(113,175,130)
#80B78F
(128,183,143)
#8FBF9C
(143,191,156)
#9EC7A9
(158,199,169)
#ADCFB6
(173,207,182)
#BCD7C3
(188,215,195)
#CBDFD0
(203,223,208)
#DAE7DD
(218,231,221)
#E9EFEA
(233,239,234)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #539F68; }

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

This text font color is #539F68.


Background Color

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

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

This div background color is #539F68.


Border color

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

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

This div border color is #539F68.


Opacity

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

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

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

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

This text has shadow with #539F68 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #539F68 on black background.


Color preview on white background

This text has color #539F68 on white background.



Black color preview on #539F68 background

This text has black color on #539F68 background.


White color preview on #539F68 background

This text has white color on #539F68 background.