COLOR #53AF97

HEX: #53AF97
RGB: (83,175,151)

Color info

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

RGB color model

#53AF97 color RGB value is (83,175,151).

  • red value is 83;
  • green value is 175;
  • blue value is 151.
RGB:
(83,175,151)
(33%,69%,59%)

RGB channels and saturation

R 83 of 255 = 33%
G 175 of 255 = 69%
B 151 of 255 = 59%

83
175
151

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

Portions of RGB colors in percentages

R + G + B =
83 + 175 + 151 = 409 (100%)
R 83 of 409 ~ 20.29%
G 175 of 409 ~ 42.79%
B 151 of 409 ~ 36.92%

%20.29
%42.79
%36.92

CMYK color model

#53AF97 color CMYK value is (53,0,14,31).

  • cyan value is 52.57%
  • magenta value is 0.00%
  • yellow value is 13.71%
  • key color value is 31.37%
CMYK:
(53,0,14,31)
C53M0Y14K31 
(53%,0%,14%,31%)
(0.53/0.00/0.14/0.31)	

CMYK percentages

%52.57
%0
%13.71
%31.37

Codes

Color #53AF97 in popluar color models

53AF97
RGB83175151
HSL164°36.51%50.59%
HSB/HSV164°52.57%68.63%
CMYK52.57%0.00%13.71%
31.37%

Color #53AF97 in popluar number systems.

HEX53AF97
Decimal83175151
Binary10100111010111110010111
Octal123257227

Shades and tints

Shades of #53AF97

#53AF97
(83,175,151)
#4CA08A
(76,160,138)
#45917D
(69,145,125)
#3E8270
(62,130,112)
#377363
(55,115,99)
#306456
(48,100,86)
#295549
(41,85,73)
#22463C
(34,70,60)
#1B372F
(27,55,47)
#142822
(20,40,34)
#0D1915
(13,25,21)
#000000
(0,0,0)

Tints of #53AF97

#53AF97
(83,175,151)
#62B6A0
(98,182,160)
#71BDA9
(113,189,169)
#80C4B2
(128,196,178)
#8FCBBB
(143,203,187)
#9ED2C4
(158,210,196)
#ADD9CD
(173,217,205)
#BCE0D6
(188,224,214)
#CBE7DF
(203,231,223)
#DAEEE8
(218,238,232)
#E9F5F1
(233,245,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #53AF97 color. Also use rgb(83,175,151) instead hex code.

Text Font Color

.myTextColor { color: #53AF97; }

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

This text font color is #53AF97.


Background Color

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

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

This div background color is #53AF97.


Border color

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

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

This div border color is #53AF97.


Opacity

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

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

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

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

This text has shadow with #53AF97 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #53AF97 on black background.


Color preview on white background

This text has color #53AF97 on white background.



Black color preview on #53AF97 background

This text has black color on #53AF97 background.


White color preview on #53AF97 background

This text has white color on #53AF97 background.