COLOR #53A488

HEX: #53A488
RGB: (83,164,136)

Color info

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

RGB color model

#53A488 color RGB value is (83,164,136).

  • red value is 83;
  • green value is 164;
  • blue value is 136.
RGB:
(83,164,136)
(33%,64%,53%)

RGB channels and saturation

R 83 of 255 = 33%
G 164 of 255 = 64%
B 136 of 255 = 53%

83
164
136

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

Portions of RGB colors in percentages

R + G + B =
83 + 164 + 136 = 383 (100%)
R 83 of 383 ~ 21.67%
G 164 of 383 ~ 42.82%
B 136 of 383 ~ 35.51%

%21.67
%42.82
%35.51

CMYK color model

#53A488 color CMYK value is (49,0,17,36).

  • cyan value is 49.39%
  • magenta value is 0.00%
  • yellow value is 17.07%
  • key color value is 35.69%
CMYK:
(49,0,17,36)
C49M0Y17K36 
(49%,0%,17%,36%)
(0.49/0.00/0.17/0.36)	

CMYK percentages

%49.39
%0
%17.07
%35.69

Codes

Color #53A488 in popluar color models

53A488
RGB83164136
HSL159°32.79%48.43%
HSB/HSV159°49.39%64.31%
CMYK49.39%0.00%17.07%
35.69%

Color #53A488 in popluar number systems.

HEX53A488
Decimal83164136
Binary10100111010010010001000
Octal123244210

Shades and tints

Shades of #53A488

#53A488
(83,164,136)
#4C967C
(76,150,124)
#458870
(69,136,112)
#3E7A64
(62,122,100)
#376C58
(55,108,88)
#305E4C
(48,94,76)
#295040
(41,80,64)
#224234
(34,66,52)
#1B3428
(27,52,40)
#14261C
(20,38,28)
#0D1810
(13,24,16)
#000000
(0,0,0)

Tints of #53A488

#53A488
(83,164,136)
#62AC92
(98,172,146)
#71B49C
(113,180,156)
#80BCA6
(128,188,166)
#8FC4B0
(143,196,176)
#9ECCBA
(158,204,186)
#ADD4C4
(173,212,196)
#BCDCCE
(188,220,206)
#CBE4D8
(203,228,216)
#DAECE2
(218,236,226)
#E9F4EC
(233,244,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #53A488; }

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

This text font color is #53A488.


Background Color

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

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

This div background color is #53A488.


Border color

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

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

This div border color is #53A488.


Opacity

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

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

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

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

This text has shadow with #53A488 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #53A488 on black background.


Color preview on white background

This text has color #53A488 on white background.



Black color preview on #53A488 background

This text has black color on #53A488 background.


White color preview on #53A488 background

This text has white color on #53A488 background.