COLOR #53D595

HEX: #53D595 RGB: (83,213,149)

Color info

#53D595 contains mainly green color. Web safe color of #53D595 is #66CC99 (or #6C9).

RGB color model

#53D595 color RGB value is (83,213,149).

RGB: (83,213,149) (33%, 84%, 58%)

RGB channels and saturation

R 83 of 255 = 33%
G 213 of 255 = 84%
B 149 of 255 = 58%

83
213
149

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

Portions of RGB colors in percentages

R + G + B = 83 + 213 + 149 = 445 (100%)
R 83 of 445 ~ 18.65%
G 213 of 445 ~ 47.87%
B 149 of 445 ~ 33.48'%

%18.65
%47.87
%33.48

CMYK color model

#53D595 color CMYK value is (61,0,30,16).

  • cyan value is 61.03%
  • magenta value is 0.00%
  • yellow value is 30.05%
  • key color value is 16.47%

CMYK: (61,0,30,16)
C61M0Y30K16 (61%, 0%, 30%, 16%)
(0.61 / 0.00 / 0.30 / 0.16)

CMYK percentages

%61.03
%0
%30.05
%16.47

Codes

Color #53D595 in popluar color models

53 D5 95
RGB 83 213 149
HSL 150° 60.75% 58.04%
HSB/HSV 150° 61.03% 83.53%
CMYK 61.03% 0.00% 30.05%
16.47%

Color #53D595 in popluar number systems.

HEX 53 D5 95
Decimal 83 213 149
Binary 1010011 11010101 10010101
Octal 123 325 225

Shades and tints

Shades of #53D595

#53D595
(83,213,149)
#4CC288
(76,194,136)
#45AF7B
(69,175,123)
#3E9C6E
(62,156,110)
#378961
(55,137,97)
#307654
(48,118,84)
#296347
(41,99,71)
#22503A
(34,80,58)
#1B3D2D
(27,61,45)
#142A20
(20,42,32)
#0D1713
(13,23,19)
#000000
(0,0,0)

Tints of #53D595

#53D595
(83,213,149)
#62D89E
(98,216,158)
#71DBA7
(113,219,167)
#80DEB0
(128,222,176)
#8FE1B9
(143,225,185)
#9EE4C2
(158,228,194)
#ADE7CB
(173,231,203)
#BCEAD4
(188,234,212)
#CBEDDD
(203,237,221)
#DAF0E6
(218,240,230)
#E9F3EF
(233,243,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #53D595; }

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

This text font color is #53D595.

Background Color

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

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

This div background color is #53D595.

Border color

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

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

This div border color is #53D595.

Opacity

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

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

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

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

This text has shadow with #53D595 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #53D595.

Preview

Color preview on black background

This text has color #53D595 on black background.


Color preview on white background

This text has color #53D595 on white background.


Black color preview on #53D595 background

This text has black color on #53D595 background.


White color preview on #53D595 background

This text has white color on #53D595 background.


Related colors

Complementary color

Complementary color for #hex is #AC2A6A.


I love getcolorcode.com

Triadic colors

1 #9553D5 and #D59553 with #53D595 are triadic colors.

2 #95D553 and #D55395 with #53D595 are triadic colors.