COLOR #539D9A

HEX: #539D9A
RGB: (83,157,154)

Color info

#539D9A contains mainly green and blue colors. Web safe color of #539D9A is #669999 (or #699).

RGB color model

#539D9A color RGB value is (83,157,154).

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

RGB channels and saturation

R 83 of 255 = 33%
G 157 of 255 = 62%
B 154 of 255 = 60%

83
157
154

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

Portions of RGB colors in percentages

R + G + B =
83 + 157 + 154 = 394 (100%)
R 83 of 394 ~ 21.07%
G 157 of 394 ~ 39.85%
B 154 of 394 ~ 39.09%

%21.07
%39.85
%39.09

CMYK color model

#539D9A color CMYK value is (47,0,2,38).

  • cyan value is 47.13%
  • magenta value is 0.00%
  • yellow value is 1.91%
  • key color value is 38.43%
CMYK:
(47,0,2,38)
C47M0Y2K38 
(47%,0%,2%,38%)
(0.47/0.00/0.02/0.38)	

CMYK percentages

%47.13
%0
%1.91
%38.43

Codes

Color #539D9A in popluar color models

539D9A
RGB83157154
HSL178°30.83%47.06%
HSB/HSV178°47.13%61.57%
CMYK47.13%0.00%1.91%
38.43%

Color #539D9A in popluar number systems.

HEX539D9A
Decimal83157154
Binary10100111001110110011010
Octal123235232

Shades and tints

Shades of #539D9A

#539D9A
(83,157,154)
#4C8F8C
(76,143,140)
#45817E
(69,129,126)
#3E7370
(62,115,112)
#376562
(55,101,98)
#305754
(48,87,84)
#294946
(41,73,70)
#223B38
(34,59,56)
#1B2D2A
(27,45,42)
#141F1C
(20,31,28)
#0D110E
(13,17,14)
#000000
(0,0,0)

Tints of #539D9A

#539D9A
(83,157,154)
#62A5A3
(98,165,163)
#71ADAC
(113,173,172)
#80B5B5
(128,181,181)
#8FBDBE
(143,189,190)
#9EC5C7
(158,197,199)
#ADCDD0
(173,205,208)
#BCD5D9
(188,213,217)
#CBDDE2
(203,221,226)
#DAE5EB
(218,229,235)
#E9EDF4
(233,237,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #539D9A; }

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

This text font color is #539D9A.


Background Color

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

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

This div background color is #539D9A.


Border color

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

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

This div border color is #539D9A.


Opacity

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

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

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

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

This text has shadow with #539D9A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #539D9A on black background.


Color preview on white background

This text has color #539D9A on white background.



Black color preview on #539D9A background

This text has black color on #539D9A background.


White color preview on #539D9A background

This text has white color on #539D9A background.