COLOR #53D04B

HEX: #53D04B
RGB: (83,208,75)

Color info

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

RGB color model

#53D04B color RGB value is (83,208,75).

  • red value is 83;
  • green value is 208;
  • blue value is 75.
RGB:
(83,208,75)
(33%,82%,29%)

RGB channels and saturation

R 83 of 255 = 33%
G 208 of 255 = 82%
B 75 of 255 = 29%

83
208
75

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

Portions of RGB colors in percentages

R + G + B =
83 + 208 + 75 = 366 (100%)
R 83 of 366 ~ 22.68%
G 208 of 366 ~ 56.83%
B 75 of 366 ~ 20.49%

%22.68
%56.83
%20.49

CMYK color model

#53D04B color CMYK value is (60,0,64,18).

  • cyan value is 60.10%
  • magenta value is 0.00%
  • yellow value is 63.94%
  • key color value is 18.43%
CMYK:
(60,0,64,18)
C60M0Y64K18 
(60%,0%,64%,18%)
(0.60/0.00/0.64/0.18)	

CMYK percentages

%60.1
%0
%63.94
%18.43

Codes

Color #53D04B in popluar color models

53D04B
RGB8320875
HSL116°58.59%55.49%
HSB/HSV116°63.94%81.57%
CMYK60.10%0.00%63.94%
18.43%

Color #53D04B in popluar number systems.

HEX53D04B
Decimal8320875
Binary1010011110100001001011
Octal123320113

Shades and tints

Shades of #53D04B

#53D04B
(83,208,75)
#4CBE45
(76,190,69)
#45AC3F
(69,172,63)
#3E9A39
(62,154,57)
#378833
(55,136,51)
#30762D
(48,118,45)
#296427
(41,100,39)
#225221
(34,82,33)
#1B401B
(27,64,27)
#142E15
(20,46,21)
#0D1C0F
(13,28,15)
#000000
(0,0,0)

Tints of #53D04B

#53D04B
(83,208,75)
#62D45B
(98,212,91)
#71D86B
(113,216,107)
#80DC7B
(128,220,123)
#8FE08B
(143,224,139)
#9EE49B
(158,228,155)
#ADE8AB
(173,232,171)
#BCECBB
(188,236,187)
#CBF0CB
(203,240,203)
#DAF4DB
(218,244,219)
#E9F8EB
(233,248,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #53D04B color. Also use rgb(83,208,75) instead hex code.

Text Font Color

.myTextColor { color: #53D04B; }

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

This text font color is #53D04B.


Background Color

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

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

This div background color is #53D04B.


Border color

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

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

This div border color is #53D04B.


Opacity

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

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

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

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

This text has shadow with #53D04B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #53D04B on black background.


Color preview on white background

This text has color #53D04B on white background.



Black color preview on #53D04B background

This text has black color on #53D04B background.


White color preview on #53D04B background

This text has white color on #53D04B background.