COLOR #53AA57

HEX: #53AA57
RGB: (83,170,87)

Color info

#53AA57 contains mainly green color. Web safe color of #53AA57 is #669966 (or #696).

RGB color model

#53AA57 color RGB value is (83,170,87).

  • red value is 83;
  • green value is 170;
  • blue value is 87.
RGB:
(83,170,87)
(33%,67%,34%)

RGB channels and saturation

R 83 of 255 = 33%
G 170 of 255 = 67%
B 87 of 255 = 34%

83
170
87

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

Portions of RGB colors in percentages

R + G + B =
83 + 170 + 87 = 340 (100%)
R 83 of 340 ~ 24.41%
G 170 of 340 ~ 50%
B 87 of 340 ~ 25.59%

%24.41
%50
%25.59

CMYK color model

#53AA57 color CMYK value is (51,0,49,33).

  • cyan value is 51.18%
  • magenta value is 0.00%
  • yellow value is 48.82%
  • key color value is 33.33%
CMYK:
(51,0,49,33)
C51M0Y49K33 
(51%,0%,49%,33%)
(0.51/0.00/0.49/0.33)	

CMYK percentages

%51.18
%0
%48.82
%33.33

Codes

Color #53AA57 in popluar color models

53AA57
RGB8317087
HSL123°34.39%49.61%
HSB/HSV123°51.18%66.67%
CMYK51.18%0.00%48.82%
33.33%

Color #53AA57 in popluar number systems.

HEX53AA57
Decimal8317087
Binary1010011101010101010111
Octal123252127

Shades and tints

Shades of #53AA57

#53AA57
(83,170,87)
#4C9B50
(76,155,80)
#458C49
(69,140,73)
#3E7D42
(62,125,66)
#376E3B
(55,110,59)
#305F34
(48,95,52)
#29502D
(41,80,45)
#224126
(34,65,38)
#1B321F
(27,50,31)
#142318
(20,35,24)
#0D1411
(13,20,17)
#000000
(0,0,0)

Tints of #53AA57

#53AA57
(83,170,87)
#62B166
(98,177,102)
#71B875
(113,184,117)
#80BF84
(128,191,132)
#8FC693
(143,198,147)
#9ECDA2
(158,205,162)
#ADD4B1
(173,212,177)
#BCDBC0
(188,219,192)
#CBE2CF
(203,226,207)
#DAE9DE
(218,233,222)
#E9F0ED
(233,240,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #53AA57 color. Also use rgb(83,170,87) instead hex code.

Text Font Color

.myTextColor { color: #53AA57; }

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

This text font color is #53AA57.


Background Color

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

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

This div background color is #53AA57.


Border color

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

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

This div border color is #53AA57.


Opacity

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

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

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

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

This text has shadow with #53AA57 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #53AA57 on black background.


Color preview on white background

This text has color #53AA57 on white background.



Black color preview on #53AA57 background

This text has black color on #53AA57 background.


White color preview on #53AA57 background

This text has white color on #53AA57 background.