COLOR #53D644

HEX: #53D644
RGB: (83,214,68)

Color info

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

RGB color model

#53D644 color RGB value is (83,214,68).

  • red value is 83;
  • green value is 214;
  • blue value is 68.
RGB:
(83,214,68)
(33%,84%,27%)

RGB channels and saturation

R 83 of 255 = 33%
G 214 of 255 = 84%
B 68 of 255 = 27%

83
214
68

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

Portions of RGB colors in percentages

R + G + B =
83 + 214 + 68 = 365 (100%)
R 83 of 365 ~ 22.74%
G 214 of 365 ~ 58.63%
B 68 of 365 ~ 18.63%

%22.74
%58.63
%18.63

CMYK color model

#53D644 color CMYK value is (61,0,68,16).

  • cyan value is 61.21%
  • magenta value is 0.00%
  • yellow value is 68.22%
  • key color value is 16.08%
CMYK:
(61,0,68,16)
C61M0Y68K16 
(61%,0%,68%,16%)
(0.61/0.00/0.68/0.16)	

CMYK percentages

%61.21
%0
%68.22
%16.08

Codes

Color #53D644 in popluar color models

53D644
RGB8321468
HSL114°64.04%55.29%
HSB/HSV114°68.22%83.92%
CMYK61.21%0.00%68.22%
16.08%

Color #53D644 in popluar number systems.

HEX53D644
Decimal8321468
Binary1010011110101101000100
Octal123326104

Shades and tints

Shades of #53D644

#53D644
(83,214,68)
#4CC33E
(76,195,62)
#45B038
(69,176,56)
#3E9D32
(62,157,50)
#378A2C
(55,138,44)
#307726
(48,119,38)
#296420
(41,100,32)
#22511A
(34,81,26)
#1B3E14
(27,62,20)
#142B0E
(20,43,14)
#0D1808
(13,24,8)
#000000
(0,0,0)

Tints of #53D644

#53D644
(83,214,68)
#62D955
(98,217,85)
#71DC66
(113,220,102)
#80DF77
(128,223,119)
#8FE288
(143,226,136)
#9EE599
(158,229,153)
#ADE8AA
(173,232,170)
#BCEBBB
(188,235,187)
#CBEECC
(203,238,204)
#DAF1DD
(218,241,221)
#E9F4EE
(233,244,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #53D644 color. Also use rgb(83,214,68) instead hex code.

Text Font Color

.myTextColor { color: #53D644; }

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

This text font color is #53D644.


Background Color

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

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

This div background color is #53D644.


Border color

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

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

This div border color is #53D644.


Opacity

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

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

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

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

This text has shadow with #53D644 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #53D644 on black background.


Color preview on white background

This text has color #53D644 on white background.



Black color preview on #53D644 background

This text has black color on #53D644 background.


White color preview on #53D644 background

This text has white color on #53D644 background.