COLOR #53D05D

HEX: #53D05D RGB: (83,208,93)

Color info

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

RGB color model

#53D05D color RGB value is (83,208,93).

RGB: (83,208,93) (33%, 82%, 36%)

RGB channels and saturation

R 83 of 255 = 33%
G 208 of 255 = 82%
B 93 of 255 = 36%

83
208
93

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

Portions of RGB colors in percentages

R + G + B = 83 + 208 + 93 = 384 (100%)
R 83 of 384 ~ 21.61%
G 208 of 384 ~ 54.17%
B 93 of 384 ~ 24.22'%

%21.61
%54.17
%24.22

CMYK color model

#53D05D color CMYK value is (60,0,55,18).

  • cyan value is 60.10%
  • magenta value is 0.00%
  • yellow value is 55.29%
  • key color value is 18.43%

CMYK: (60,0,55,18)
C60M0Y55K18 (60%, 0%, 55%, 18%)
(0.60 / 0.00 / 0.55 / 0.18)

CMYK percentages

%60.1
%0
%55.29
%18.43

Codes

Color #53D05D in popluar color models

53 D0 5D
RGB 83 208 93
HSL 125° 57.08% 57.06%
HSB/HSV 125° 60.10% 81.57%
CMYK 60.10% 0.00% 55.29%
18.43%

Color #53D05D in popluar number systems.

HEX 53 D0 5D
Decimal 83 208 93
Binary 1010011 11010000 1011101
Octal 123 320 135

Shades and tints

Shades of #53D05D

#53D05D
(83,208,93)
#4CBE55
(76,190,85)
#45AC4D
(69,172,77)
#3E9A45
(62,154,69)
#37883D
(55,136,61)
#307635
(48,118,53)
#29642D
(41,100,45)
#225225
(34,82,37)
#1B401D
(27,64,29)
#142E15
(20,46,21)
#0D1C0D
(13,28,13)
#000000
(0,0,0)

Tints of #53D05D

#53D05D
(83,208,93)
#62D46B
(98,212,107)
#71D879
(113,216,121)
#80DC87
(128,220,135)
#8FE095
(143,224,149)
#9EE4A3
(158,228,163)
#ADE8B1
(173,232,177)
#BCECBF
(188,236,191)
#CBF0CD
(203,240,205)
#DAF4DB
(218,244,219)
#E9F8E9
(233,248,233)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #53D05D; }

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

This text font color is #53D05D.

Background Color

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

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

This div background color is #53D05D.

Border color

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

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

This div border color is #53D05D.

Opacity

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

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

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

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

This text has shadow with #53D05D color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #53D05D.

Preview

Color preview on black background

This text has color #53D05D on black background.


Color preview on white background

This text has color #53D05D on white background.


Black color preview on #53D05D background

This text has black color on #53D05D background.


White color preview on #53D05D background

This text has white color on #53D05D background.


Related colors

Complementary color

Complementary color for #hex is #AC2FA2.


I love getcolorcode.com

Triadic colors

1 #5D53D0 and #D05D53 with #53D05D are triadic colors.

2 #5DD053 and #D0535D with #53D05D are triadic colors.