COLOR #539A76

HEX: #539A76
RGB: (83,154,118)

Color info

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

RGB color model

#539A76 color RGB value is (83,154,118).

  • red value is 83;
  • green value is 154;
  • blue value is 118.
RGB:
(83,154,118)
(33%,60%,46%)

RGB channels and saturation

R 83 of 255 = 33%
G 154 of 255 = 60%
B 118 of 255 = 46%

83
154
118

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

Portions of RGB colors in percentages

R + G + B =
83 + 154 + 118 = 355 (100%)
R 83 of 355 ~ 23.38%
G 154 of 355 ~ 43.38%
B 118 of 355 ~ 33.24%

%23.38
%43.38
%33.24

CMYK color model

#539A76 color CMYK value is (46,0,23,40).

  • cyan value is 46.10%
  • magenta value is 0.00%
  • yellow value is 23.38%
  • key color value is 39.61%
CMYK:
(46,0,23,40)
C46M0Y23K40 
(46%,0%,23%,40%)
(0.46/0.00/0.23/0.40)	

CMYK percentages

%46.1
%0
%23.38
%39.61

Codes

Color #539A76 in popluar color models

539A76
RGB83154118
HSL150°29.96%46.47%
HSB/HSV150°46.10%60.39%
CMYK46.10%0.00%23.38%
39.61%

Color #539A76 in popluar number systems.

HEX539A76
Decimal83154118
Binary1010011100110101110110
Octal123232166

Shades and tints

Shades of #539A76

#539A76
(83,154,118)
#4C8C6C
(76,140,108)
#457E62
(69,126,98)
#3E7058
(62,112,88)
#37624E
(55,98,78)
#305444
(48,84,68)
#29463A
(41,70,58)
#223830
(34,56,48)
#1B2A26
(27,42,38)
#141C1C
(20,28,28)
#0D0E12
(13,14,18)
#000000
(0,0,0)

Tints of #539A76

#539A76
(83,154,118)
#62A382
(98,163,130)
#71AC8E
(113,172,142)
#80B59A
(128,181,154)
#8FBEA6
(143,190,166)
#9EC7B2
(158,199,178)
#ADD0BE
(173,208,190)
#BCD9CA
(188,217,202)
#CBE2D6
(203,226,214)
#DAEBE2
(218,235,226)
#E9F4EE
(233,244,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #539A76 color. Also use rgb(83,154,118) instead hex code.

Text Font Color

.myTextColor { color: #539A76; }

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

This text font color is #539A76.


Background Color

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

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

This div background color is #539A76.


Border color

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

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

This div border color is #539A76.


Opacity

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

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

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

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

This text has shadow with #539A76 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #539A76 on black background.


Color preview on white background

This text has color #539A76 on white background.



Black color preview on #539A76 background

This text has black color on #539A76 background.


White color preview on #539A76 background

This text has white color on #539A76 background.