COLOR #539994

HEX: #539994
RGB: (83,153,148)

Color info

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

RGB color model

#539994 color RGB value is (83,153,148).

  • red value is 83;
  • green value is 153;
  • blue value is 148.
RGB:
(83,153,148)
(33%,60%,58%)

RGB channels and saturation

R 83 of 255 = 33%
G 153 of 255 = 60%
B 148 of 255 = 58%

83
153
148

R + G + B ~ 50%. #539994 is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
83 + 153 + 148 = 384 (100%)
R 83 of 384 ~ 21.61%
G 153 of 384 ~ 39.84%
B 148 of 384 ~ 38.54%

%21.61
%39.84
%38.54

CMYK color model

#539994 color CMYK value is (46,0,3,40).

  • cyan value is 45.75%
  • magenta value is 0.00%
  • yellow value is 3.27%
  • key color value is 40.00%
CMYK:
(46,0,3,40)
C46M0Y3K40 
(46%,0%,3%,40%)
(0.46/0.00/0.03/0.40)	

CMYK percentages

%45.75
%0
%3.27
%40

Codes

Color #539994 in popluar color models

539994
RGB83153148
HSL176°29.66%46.27%
HSB/HSV176°45.75%60.00%
CMYK45.75%0.00%3.27%
40.00%

Color #539994 in popluar number systems.

HEX539994
Decimal83153148
Binary10100111001100110010100
Octal123231224

Shades and tints

Shades of #539994

#539994
(83,153,148)
#4C8C87
(76,140,135)
#457F7A
(69,127,122)
#3E726D
(62,114,109)
#376560
(55,101,96)
#305853
(48,88,83)
#294B46
(41,75,70)
#223E39
(34,62,57)
#1B312C
(27,49,44)
#14241F
(20,36,31)
#0D1712
(13,23,18)
#000000
(0,0,0)

Tints of #539994

#539994
(83,153,148)
#62A29D
(98,162,157)
#71ABA6
(113,171,166)
#80B4AF
(128,180,175)
#8FBDB8
(143,189,184)
#9EC6C1
(158,198,193)
#ADCFCA
(173,207,202)
#BCD8D3
(188,216,211)
#CBE1DC
(203,225,220)
#DAEAE5
(218,234,229)
#E9F3EE
(233,243,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #539994 color. Also use rgb(83,153,148) instead hex code.

Text Font Color

.myTextColor { color: #539994; }

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

This text font color is #539994.


Background Color

.myBgColor { background-color: #539994; }

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

This div background color is #539994.


Border color

.myBorderColor { border: 1px solid #539994; }

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

This div border color is #539994.


Opacity

.myOpacity80 { color: #539994; opacity: 0.8; }

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

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

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

This text has shadow with #539994 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #539994 on black background.


Color preview on white background

This text has color #539994 on white background.



Black color preview on #539994 background

This text has black color on #539994 background.


White color preview on #539994 background

This text has white color on #539994 background.