COLOR #53BC80

HEX: #53BC80 RGB: (83,188,128)

Color info

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

RGB color model

#53BC80 color RGB value is (83,188,128).

RGB: (83,188,128) (33%, 74%, 50%)

RGB channels and saturation

R 83 of 255 = 33%
G 188 of 255 = 74%
B 128 of 255 = 50%

83
188
128

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

Portions of RGB colors in percentages

R + G + B = 83 + 188 + 128 = 399 (100%)
R 83 of 399 ~ 20.8%
G 188 of 399 ~ 47.12%
B 128 of 399 ~ 32.08'%

%20.8
%47.12
%32.08

CMYK color model

#53BC80 color CMYK value is (56,0,32,26).

  • cyan value is 55.85%
  • magenta value is 0.00%
  • yellow value is 31.91%
  • key color value is 26.27%

CMYK: (56,0,32,26)
C56M0Y32K26 (56%, 0%, 32%, 26%)
(0.56 / 0.00 / 0.32 / 0.26)

CMYK percentages

%55.85
%0
%31.91
%26.27

Codes

Color #53BC80 in popluar color models

53 BC 80
RGB 83 188 128
HSL 146° 43.93% 53.14%
HSB/HSV 146° 55.85% 73.73%
CMYK 55.85% 0.00% 31.91%
26.27%

Color #53BC80 in popluar number systems.

HEX 53 BC 80
Decimal 83 188 128
Binary 1010011 10111100 10000000
Octal 123 274 200

Shades and tints

Shades of #53BC80

#53BC80
(83,188,128)
#4CAB75
(76,171,117)
#459A6A
(69,154,106)
#3E895F
(62,137,95)
#377854
(55,120,84)
#306749
(48,103,73)
#29563E
(41,86,62)
#224533
(34,69,51)
#1B3428
(27,52,40)
#14231D
(20,35,29)
#0D1212
(13,18,18)
#000000
(0,0,0)

Tints of #53BC80

#53BC80
(83,188,128)
#62C28B
(98,194,139)
#71C896
(113,200,150)
#80CEA1
(128,206,161)
#8FD4AC
(143,212,172)
#9EDAB7
(158,218,183)
#ADE0C2
(173,224,194)
#BCE6CD
(188,230,205)
#CBECD8
(203,236,216)
#DAF2E3
(218,242,227)
#E9F8EE
(233,248,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #53BC80 color. Also use rgb(83,188,128) instead hex code.

Text Font Color

.myTextColor { color: #53BC80; }

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

This text font color is #53BC80.

Background Color

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

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

This div background color is #53BC80.

Border color

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

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

This div border color is #53BC80.

Opacity

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

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

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

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

This text has shadow with #53BC80 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #53BC80.

Preview

Color preview on black background

This text has color #53BC80 on black background.


Color preview on white background

This text has color #53BC80 on white background.


Black color preview on #53BC80 background

This text has black color on #53BC80 background.


White color preview on #53BC80 background

This text has white color on #53BC80 background.


Related colors

Complementary color

Complementary color for #hex is #AC437F.


I love getcolorcode.com

Triadic colors

1 #8053BC and #BC8053 with #53BC80 are triadic colors.

2 #80BC53 and #BC5380 with #53BC80 are triadic colors.