COLOR #53DD4D

HEX: #53DD4D
RGB: (83,221,77)

Color info

#53DD4D contains mainly green color. Web safe color of #53DD4D is #66CC33 (or #6C3).

RGB color model

#53DD4D color RGB value is (83,221,77).

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

RGB channels and saturation

R 83 of 255 = 33%
G 221 of 255 = 87%
B 77 of 255 = 30%

83
221
77

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

Portions of RGB colors in percentages

R + G + B =
83 + 221 + 77 = 381 (100%)
R 83 of 381 ~ 21.78%
G 221 of 381 ~ 58.01%
B 77 of 381 ~ 20.21%

%21.78
%58.01
%20.21

CMYK color model

#53DD4D color CMYK value is (62,0,65,13).

  • cyan value is 62.44%
  • magenta value is 0.00%
  • yellow value is 65.16%
  • key color value is 13.33%
CMYK:
(62,0,65,13)
C62M0Y65K13 
(62%,0%,65%,13%)
(0.62/0.00/0.65/0.13)	

CMYK percentages

%62.44
%0
%65.16
%13.33

Codes

Color #53DD4D in popluar color models

53DD4D
RGB8322177
HSL118°67.92%58.43%
HSB/HSV118°65.16%86.67%
CMYK62.44%0.00%65.16%
13.33%

Color #53DD4D in popluar number systems.

HEX53DD4D
Decimal8322177
Binary1010011110111011001101
Octal123335115

Shades and tints

Shades of #53DD4D

#53DD4D
(83,221,77)
#4CC946
(76,201,70)
#45B53F
(69,181,63)
#3EA138
(62,161,56)
#378D31
(55,141,49)
#30792A
(48,121,42)
#296523
(41,101,35)
#22511C
(34,81,28)
#1B3D15
(27,61,21)
#14290E
(20,41,14)
#0D1507
(13,21,7)
#000000
(0,0,0)

Tints of #53DD4D

#53DD4D
(83,221,77)
#62E05D
(98,224,93)
#71E36D
(113,227,109)
#80E67D
(128,230,125)
#8FE98D
(143,233,141)
#9EEC9D
(158,236,157)
#ADEFAD
(173,239,173)
#BCF2BD
(188,242,189)
#CBF5CD
(203,245,205)
#DAF8DD
(218,248,221)
#E9FBED
(233,251,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #53DD4D; }

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

This text font color is #53DD4D.


Background Color

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

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

This div background color is #53DD4D.


Border color

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

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

This div border color is #53DD4D.


Opacity

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

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

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

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

This text has shadow with #53DD4D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #53DD4D on black background.


Color preview on white background

This text has color #53DD4D on white background.



Black color preview on #53DD4D background

This text has black color on #53DD4D background.


White color preview on #53DD4D background

This text has white color on #53DD4D background.