COLOR #53A99C

HEX: #53A99C
RGB: (83,169,156)

Color info

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

RGB color model

#53A99C color RGB value is (83,169,156).

  • red value is 83;
  • green value is 169;
  • blue value is 156.
RGB:
(83,169,156)
(33%,66%,61%)

RGB channels and saturation

R 83 of 255 = 33%
G 169 of 255 = 66%
B 156 of 255 = 61%

83
169
156

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

Portions of RGB colors in percentages

R + G + B =
83 + 169 + 156 = 408 (100%)
R 83 of 408 ~ 20.34%
G 169 of 408 ~ 41.42%
B 156 of 408 ~ 38.24%

%20.34
%41.42
%38.24

CMYK color model

#53A99C color CMYK value is (51,0,8,34).

  • cyan value is 50.89%
  • magenta value is 0.00%
  • yellow value is 7.69%
  • key color value is 33.73%
CMYK:
(51,0,8,34)
C51M0Y8K34 
(51%,0%,8%,34%)
(0.51/0.00/0.08/0.34)	

CMYK percentages

%50.89
%0
%7.69
%33.73

Codes

Color #53A99C in popluar color models

53A99C
RGB83169156
HSL171°34.13%49.41%
HSB/HSV171°50.89%66.27%
CMYK50.89%0.00%7.69%
33.73%

Color #53A99C in popluar number systems.

HEX53A99C
Decimal83169156
Binary10100111010100110011100
Octal123251234

Shades and tints

Shades of #53A99C

#53A99C
(83,169,156)
#4C9A8E
(76,154,142)
#458B80
(69,139,128)
#3E7C72
(62,124,114)
#376D64
(55,109,100)
#305E56
(48,94,86)
#294F48
(41,79,72)
#22403A
(34,64,58)
#1B312C
(27,49,44)
#14221E
(20,34,30)
#0D1310
(13,19,16)
#000000
(0,0,0)

Tints of #53A99C

#53A99C
(83,169,156)
#62B0A5
(98,176,165)
#71B7AE
(113,183,174)
#80BEB7
(128,190,183)
#8FC5C0
(143,197,192)
#9ECCC9
(158,204,201)
#ADD3D2
(173,211,210)
#BCDADB
(188,218,219)
#CBE1E4
(203,225,228)
#DAE8ED
(218,232,237)
#E9EFF6
(233,239,246)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #53A99C color. Also use rgb(83,169,156) instead hex code.

Text Font Color

.myTextColor { color: #53A99C; }

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

This text font color is #53A99C.


Background Color

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

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

This div background color is #53A99C.


Border color

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

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

This div border color is #53A99C.


Opacity

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

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

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

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

This text has shadow with #53A99C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #53A99C on black background.


Color preview on white background

This text has color #53A99C on white background.



Black color preview on #53A99C background

This text has black color on #53A99C background.


White color preview on #53A99C background

This text has white color on #53A99C background.