COLOR #53AE36

HEX: #53AE36
RGB: (83,174,54)

Color info

#53AE36 contains mainly green color. Web safe color of #53AE36 is #669933 (or #693).

RGB color model

#53AE36 color RGB value is (83,174,54).

  • red value is 83;
  • green value is 174;
  • blue value is 54.
RGB:
(83,174,54)
(33%,68%,21%)

RGB channels and saturation

R 83 of 255 = 33%
G 174 of 255 = 68%
B 54 of 255 = 21%

83
174
54

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

Portions of RGB colors in percentages

R + G + B =
83 + 174 + 54 = 311 (100%)
R 83 of 311 ~ 26.69%
G 174 of 311 ~ 55.95%
B 54 of 311 ~ 17.36%

%26.69
%55.95
%17.36

CMYK color model

#53AE36 color CMYK value is (52,0,69,32).

  • cyan value is 52.30%
  • magenta value is 0.00%
  • yellow value is 68.97%
  • key color value is 31.76%
CMYK:
(52,0,69,32)
C52M0Y69K32 
(52%,0%,69%,32%)
(0.52/0.00/0.69/0.32)	

CMYK percentages

%52.3
%0
%68.97
%31.76

Codes

Color #53AE36 in popluar color models

53AE36
RGB8317454
HSL106°52.63%44.71%
HSB/HSV106°68.97%68.24%
CMYK52.30%0.00%68.97%
31.76%

Color #53AE36 in popluar number systems.

HEX53AE36
Decimal8317454
Binary101001110101110110110
Octal12325666

Shades and tints

Shades of #53AE36

#53AE36
(83,174,54)
#4C9F32
(76,159,50)
#45902E
(69,144,46)
#3E812A
(62,129,42)
#377226
(55,114,38)
#306322
(48,99,34)
#29541E
(41,84,30)
#22451A
(34,69,26)
#1B3616
(27,54,22)
#142712
(20,39,18)
#0D180E
(13,24,14)
#000000
(0,0,0)

Tints of #53AE36

#53AE36
(83,174,54)
#62B548
(98,181,72)
#71BC5A
(113,188,90)
#80C36C
(128,195,108)
#8FCA7E
(143,202,126)
#9ED190
(158,209,144)
#ADD8A2
(173,216,162)
#BCDFB4
(188,223,180)
#CBE6C6
(203,230,198)
#DAEDD8
(218,237,216)
#E9F4EA
(233,244,234)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #53AE36; }

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

This text font color is #53AE36.


Background Color

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

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

This div background color is #53AE36.


Border color

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

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

This div border color is #53AE36.


Opacity

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

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

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

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

This text has shadow with #53AE36 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #53AE36 on black background.


Color preview on white background

This text has color #53AE36 on white background.



Black color preview on #53AE36 background

This text has black color on #53AE36 background.


White color preview on #53AE36 background

This text has white color on #53AE36 background.