COLOR #53A373

HEX: #53A373 RGB: (83,163,115)

Color info

#53A373 contains mainly green and blue colors. Web safe color of #53A373 is #669966 (or #696).

RGB color model

#53A373 color RGB value is (83,163,115).

RGB: (83,163,115) (33%, 64%, 45%)

RGB channels and saturation

R 83 of 255 = 33%
G 163 of 255 = 64%
B 115 of 255 = 45%

83
163
115

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

Portions of RGB colors in percentages

R + G + B = 83 + 163 + 115 = 361 (100%)
R 83 of 361 ~ 22.99%
G 163 of 361 ~ 45.15%
B 115 of 361 ~ 31.86'%

%22.99
%45.15
%31.86

CMYK color model

#53A373 color CMYK value is (49,0,29,36).

  • cyan value is 49.08%
  • magenta value is 0.00%
  • yellow value is 29.45%
  • key color value is 36.08%

CMYK: (49,0,29,36)
C49M0Y29K36 (49%, 0%, 29%, 36%)
(0.49 / 0.00 / 0.29 / 0.36)

CMYK percentages

%49.08
%0
%29.45
%36.08

Codes

Color #53A373 in popluar color models

53 A3 73
RGB 83 163 115
HSL 144° 32.52% 48.24%
HSB/HSV 144° 49.08% 63.92%
CMYK 49.08% 0.00% 29.45%
36.08%

Color #53A373 in popluar number systems.

HEX 53 A3 73
Decimal 83 163 115
Binary 1010011 10100011 1110011
Octal 123 243 163

Shades and tints

Shades of #53A373

#53A373
(83,163,115)
#4C9569
(76,149,105)
#45875F
(69,135,95)
#3E7955
(62,121,85)
#376B4B
(55,107,75)
#305D41
(48,93,65)
#294F37
(41,79,55)
#22412D
(34,65,45)
#1B3323
(27,51,35)
#142519
(20,37,25)
#0D170F
(13,23,15)
#000000
(0,0,0)

Tints of #53A373

#53A373
(83,163,115)
#62AB7F
(98,171,127)
#71B38B
(113,179,139)
#80BB97
(128,187,151)
#8FC3A3
(143,195,163)
#9ECBAF
(158,203,175)
#ADD3BB
(173,211,187)
#BCDBC7
(188,219,199)
#CBE3D3
(203,227,211)
#DAEBDF
(218,235,223)
#E9F3EB
(233,243,235)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #53A373; }

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

This text font color is #53A373.

Background Color

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

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

This div background color is #53A373.

Border color

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

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

This div border color is #53A373.

Opacity

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

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

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

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

This text has shadow with #53A373 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #53A373.

Preview

Color preview on black background

This text has color #53A373 on black background.


Color preview on white background

This text has color #53A373 on white background.


Black color preview on #53A373 background

This text has black color on #53A373 background.


White color preview on #53A373 background

This text has white color on #53A373 background.


Related colors

Complementary color

Complementary color for #hex is #AC5C8C.


I love getcolorcode.com

Triadic colors

1 #7353A3 and #A37353 with #53A373 are triadic colors.

2 #73A353 and #A35373 with #53A373 are triadic colors.