COLOR #53A390

HEX: #53A390
RGB: (83,163,144)

Color info

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

RGB color model

#53A390 color RGB value is (83,163,144).

  • red value is 83;
  • green value is 163;
  • blue value is 144.
RGB:
(83,163,144)
(33%,64%,56%)

RGB channels and saturation

R 83 of 255 = 33%
G 163 of 255 = 64%
B 144 of 255 = 56%

83
163
144

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

Portions of RGB colors in percentages

R + G + B =
83 + 163 + 144 = 390 (100%)
R 83 of 390 ~ 21.28%
G 163 of 390 ~ 41.79%
B 144 of 390 ~ 36.92%

%21.28
%41.79
%36.92

CMYK color model

#53A390 color CMYK value is (49,0,12,36).

  • cyan value is 49.08%
  • magenta value is 0.00%
  • yellow value is 11.66%
  • key color value is 36.08%
CMYK:
(49,0,12,36)
C49M0Y12K36 
(49%,0%,12%,36%)
(0.49/0.00/0.12/0.36)	

CMYK percentages

%49.08
%0
%11.66
%36.08

Codes

Color #53A390 in popluar color models

53A390
RGB83163144
HSL166°32.52%48.24%
HSB/HSV166°49.08%63.92%
CMYK49.08%0.00%11.66%
36.08%

Color #53A390 in popluar number systems.

HEX53A390
Decimal83163144
Binary10100111010001110010000
Octal123243220

Shades and tints

Shades of #53A390

#53A390
(83,163,144)
#4C9583
(76,149,131)
#458776
(69,135,118)
#3E7969
(62,121,105)
#376B5C
(55,107,92)
#305D4F
(48,93,79)
#294F42
(41,79,66)
#224135
(34,65,53)
#1B3328
(27,51,40)
#14251B
(20,37,27)
#0D170E
(13,23,14)
#000000
(0,0,0)

Tints of #53A390

#53A390
(83,163,144)
#62AB9A
(98,171,154)
#71B3A4
(113,179,164)
#80BBAE
(128,187,174)
#8FC3B8
(143,195,184)
#9ECBC2
(158,203,194)
#ADD3CC
(173,211,204)
#BCDBD6
(188,219,214)
#CBE3E0
(203,227,224)
#DAEBEA
(218,235,234)
#E9F3F4
(233,243,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #53A390 color. Also use rgb(83,163,144) instead hex code.

Text Font Color

.myTextColor { color: #53A390; }

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

This text font color is #53A390.


Background Color

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

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

This div background color is #53A390.


Border color

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

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

This div border color is #53A390.


Opacity

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

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

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

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

This text has shadow with #53A390 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #53A390 on black background.


Color preview on white background

This text has color #53A390 on white background.



Black color preview on #53A390 background

This text has black color on #53A390 background.


White color preview on #53A390 background

This text has white color on #53A390 background.