COLOR #53CB5B

HEX: #53CB5B
RGB: (83,203,91)

Color info

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

RGB color model

#53CB5B color RGB value is (83,203,91).

  • red value is 83;
  • green value is 203;
  • blue value is 91.
RGB:
(83,203,91)
(33%,80%,36%)

RGB channels and saturation

R 83 of 255 = 33%
G 203 of 255 = 80%
B 91 of 255 = 36%

83
203
91

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

Portions of RGB colors in percentages

R + G + B =
83 + 203 + 91 = 377 (100%)
R 83 of 377 ~ 22.02%
G 203 of 377 ~ 53.85%
B 91 of 377 ~ 24.14%

%22.02
%53.85
%24.14

CMYK color model

#53CB5B color CMYK value is (59,0,55,20).

  • cyan value is 59.11%
  • magenta value is 0.00%
  • yellow value is 55.17%
  • key color value is 20.39%
CMYK:
(59,0,55,20)
C59M0Y55K20 
(59%,0%,55%,20%)
(0.59/0.00/0.55/0.20)	

CMYK percentages

%59.11
%0
%55.17
%20.39

Codes

Color #53CB5B in popluar color models

53CB5B
RGB8320391
HSL124°53.57%56.08%
HSB/HSV124°59.11%79.61%
CMYK59.11%0.00%55.17%
20.39%

Color #53CB5B in popluar number systems.

HEX53CB5B
Decimal8320391
Binary1010011110010111011011
Octal123313133

Shades and tints

Shades of #53CB5B

#53CB5B
(83,203,91)
#4CB953
(76,185,83)
#45A74B
(69,167,75)
#3E9543
(62,149,67)
#37833B
(55,131,59)
#307133
(48,113,51)
#295F2B
(41,95,43)
#224D23
(34,77,35)
#1B3B1B
(27,59,27)
#142913
(20,41,19)
#0D170B
(13,23,11)
#000000
(0,0,0)

Tints of #53CB5B

#53CB5B
(83,203,91)
#62CF69
(98,207,105)
#71D377
(113,211,119)
#80D785
(128,215,133)
#8FDB93
(143,219,147)
#9EDFA1
(158,223,161)
#ADE3AF
(173,227,175)
#BCE7BD
(188,231,189)
#CBEBCB
(203,235,203)
#DAEFD9
(218,239,217)
#E9F3E7
(233,243,231)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #53CB5B color. Also use rgb(83,203,91) instead hex code.

Text Font Color

.myTextColor { color: #53CB5B; }

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

This text font color is #53CB5B.


Background Color

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

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

This div background color is #53CB5B.


Border color

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

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

This div border color is #53CB5B.


Opacity

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

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

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

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

This text has shadow with #53CB5B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #53CB5B on black background.


Color preview on white background

This text has color #53CB5B on white background.



Black color preview on #53CB5B background

This text has black color on #53CB5B background.


White color preview on #53CB5B background

This text has white color on #53CB5B background.