COLOR #53DE3B

HEX: #53DE3B
RGB: (83,222,59)

Color info

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

RGB color model

#53DE3B color RGB value is (83,222,59).

  • red value is 83;
  • green value is 222;
  • blue value is 59.
RGB:
(83,222,59)
(33%,87%,23%)

RGB channels and saturation

R 83 of 255 = 33%
G 222 of 255 = 87%
B 59 of 255 = 23%

83
222
59

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

Portions of RGB colors in percentages

R + G + B =
83 + 222 + 59 = 364 (100%)
R 83 of 364 ~ 22.8%
G 222 of 364 ~ 60.99%
B 59 of 364 ~ 16.21%

%22.8
%60.99
%16.21

CMYK color model

#53DE3B color CMYK value is (63,0,73,13).

  • cyan value is 62.61%
  • magenta value is 0.00%
  • yellow value is 73.42%
  • key color value is 12.94%
CMYK:
(63,0,73,13)
C63M0Y73K13 
(63%,0%,73%,13%)
(0.63/0.00/0.73/0.13)	

CMYK percentages

%62.61
%0
%73.42
%12.94

Codes

Color #53DE3B in popluar color models

53DE3B
RGB8322259
HSL111°71.18%55.10%
HSB/HSV111°73.42%87.06%
CMYK62.61%0.00%73.42%
12.94%

Color #53DE3B in popluar number systems.

HEX53DE3B
Decimal8322259
Binary101001111011110111011
Octal12333673

Shades and tints

Shades of #53DE3B

#53DE3B
(83,222,59)
#4CCA36
(76,202,54)
#45B631
(69,182,49)
#3EA22C
(62,162,44)
#378E27
(55,142,39)
#307A22
(48,122,34)
#29661D
(41,102,29)
#225218
(34,82,24)
#1B3E13
(27,62,19)
#142A0E
(20,42,14)
#0D1609
(13,22,9)
#000000
(0,0,0)

Tints of #53DE3B

#53DE3B
(83,222,59)
#62E14C
(98,225,76)
#71E45D
(113,228,93)
#80E76E
(128,231,110)
#8FEA7F
(143,234,127)
#9EED90
(158,237,144)
#ADF0A1
(173,240,161)
#BCF3B2
(188,243,178)
#CBF6C3
(203,246,195)
#DAF9D4
(218,249,212)
#E9FCE5
(233,252,229)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #53DE3B color. Also use rgb(83,222,59) instead hex code.

Text Font Color

.myTextColor { color: #53DE3B; }

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

This text font color is #53DE3B.


Background Color

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

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

This div background color is #53DE3B.


Border color

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

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

This div border color is #53DE3B.


Opacity

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

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

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

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

This text has shadow with #53DE3B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #53DE3B on black background.


Color preview on white background

This text has color #53DE3B on white background.



Black color preview on #53DE3B background

This text has black color on #53DE3B background.


White color preview on #53DE3B background

This text has white color on #53DE3B background.