COLOR #53A496

HEX: #53A496
RGB: (83,164,150)

Color info

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

RGB color model

#53A496 color RGB value is (83,164,150).

  • red value is 83;
  • green value is 164;
  • blue value is 150.
RGB:
(83,164,150)
(33%,64%,59%)

RGB channels and saturation

R 83 of 255 = 33%
G 164 of 255 = 64%
B 150 of 255 = 59%

83
164
150

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

Portions of RGB colors in percentages

R + G + B =
83 + 164 + 150 = 397 (100%)
R 83 of 397 ~ 20.91%
G 164 of 397 ~ 41.31%
B 150 of 397 ~ 37.78%

%20.91
%41.31
%37.78

CMYK color model

#53A496 color CMYK value is (49,0,9,36).

  • cyan value is 49.39%
  • magenta value is 0.00%
  • yellow value is 8.54%
  • key color value is 35.69%
CMYK:
(49,0,9,36)
C49M0Y9K36 
(49%,0%,9%,36%)
(0.49/0.00/0.09/0.36)	

CMYK percentages

%49.39
%0
%8.54
%35.69

Codes

Color #53A496 in popluar color models

53A496
RGB83164150
HSL170°32.79%48.43%
HSB/HSV170°49.39%64.31%
CMYK49.39%0.00%8.54%
35.69%

Color #53A496 in popluar number systems.

HEX53A496
Decimal83164150
Binary10100111010010010010110
Octal123244226

Shades and tints

Shades of #53A496

#53A496
(83,164,150)
#4C9689
(76,150,137)
#45887C
(69,136,124)
#3E7A6F
(62,122,111)
#376C62
(55,108,98)
#305E55
(48,94,85)
#295048
(41,80,72)
#22423B
(34,66,59)
#1B342E
(27,52,46)
#142621
(20,38,33)
#0D1814
(13,24,20)
#000000
(0,0,0)

Tints of #53A496

#53A496
(83,164,150)
#62AC9F
(98,172,159)
#71B4A8
(113,180,168)
#80BCB1
(128,188,177)
#8FC4BA
(143,196,186)
#9ECCC3
(158,204,195)
#ADD4CC
(173,212,204)
#BCDCD5
(188,220,213)
#CBE4DE
(203,228,222)
#DAECE7
(218,236,231)
#E9F4F0
(233,244,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #53A496 color. Also use rgb(83,164,150) instead hex code.

Text Font Color

.myTextColor { color: #53A496; }

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

This text font color is #53A496.


Background Color

.myBgColor { background-color: #53A496; }

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

This div background color is #53A496.


Border color

.myBorderColor { border: 1px solid #53A496; }

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

This div border color is #53A496.


Opacity

.myOpacity80 { color: #53A496; opacity: 0.8; }

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

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

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

This text has shadow with #53A496 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #53A496 on black background.


Color preview on white background

This text has color #53A496 on white background.



Black color preview on #53A496 background

This text has black color on #53A496 background.


White color preview on #53A496 background

This text has white color on #53A496 background.