COLOR #539C76

HEX: #539C76
RGB: (83,156,118)

Color info

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

RGB color model

#539C76 color RGB value is (83,156,118).

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

RGB channels and saturation

R 83 of 255 = 33%
G 156 of 255 = 61%
B 118 of 255 = 46%

83
156
118

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

Portions of RGB colors in percentages

R + G + B =
83 + 156 + 118 = 357 (100%)
R 83 of 357 ~ 23.25%
G 156 of 357 ~ 43.7%
B 118 of 357 ~ 33.05%

%23.25
%43.7
%33.05

CMYK color model

#539C76 color CMYK value is (47,0,24,39).

  • cyan value is 46.79%
  • magenta value is 0.00%
  • yellow value is 24.36%
  • key color value is 38.82%
CMYK:
(47,0,24,39)
C47M0Y24K39 
(47%,0%,24%,39%)
(0.47/0.00/0.24/0.39)	

CMYK percentages

%46.79
%0
%24.36
%38.82

Codes

Color #539C76 in popluar color models

539C76
RGB83156118
HSL149°30.54%46.86%
HSB/HSV149°46.79%61.18%
CMYK46.79%0.00%24.36%
38.82%

Color #539C76 in popluar number systems.

HEX539C76
Decimal83156118
Binary1010011100111001110110
Octal123234166

Shades and tints

Shades of #539C76

#539C76
(83,156,118)
#4C8E6C
(76,142,108)
#458062
(69,128,98)
#3E7258
(62,114,88)
#37644E
(55,100,78)
#305644
(48,86,68)
#29483A
(41,72,58)
#223A30
(34,58,48)
#1B2C26
(27,44,38)
#141E1C
(20,30,28)
#0D1012
(13,16,18)
#000000
(0,0,0)

Tints of #539C76

#539C76
(83,156,118)
#62A582
(98,165,130)
#71AE8E
(113,174,142)
#80B79A
(128,183,154)
#8FC0A6
(143,192,166)
#9EC9B2
(158,201,178)
#ADD2BE
(173,210,190)
#BCDBCA
(188,219,202)
#CBE4D6
(203,228,214)
#DAEDE2
(218,237,226)
#E9F6EE
(233,246,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #539C76; }

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

This text font color is #539C76.


Background Color

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

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

This div background color is #539C76.


Border color

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

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

This div border color is #539C76.


Opacity

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

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

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

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

This text has shadow with #539C76 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #539C76 on black background.


Color preview on white background

This text has color #539C76 on white background.



Black color preview on #539C76 background

This text has black color on #539C76 background.


White color preview on #539C76 background

This text has white color on #539C76 background.