COLOR #53AE8D

HEX: #53AE8D RGB: (83,174,141)

Color info

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

RGB color model

#53AE8D color RGB value is (83,174,141).

RGB: (83,174,141) (33%, 68%, 55%)

RGB channels and saturation

R 83 of 255 = 33%
G 174 of 255 = 68%
B 141 of 255 = 55%

83
174
141

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

Portions of RGB colors in percentages

R + G + B = 83 + 174 + 141 = 398 (100%)
R 83 of 398 ~ 20.85%
G 174 of 398 ~ 43.72%
B 141 of 398 ~ 35.43'%

%20.85
%43.72
%35.43

CMYK color model

#53AE8D color CMYK value is (52,0,19,32).

  • cyan value is 52.30%
  • magenta value is 0.00%
  • yellow value is 18.97%
  • key color value is 31.76%

CMYK: (52,0,19,32)
C52M0Y19K32 (52%, 0%, 19%, 32%)
(0.52 / 0.00 / 0.19 / 0.32)

CMYK percentages

%52.3
%0
%18.97
%31.76

Codes

Color #53AE8D in popluar color models

53 AE 8D
RGB 83 174 141
HSL 158° 35.97% 50.39%
HSB/HSV 158° 52.30% 68.24%
CMYK 52.30% 0.00% 18.97%
31.76%

Color #53AE8D in popluar number systems.

HEX 53 AE 8D
Decimal 83 174 141
Binary 1010011 10101110 10001101
Octal 123 256 215

Shades and tints

Shades of #53AE8D

#53AE8D
(83,174,141)
#4C9F81
(76,159,129)
#459075
(69,144,117)
#3E8169
(62,129,105)
#37725D
(55,114,93)
#306351
(48,99,81)
#295445
(41,84,69)
#224539
(34,69,57)
#1B362D
(27,54,45)
#142721
(20,39,33)
#0D1815
(13,24,21)
#000000
(0,0,0)

Tints of #53AE8D

#53AE8D
(83,174,141)
#62B597
(98,181,151)
#71BCA1
(113,188,161)
#80C3AB
(128,195,171)
#8FCAB5
(143,202,181)
#9ED1BF
(158,209,191)
#ADD8C9
(173,216,201)
#BCDFD3
(188,223,211)
#CBE6DD
(203,230,221)
#DAEDE7
(218,237,231)
#E9F4F1
(233,244,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #53AE8D color. Also use rgb(83,174,141) instead hex code.

Text Font Color

.myTextColor { color: #53AE8D; }

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

This text font color is #53AE8D.

Background Color

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

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

This div background color is #53AE8D.

Border color

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

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

This div border color is #53AE8D.

Opacity

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

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

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

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

This text has shadow with #53AE8D color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #53AE8D.

Preview

Color preview on black background

This text has color #53AE8D on black background.


Color preview on white background

This text has color #53AE8D on white background.


Black color preview on #53AE8D background

This text has black color on #53AE8D background.


White color preview on #53AE8D background

This text has white color on #53AE8D background.


Related colors

Complementary color

Complementary color for #hex is #AC5172.


I love getcolorcode.com

Triadic colors

1 #8D53AE and #AE8D53 with #53AE8D are triadic colors.

2 #8DAE53 and #AE538D with #53AE8D are triadic colors.