COLOR #53AD9C

HEX: #53AD9C
RGB: (83,173,156)

Color info

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

RGB color model

#53AD9C color RGB value is (83,173,156).

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

RGB channels and saturation

R 83 of 255 = 33%
G 173 of 255 = 68%
B 156 of 255 = 61%

83
173
156

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

Portions of RGB colors in percentages

R + G + B =
83 + 173 + 156 = 412 (100%)
R 83 of 412 ~ 20.15%
G 173 of 412 ~ 41.99%
B 156 of 412 ~ 37.86%

%20.15
%41.99
%37.86

CMYK color model

#53AD9C color CMYK value is (52,0,10,32).

  • cyan value is 52.02%
  • magenta value is 0.00%
  • yellow value is 9.83%
  • key color value is 32.16%
CMYK:
(52,0,10,32)
C52M0Y10K32 
(52%,0%,10%,32%)
(0.52/0.00/0.10/0.32)	

CMYK percentages

%52.02
%0
%9.83
%32.16

Codes

Color #53AD9C in popluar color models

53AD9C
RGB83173156
HSL169°35.43%50.20%
HSB/HSV169°52.02%67.84%
CMYK52.02%0.00%9.83%
32.16%

Color #53AD9C in popluar number systems.

HEX53AD9C
Decimal83173156
Binary10100111010110110011100
Octal123255234

Shades and tints

Shades of #53AD9C

#53AD9C
(83,173,156)
#4C9E8E
(76,158,142)
#458F80
(69,143,128)
#3E8072
(62,128,114)
#377164
(55,113,100)
#306256
(48,98,86)
#295348
(41,83,72)
#22443A
(34,68,58)
#1B352C
(27,53,44)
#14261E
(20,38,30)
#0D1710
(13,23,16)
#000000
(0,0,0)

Tints of #53AD9C

#53AD9C
(83,173,156)
#62B4A5
(98,180,165)
#71BBAE
(113,187,174)
#80C2B7
(128,194,183)
#8FC9C0
(143,201,192)
#9ED0C9
(158,208,201)
#ADD7D2
(173,215,210)
#BCDEDB
(188,222,219)
#CBE5E4
(203,229,228)
#DAECED
(218,236,237)
#E9F3F6
(233,243,246)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #53AD9C; }

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

This text font color is #53AD9C.


Background Color

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

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

This div background color is #53AD9C.


Border color

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

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

This div border color is #53AD9C.


Opacity

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

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

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

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

This text has shadow with #53AD9C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #53AD9C on black background.


Color preview on white background

This text has color #53AD9C on white background.



Black color preview on #53AD9C background

This text has black color on #53AD9C background.


White color preview on #53AD9C background

This text has white color on #53AD9C background.