COLOR #53E331

HEX: #53E331
RGB: (83,227,49)

Color info

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

RGB color model

#53E331 color RGB value is (83,227,49).

  • red value is 83;
  • green value is 227;
  • blue value is 49.
RGB:
(83,227,49)
(33%,89%,19%)

RGB channels and saturation

R 83 of 255 = 33%
G 227 of 255 = 89%
B 49 of 255 = 19%

83
227
49

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

Portions of RGB colors in percentages

R + G + B =
83 + 227 + 49 = 359 (100%)
R 83 of 359 ~ 23.12%
G 227 of 359 ~ 63.23%
B 49 of 359 ~ 13.65%

%23.12
%63.23
%13.65

CMYK color model

#53E331 color CMYK value is (63,0,78,11).

  • cyan value is 63.44%
  • magenta value is 0.00%
  • yellow value is 78.41%
  • key color value is 10.98%
CMYK:
(63,0,78,11)
C63M0Y78K11 
(63%,0%,78%,11%)
(0.63/0.00/0.78/0.11)	

CMYK percentages

%63.44
%0
%78.41
%10.98

Codes

Color #53E331 in popluar color models

53E331
RGB8322749
HSL109°76.07%54.12%
HSB/HSV109°78.41%89.02%
CMYK63.44%0.00%78.41%
10.98%

Color #53E331 in popluar number systems.

HEX53E331
Decimal8322749
Binary101001111100011110001
Octal12334361

Shades and tints

Shades of #53E331

#53E331
(83,227,49)
#4CCF2D
(76,207,45)
#45BB29
(69,187,41)
#3EA725
(62,167,37)
#379321
(55,147,33)
#307F1D
(48,127,29)
#296B19
(41,107,25)
#225715
(34,87,21)
#1B4311
(27,67,17)
#142F0D
(20,47,13)
#0D1B09
(13,27,9)
#000000
(0,0,0)

Tints of #53E331

#53E331
(83,227,49)
#62E543
(98,229,67)
#71E755
(113,231,85)
#80E967
(128,233,103)
#8FEB79
(143,235,121)
#9EED8B
(158,237,139)
#ADEF9D
(173,239,157)
#BCF1AF
(188,241,175)
#CBF3C1
(203,243,193)
#DAF5D3
(218,245,211)
#E9F7E5
(233,247,229)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #53E331 color. Also use rgb(83,227,49) instead hex code.

Text Font Color

.myTextColor { color: #53E331; }

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

This text font color is #53E331.


Background Color

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

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

This div background color is #53E331.


Border color

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

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

This div border color is #53E331.


Opacity

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

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

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

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

This text has shadow with #53E331 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #53E331 on black background.


Color preview on white background

This text has color #53E331 on white background.



Black color preview on #53E331 background

This text has black color on #53E331 background.


White color preview on #53E331 background

This text has white color on #53E331 background.