COLOR #53A482

HEX: #53A482 RGB: (83,164,130)

Color info

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

RGB color model

#53A482 color RGB value is (83,164,130).

RGB: (83,164,130) (33%, 64%, 51%)

RGB channels and saturation

R 83 of 255 = 33%
G 164 of 255 = 64%
B 130 of 255 = 51%

83
164
130

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

Portions of RGB colors in percentages

R + G + B = 83 + 164 + 130 = 377 (100%)
R 83 of 377 ~ 22.02%
G 164 of 377 ~ 43.5%
B 130 of 377 ~ 34.48'%

%22.02
%43.5
%34.48

CMYK color model

#53A482 color CMYK value is (49,0,21,36).

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

CMYK: (49,0,21,36)
C49M0Y21K36 (49%, 0%, 21%, 36%)
(0.49 / 0.00 / 0.21 / 0.36)

CMYK percentages

%49.39
%0
%20.73
%35.69

Codes

Color #53A482 in popluar color models

53 A4 82
RGB 83 164 130
HSL 155° 32.79% 48.43%
HSB/HSV 155° 49.39% 64.31%
CMYK 49.39% 0.00% 20.73%
35.69%

Color #53A482 in popluar number systems.

HEX 53 A4 82
Decimal 83 164 130
Binary 1010011 10100100 10000010
Octal 123 244 202

Shades and tints

Shades of #53A482

#53A482
(83,164,130)
#4C9677
(76,150,119)
#45886C
(69,136,108)
#3E7A61
(62,122,97)
#376C56
(55,108,86)
#305E4B
(48,94,75)
#295040
(41,80,64)
#224235
(34,66,53)
#1B342A
(27,52,42)
#14261F
(20,38,31)
#0D1814
(13,24,20)
#000000
(0,0,0)

Tints of #53A482

#53A482
(83,164,130)
#62AC8D
(98,172,141)
#71B498
(113,180,152)
#80BCA3
(128,188,163)
#8FC4AE
(143,196,174)
#9ECCB9
(158,204,185)
#ADD4C4
(173,212,196)
#BCDCCF
(188,220,207)
#CBE4DA
(203,228,218)
#DAECE5
(218,236,229)
#E9F4F0
(233,244,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #53A482; }

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

This text font color is #53A482.

Background Color

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

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

This div background color is #53A482.

Border color

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

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

This div border color is #53A482.

Opacity

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

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

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

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

This text has shadow with #53A482 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #53A482.

Preview

Color preview on black background

This text has color #53A482 on black background.


Color preview on white background

This text has color #53A482 on white background.


Black color preview on #53A482 background

This text has black color on #53A482 background.


White color preview on #53A482 background

This text has white color on #53A482 background.


Related colors

Complementary color

Complementary color for #hex is #AC5B7D.


I love getcolorcode.com

Triadic colors

1 #8253A4 and #A48253 with #53A482 are triadic colors.

2 #82A453 and #A45382 with #53A482 are triadic colors.