COLOR #53AF96

HEX: #53AF96
RGB: (83,175,150)

Color info

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

RGB color model

#53AF96 color RGB value is (83,175,150).

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

RGB channels and saturation

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

83
175
150

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

Portions of RGB colors in percentages

R + G + B =
83 + 175 + 150 = 408 (100%)
R 83 of 408 ~ 20.34%
G 175 of 408 ~ 42.89%
B 150 of 408 ~ 36.76%

%20.34
%42.89
%36.76

CMYK color model

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

  • cyan value is 52.57%
  • magenta value is 0.00%
  • yellow value is 14.29%
  • 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
%14.29
%31.37

Codes

Color #53AF96 in popluar color models

53AF96
RGB83175150
HSL164°36.51%50.59%
HSB/HSV164°52.57%68.63%
CMYK52.57%0.00%14.29%
31.37%

Color #53AF96 in popluar number systems.

HEX53AF96
Decimal83175150
Binary10100111010111110010110
Octal123257226

Shades and tints

Shades of #53AF96

#53AF96
(83,175,150)
#4CA089
(76,160,137)
#45917C
(69,145,124)
#3E826F
(62,130,111)
#377362
(55,115,98)
#306455
(48,100,85)
#295548
(41,85,72)
#22463B
(34,70,59)
#1B372E
(27,55,46)
#142821
(20,40,33)
#0D1914
(13,25,20)
#000000
(0,0,0)

Tints of #53AF96

#53AF96
(83,175,150)
#62B69F
(98,182,159)
#71BDA8
(113,189,168)
#80C4B1
(128,196,177)
#8FCBBA
(143,203,186)
#9ED2C3
(158,210,195)
#ADD9CC
(173,217,204)
#BCE0D5
(188,224,213)
#CBE7DE
(203,231,222)
#DAEEE7
(218,238,231)
#E9F5F0
(233,245,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #53AF96; }

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

This text font color is #53AF96.


Background Color

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

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

This div background color is #53AF96.


Border color

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

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

This div border color is #53AF96.


Opacity

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

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

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

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

This text has shadow with #53AF96 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #53AF96 on black background.


Color preview on white background

This text has color #53AF96 on white background.



Black color preview on #53AF96 background

This text has black color on #53AF96 background.


White color preview on #53AF96 background

This text has white color on #53AF96 background.