COLOR #53CE93

HEX: #53CE93
RGB: (83,206,147)

Color info

#53CE93 contains mainly green and blue colors. Web safe color of #53CE93 is #66CC99 (or #6C9).

RGB color model

#53CE93 color RGB value is (83,206,147).

  • red value is 83;
  • green value is 206;
  • blue value is 147.
RGB:
(83,206,147)
(33%,81%,58%)

RGB channels and saturation

R 83 of 255 = 33%
G 206 of 255 = 81%
B 147 of 255 = 58%

83
206
147

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

Portions of RGB colors in percentages

R + G + B =
83 + 206 + 147 = 436 (100%)
R 83 of 436 ~ 19.04%
G 206 of 436 ~ 47.25%
B 147 of 436 ~ 33.72%

%19.04
%47.25
%33.72

CMYK color model

#53CE93 color CMYK value is (60,0,29,19).

  • cyan value is 59.71%
  • magenta value is 0.00%
  • yellow value is 28.64%
  • key color value is 19.22%
CMYK:
(60,0,29,19)
C60M0Y29K19 
(60%,0%,29%,19%)
(0.60/0.00/0.29/0.19)	

CMYK percentages

%59.71
%0
%28.64
%19.22

Codes

Color #53CE93 in popluar color models

53CE93
RGB83206147
HSL151°55.66%56.67%
HSB/HSV151°59.71%80.78%
CMYK59.71%0.00%28.64%
19.22%

Color #53CE93 in popluar number systems.

HEX53CE93
Decimal83206147
Binary10100111100111010010011
Octal123316223

Shades and tints

Shades of #53CE93

#53CE93
(83,206,147)
#4CBC86
(76,188,134)
#45AA79
(69,170,121)
#3E986C
(62,152,108)
#37865F
(55,134,95)
#307452
(48,116,82)
#296245
(41,98,69)
#225038
(34,80,56)
#1B3E2B
(27,62,43)
#142C1E
(20,44,30)
#0D1A11
(13,26,17)
#000000
(0,0,0)

Tints of #53CE93

#53CE93
(83,206,147)
#62D29C
(98,210,156)
#71D6A5
(113,214,165)
#80DAAE
(128,218,174)
#8FDEB7
(143,222,183)
#9EE2C0
(158,226,192)
#ADE6C9
(173,230,201)
#BCEAD2
(188,234,210)
#CBEEDB
(203,238,219)
#DAF2E4
(218,242,228)
#E9F6ED
(233,246,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #53CE93; }

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

This text font color is #53CE93.


Background Color

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

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

This div background color is #53CE93.


Border color

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

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

This div border color is #53CE93.


Opacity

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

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

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

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

This text has shadow with #53CE93 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #53CE93 on black background.


Color preview on white background

This text has color #53CE93 on white background.



Black color preview on #53CE93 background

This text has black color on #53CE93 background.


White color preview on #53CE93 background

This text has white color on #53CE93 background.