COLOR #53AF8E

HEX: #53AF8E
RGB: (83,175,142)

Color info

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

RGB color model

#53AF8E color RGB value is (83,175,142).

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

RGB channels and saturation

R 83 of 255 = 33%
G 175 of 255 = 69%
B 142 of 255 = 56%

83
175
142

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

Portions of RGB colors in percentages

R + G + B =
83 + 175 + 142 = 400 (100%)
R 83 of 400 ~ 20.75%
G 175 of 400 ~ 43.75%
B 142 of 400 ~ 35.5%

%20.75
%43.75
%35.5

CMYK color model

#53AF8E color CMYK value is (53,0,19,31).

  • cyan value is 52.57%
  • magenta value is 0.00%
  • yellow value is 18.86%
  • key color value is 31.37%
CMYK:
(53,0,19,31)
C53M0Y19K31 
(53%,0%,19%,31%)
(0.53/0.00/0.19/0.31)	

CMYK percentages

%52.57
%0
%18.86
%31.37

Codes

Color #53AF8E in popluar color models

53AF8E
RGB83175142
HSL158°36.51%50.59%
HSB/HSV158°52.57%68.63%
CMYK52.57%0.00%18.86%
31.37%

Color #53AF8E in popluar number systems.

HEX53AF8E
Decimal83175142
Binary10100111010111110001110
Octal123257216

Shades and tints

Shades of #53AF8E

#53AF8E
(83,175,142)
#4CA082
(76,160,130)
#459176
(69,145,118)
#3E826A
(62,130,106)
#37735E
(55,115,94)
#306452
(48,100,82)
#295546
(41,85,70)
#22463A
(34,70,58)
#1B372E
(27,55,46)
#142822
(20,40,34)
#0D1916
(13,25,22)
#000000
(0,0,0)

Tints of #53AF8E

#53AF8E
(83,175,142)
#62B698
(98,182,152)
#71BDA2
(113,189,162)
#80C4AC
(128,196,172)
#8FCBB6
(143,203,182)
#9ED2C0
(158,210,192)
#ADD9CA
(173,217,202)
#BCE0D4
(188,224,212)
#CBE7DE
(203,231,222)
#DAEEE8
(218,238,232)
#E9F5F2
(233,245,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #53AF8E; }

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

This text font color is #53AF8E.


Background Color

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

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

This div background color is #53AF8E.


Border color

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

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

This div border color is #53AF8E.


Opacity

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

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

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

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

This text has shadow with #53AF8E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #53AF8E on black background.


Color preview on white background

This text has color #53AF8E on white background.



Black color preview on #53AF8E background

This text has black color on #53AF8E background.


White color preview on #53AF8E background

This text has white color on #53AF8E background.