COLOR #53BC6C

HEX: #53BC6C
RGB: (83,188,108)

Color info

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

RGB color model

#53BC6C color RGB value is (83,188,108).

  • red value is 83;
  • green value is 188;
  • blue value is 108.
RGB:
(83,188,108)
(33%,74%,42%)

RGB channels and saturation

R 83 of 255 = 33%
G 188 of 255 = 74%
B 108 of 255 = 42%

83
188
108

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

Portions of RGB colors in percentages

R + G + B =
83 + 188 + 108 = 379 (100%)
R 83 of 379 ~ 21.9%
G 188 of 379 ~ 49.6%
B 108 of 379 ~ 28.5%

%21.9
%49.6
%28.5

CMYK color model

#53BC6C color CMYK value is (56,0,43,26).

  • cyan value is 55.85%
  • magenta value is 0.00%
  • yellow value is 42.55%
  • key color value is 26.27%
CMYK:
(56,0,43,26)
C56M0Y43K26 
(56%,0%,43%,26%)
(0.56/0.00/0.43/0.26)	

CMYK percentages

%55.85
%0
%42.55
%26.27

Codes

Color #53BC6C in popluar color models

53BC6C
RGB83188108
HSL134°43.93%53.14%
HSB/HSV134°55.85%73.73%
CMYK55.85%0.00%42.55%
26.27%

Color #53BC6C in popluar number systems.

HEX53BC6C
Decimal83188108
Binary1010011101111001101100
Octal123274154

Shades and tints

Shades of #53BC6C

#53BC6C
(83,188,108)
#4CAB63
(76,171,99)
#459A5A
(69,154,90)
#3E8951
(62,137,81)
#377848
(55,120,72)
#30673F
(48,103,63)
#295636
(41,86,54)
#22452D
(34,69,45)
#1B3424
(27,52,36)
#14231B
(20,35,27)
#0D1212
(13,18,18)
#000000
(0,0,0)

Tints of #53BC6C

#53BC6C
(83,188,108)
#62C279
(98,194,121)
#71C886
(113,200,134)
#80CE93
(128,206,147)
#8FD4A0
(143,212,160)
#9EDAAD
(158,218,173)
#ADE0BA
(173,224,186)
#BCE6C7
(188,230,199)
#CBECD4
(203,236,212)
#DAF2E1
(218,242,225)
#E9F8EE
(233,248,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #53BC6C; }

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

This text font color is #53BC6C.


Background Color

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

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

This div background color is #53BC6C.


Border color

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

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

This div border color is #53BC6C.


Opacity

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

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

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

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

This text has shadow with #53BC6C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #53BC6C on black background.


Color preview on white background

This text has color #53BC6C on white background.



Black color preview on #53BC6C background

This text has black color on #53BC6C background.


White color preview on #53BC6C background

This text has white color on #53BC6C background.