COLOR #53A293

HEX: #53A293 RGB: (83,162,147)

Color info

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

RGB color model

#53A293 color RGB value is (83,162,147).

RGB: (83,162,147) (33%, 64%, 58%)

RGB channels and saturation

R 83 of 255 = 33%
G 162 of 255 = 64%
B 147 of 255 = 58%

83
162
147

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

Portions of RGB colors in percentages

R + G + B = 83 + 162 + 147 = 392 (100%)
R 83 of 392 ~ 21.17%
G 162 of 392 ~ 41.33%
B 147 of 392 ~ 37.5'%

%21.17
%41.33
%37.5

CMYK color model

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

  • cyan value is 48.77%
  • magenta value is 0.00%
  • yellow value is 9.26%
  • key color value is 36.47%

CMYK: (49,0,9,36)
C49M0Y9K36 (49%, 0%, 9%, 36%)
(0.49 / 0.00 / 0.09 / 0.36)

CMYK percentages

%48.77
%0
%9.26
%36.47

Codes

Color #53A293 in popluar color models

53 A2 93
RGB 83 162 147
HSL 169° 32.24% 48.04%
HSB/HSV 169° 48.77% 63.53%
CMYK 48.77% 0.00% 9.26%
36.47%

Color #53A293 in popluar number systems.

HEX 53 A2 93
Decimal 83 162 147
Binary 1010011 10100010 10010011
Octal 123 242 223

Shades and tints

Shades of #53A293

#53A293
(83,162,147)
#4C9486
(76,148,134)
#458679
(69,134,121)
#3E786C
(62,120,108)
#376A5F
(55,106,95)
#305C52
(48,92,82)
#294E45
(41,78,69)
#224038
(34,64,56)
#1B322B
(27,50,43)
#14241E
(20,36,30)
#0D1611
(13,22,17)
#000000
(0,0,0)

Tints of #53A293

#53A293
(83,162,147)
#62AA9C
(98,170,156)
#71B2A5
(113,178,165)
#80BAAE
(128,186,174)
#8FC2B7
(143,194,183)
#9ECAC0
(158,202,192)
#ADD2C9
(173,210,201)
#BCDAD2
(188,218,210)
#CBE2DB
(203,226,219)
#DAEAE4
(218,234,228)
#E9F2ED
(233,242,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #53A293 color. Also use rgb(83,162,147) instead hex code.

Text Font Color

.myTextColor { color: #53A293; }

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

This text font color is #53A293.

Background Color

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

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

This div background color is #53A293.

Border color

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

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

This div border color is #53A293.

Opacity

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

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

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

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

This text has shadow with #53A293 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #53A293.

Preview

Color preview on black background

This text has color #53A293 on black background.


Color preview on white background

This text has color #53A293 on white background.


Black color preview on #53A293 background

This text has black color on #53A293 background.


White color preview on #53A293 background

This text has white color on #53A293 background.


Related colors

Complementary color

Complementary color for #hex is #AC5D6C.


I love getcolorcode.com

Triadic colors

1 #9353A2 and #A29353 with #53A293 are triadic colors.

2 #93A253 and #A25393 with #53A293 are triadic colors.