COLOR #53A490

HEX: #53A490 RGB: (83,164,144)

Color info

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

RGB color model

#53A490 color RGB value is (83,164,144).

RGB: (83,164,144) (33%, 64%, 56%)

RGB channels and saturation

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

83
164
144

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

Portions of RGB colors in percentages

R + G + B = 83 + 164 + 144 = 391 (100%)
R 83 of 391 ~ 21.23%
G 164 of 391 ~ 41.94%
B 144 of 391 ~ 36.83'%

%21.23
%41.94
%36.83

CMYK color model

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

  • cyan value is 49.39%
  • magenta value is 0.00%
  • yellow value is 12.20%
  • key color value is 35.69%

CMYK: (49,0,12,36)
C49M0Y12K36 (49%, 0%, 12%, 36%)
(0.49 / 0.00 / 0.12 / 0.36)

CMYK percentages

%49.39
%0
%12.2
%35.69

Codes

Color #53A490 in popluar color models

53 A4 90
RGB 83 164 144
HSL 165° 32.79% 48.43%
HSB/HSV 165° 49.39% 64.31%
CMYK 49.39% 0.00% 12.20%
35.69%

Color #53A490 in popluar number systems.

HEX 53 A4 90
Decimal 83 164 144
Binary 1010011 10100100 10010000
Octal 123 244 220

Shades and tints

Shades of #53A490

#53A490
(83,164,144)
#4C9683
(76,150,131)
#458876
(69,136,118)
#3E7A69
(62,122,105)
#376C5C
(55,108,92)
#305E4F
(48,94,79)
#295042
(41,80,66)
#224235
(34,66,53)
#1B3428
(27,52,40)
#14261B
(20,38,27)
#0D180E
(13,24,14)
#000000
(0,0,0)

Tints of #53A490

#53A490
(83,164,144)
#62AC9A
(98,172,154)
#71B4A4
(113,180,164)
#80BCAE
(128,188,174)
#8FC4B8
(143,196,184)
#9ECCC2
(158,204,194)
#ADD4CC
(173,212,204)
#BCDCD6
(188,220,214)
#CBE4E0
(203,228,224)
#DAECEA
(218,236,234)
#E9F4F4
(233,244,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #53A490; }

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

This text font color is #53A490.

Background Color

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

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

This div background color is #53A490.

Border color

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

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

This div border color is #53A490.

Opacity

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

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

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

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

This text has shadow with #53A490 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #53A490.

Preview

Color preview on black background

This text has color #53A490 on black background.


Color preview on white background

This text has color #53A490 on white background.


Black color preview on #53A490 background

This text has black color on #53A490 background.


White color preview on #53A490 background

This text has white color on #53A490 background.


Related colors

Complementary color

Complementary color for #hex is #AC5B6F.


I love getcolorcode.com

Triadic colors

1 #9053A4 and #A49053 with #53A490 are triadic colors.

2 #90A453 and #A45390 with #53A490 are triadic colors.