COLOR #53C453

HEX: #53C453
RGB: (83,196,83)

Color info

#53C453 contains mainly green color. Web safe color of #53C453 is #66CC66 (or #6C6).

RGB color model

#53C453 color RGB value is (83,196,83).

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

RGB channels and saturation

R 83 of 255 = 33%
G 196 of 255 = 77%
B 83 of 255 = 33%

83
196
83

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

Portions of RGB colors in percentages

R + G + B =
83 + 196 + 83 = 362 (100%)
R 83 of 362 ~ 22.93%
G 196 of 362 ~ 54.14%
B 83 of 362 ~ 22.93%

%22.93
%54.14
%22.93

CMYK color model

#53C453 color CMYK value is (58,0,58,23).

  • cyan value is 57.65%
  • magenta value is 0.00%
  • yellow value is 57.65%
  • key color value is 23.14%
CMYK:
(58,0,58,23)
C58M0Y58K23 
(58%,0%,58%,23%)
(0.58/0.00/0.58/0.23)	

CMYK percentages

%57.65
%0
%57.65
%23.14

Codes

Color #53C453 in popluar color models

53C453
RGB8319683
HSL120°48.92%54.71%
HSB/HSV120°57.65%76.86%
CMYK57.65%0.00%57.65%
23.14%

Color #53C453 in popluar number systems.

HEX53C453
Decimal8319683
Binary1010011110001001010011
Octal123304123

Shades and tints

Shades of #53C453

#53C453
(83,196,83)
#4CB34C
(76,179,76)
#45A245
(69,162,69)
#3E913E
(62,145,62)
#378037
(55,128,55)
#306F30
(48,111,48)
#295E29
(41,94,41)
#224D22
(34,77,34)
#1B3C1B
(27,60,27)
#142B14
(20,43,20)
#0D1A0D
(13,26,13)
#000000
(0,0,0)

Tints of #53C453

#53C453
(83,196,83)
#62C962
(98,201,98)
#71CE71
(113,206,113)
#80D380
(128,211,128)
#8FD88F
(143,216,143)
#9EDD9E
(158,221,158)
#ADE2AD
(173,226,173)
#BCE7BC
(188,231,188)
#CBECCB
(203,236,203)
#DAF1DA
(218,241,218)
#E9F6E9
(233,246,233)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #53C453; }

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

This text font color is #53C453.


Background Color

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

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

This div background color is #53C453.


Border color

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

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

This div border color is #53C453.


Opacity

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

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

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

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

This text has shadow with #53C453 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #53C453 on black background.


Color preview on white background

This text has color #53C453 on white background.



Black color preview on #53C453 background

This text has black color on #53C453 background.


White color preview on #53C453 background

This text has white color on #53C453 background.