COLOR #53AE4D

HEX: #53AE4D
RGB: (83,174,77)

Color info

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

RGB color model

#53AE4D color RGB value is (83,174,77).

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

RGB channels and saturation

R 83 of 255 = 33%
G 174 of 255 = 68%
B 77 of 255 = 30%

83
174
77

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

Portions of RGB colors in percentages

R + G + B =
83 + 174 + 77 = 334 (100%)
R 83 of 334 ~ 24.85%
G 174 of 334 ~ 52.1%
B 77 of 334 ~ 23.05%

%24.85
%52.1
%23.05

CMYK color model

#53AE4D color CMYK value is (52,0,56,32).

  • cyan value is 52.30%
  • magenta value is 0.00%
  • yellow value is 55.75%
  • key color value is 31.76%
CMYK:
(52,0,56,32)
C52M0Y56K32 
(52%,0%,56%,32%)
(0.52/0.00/0.56/0.32)	

CMYK percentages

%52.3
%0
%55.75
%31.76

Codes

Color #53AE4D in popluar color models

53AE4D
RGB8317477
HSL116°38.65%49.22%
HSB/HSV116°55.75%68.24%
CMYK52.30%0.00%55.75%
31.76%

Color #53AE4D in popluar number systems.

HEX53AE4D
Decimal8317477
Binary1010011101011101001101
Octal123256115

Shades and tints

Shades of #53AE4D

#53AE4D
(83,174,77)
#4C9F46
(76,159,70)
#45903F
(69,144,63)
#3E8138
(62,129,56)
#377231
(55,114,49)
#30632A
(48,99,42)
#295423
(41,84,35)
#22451C
(34,69,28)
#1B3615
(27,54,21)
#14270E
(20,39,14)
#0D1807
(13,24,7)
#000000
(0,0,0)

Tints of #53AE4D

#53AE4D
(83,174,77)
#62B55D
(98,181,93)
#71BC6D
(113,188,109)
#80C37D
(128,195,125)
#8FCA8D
(143,202,141)
#9ED19D
(158,209,157)
#ADD8AD
(173,216,173)
#BCDFBD
(188,223,189)
#CBE6CD
(203,230,205)
#DAEDDD
(218,237,221)
#E9F4ED
(233,244,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #53AE4D; }

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

This text font color is #53AE4D.


Background Color

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

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

This div background color is #53AE4D.


Border color

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

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

This div border color is #53AE4D.


Opacity

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

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

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

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

This text has shadow with #53AE4D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #53AE4D on black background.


Color preview on white background

This text has color #53AE4D on white background.



Black color preview on #53AE4D background

This text has black color on #53AE4D background.


White color preview on #53AE4D background

This text has white color on #53AE4D background.