COLOR #53C395

HEX: #53C395
RGB: (83,195,149)

Color info

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

RGB color model

#53C395 color RGB value is (83,195,149).

  • red value is 83;
  • green value is 195;
  • blue value is 149.
RGB:
(83,195,149)
(33%,76%,58%)

RGB channels and saturation

R 83 of 255 = 33%
G 195 of 255 = 76%
B 149 of 255 = 58%

83
195
149

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

Portions of RGB colors in percentages

R + G + B =
83 + 195 + 149 = 427 (100%)
R 83 of 427 ~ 19.44%
G 195 of 427 ~ 45.67%
B 149 of 427 ~ 34.89%

%19.44
%45.67
%34.89

CMYK color model

#53C395 color CMYK value is (57,0,24,24).

  • cyan value is 57.44%
  • magenta value is 0.00%
  • yellow value is 23.59%
  • key color value is 23.53%
CMYK:
(57,0,24,24)
C57M0Y24K24 
(57%,0%,24%,24%)
(0.57/0.00/0.24/0.24)	

CMYK percentages

%57.44
%0
%23.59
%23.53

Codes

Color #53C395 in popluar color models

53C395
RGB83195149
HSL155°48.28%54.51%
HSB/HSV155°57.44%76.47%
CMYK57.44%0.00%23.59%
23.53%

Color #53C395 in popluar number systems.

HEX53C395
Decimal83195149
Binary10100111100001110010101
Octal123303225

Shades and tints

Shades of #53C395

#53C395
(83,195,149)
#4CB288
(76,178,136)
#45A17B
(69,161,123)
#3E906E
(62,144,110)
#377F61
(55,127,97)
#306E54
(48,110,84)
#295D47
(41,93,71)
#224C3A
(34,76,58)
#1B3B2D
(27,59,45)
#142A20
(20,42,32)
#0D1913
(13,25,19)
#000000
(0,0,0)

Tints of #53C395

#53C395
(83,195,149)
#62C89E
(98,200,158)
#71CDA7
(113,205,167)
#80D2B0
(128,210,176)
#8FD7B9
(143,215,185)
#9EDCC2
(158,220,194)
#ADE1CB
(173,225,203)
#BCE6D4
(188,230,212)
#CBEBDD
(203,235,221)
#DAF0E6
(218,240,230)
#E9F5EF
(233,245,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #53C395; }

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

This text font color is #53C395.


Background Color

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

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

This div background color is #53C395.


Border color

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

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

This div border color is #53C395.


Opacity

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

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

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

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

This text has shadow with #53C395 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #53C395 on black background.


Color preview on white background

This text has color #53C395 on white background.



Black color preview on #53C395 background

This text has black color on #53C395 background.


White color preview on #53C395 background

This text has white color on #53C395 background.