COLOR #53D767

HEX: #53D767 RGB: (83,215,103)

Color info

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

RGB color model

#53D767 color RGB value is (83,215,103).

RGB: (83,215,103) (33%, 84%, 40%)

RGB channels and saturation

R 83 of 255 = 33%
G 215 of 255 = 84%
B 103 of 255 = 40%

83
215
103

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

Portions of RGB colors in percentages

R + G + B = 83 + 215 + 103 = 401 (100%)
R 83 of 401 ~ 20.7%
G 215 of 401 ~ 53.62%
B 103 of 401 ~ 25.69'%

%20.7
%53.62
%25.69

CMYK color model

#53D767 color CMYK value is (61,0,52,16).

  • cyan value is 61.40%
  • magenta value is 0.00%
  • yellow value is 52.09%
  • key color value is 15.69%

CMYK: (61,0,52,16)
C61M0Y52K16 (61%, 0%, 52%, 16%)
(0.61 / 0.00 / 0.52 / 0.16)

CMYK percentages

%61.4
%0
%52.09
%15.69

Codes

Color #53D767 in popluar color models

53 D7 67
RGB 83 215 103
HSL 129° 62.26% 58.43%
HSB/HSV 129° 61.40% 84.31%
CMYK 61.40% 0.00% 52.09%
15.69%

Color #53D767 in popluar number systems.

HEX 53 D7 67
Decimal 83 215 103
Binary 1010011 11010111 1100111
Octal 123 327 147

Shades and tints

Shades of #53D767

#53D767
(83,215,103)
#4CC45E
(76,196,94)
#45B155
(69,177,85)
#3E9E4C
(62,158,76)
#378B43
(55,139,67)
#30783A
(48,120,58)
#296531
(41,101,49)
#225228
(34,82,40)
#1B3F1F
(27,63,31)
#142C16
(20,44,22)
#0D190D
(13,25,13)
#000000
(0,0,0)

Tints of #53D767

#53D767
(83,215,103)
#62DA74
(98,218,116)
#71DD81
(113,221,129)
#80E08E
(128,224,142)
#8FE39B
(143,227,155)
#9EE6A8
(158,230,168)
#ADE9B5
(173,233,181)
#BCECC2
(188,236,194)
#CBEFCF
(203,239,207)
#DAF2DC
(218,242,220)
#E9F5E9
(233,245,233)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #53D767; }

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

This text font color is #53D767.

Background Color

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

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

This div background color is #53D767.

Border color

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

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

This div border color is #53D767.

Opacity

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

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

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

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

This text has shadow with #53D767 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #53D767.

Preview

Color preview on black background

This text has color #53D767 on black background.


Color preview on white background

This text has color #53D767 on white background.


Black color preview on #53D767 background

This text has black color on #53D767 background.


White color preview on #53D767 background

This text has white color on #53D767 background.


Related colors

Complementary color

Complementary color for #53D767 is #AC2898.


I love getcolorcode.com

Triadic colors

1 #6753D7 and #D76753 with #53D767 are triadic colors.

2 #67D753 and #D75367 with #53D767 are triadic colors.