COLOR #53B93C

HEX: #53B93C
RGB: (83,185,60)

Color info

#53B93C contains mainly green color. Web safe color of #53B93C is #66CC33 (or #6C3).

RGB color model

#53B93C color RGB value is (83,185,60).

  • red value is 83;
  • green value is 185;
  • blue value is 60.
RGB:
(83,185,60)
(33%,73%,24%)

RGB channels and saturation

R 83 of 255 = 33%
G 185 of 255 = 73%
B 60 of 255 = 24%

83
185
60

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

Portions of RGB colors in percentages

R + G + B =
83 + 185 + 60 = 328 (100%)
R 83 of 328 ~ 25.3%
G 185 of 328 ~ 56.4%
B 60 of 328 ~ 18.29%

%25.3
%56.4
%18.29

CMYK color model

#53B93C color CMYK value is (55,0,68,27).

  • cyan value is 55.14%
  • magenta value is 0.00%
  • yellow value is 67.57%
  • key color value is 27.45%
CMYK:
(55,0,68,27)
C55M0Y68K27 
(55%,0%,68%,27%)
(0.55/0.00/0.68/0.27)	

CMYK percentages

%55.14
%0
%67.57
%27.45

Codes

Color #53B93C in popluar color models

53B93C
RGB8318560
HSL109°51.02%48.04%
HSB/HSV109°67.57%72.55%
CMYK55.14%0.00%67.57%
27.45%

Color #53B93C in popluar number systems.

HEX53B93C
Decimal8318560
Binary101001110111001111100
Octal12327174

Shades and tints

Shades of #53B93C

#53B93C
(83,185,60)
#4CA937
(76,169,55)
#459932
(69,153,50)
#3E892D
(62,137,45)
#377928
(55,121,40)
#306923
(48,105,35)
#29591E
(41,89,30)
#224919
(34,73,25)
#1B3914
(27,57,20)
#14290F
(20,41,15)
#0D190A
(13,25,10)
#000000
(0,0,0)

Tints of #53B93C

#53B93C
(83,185,60)
#62BF4D
(98,191,77)
#71C55E
(113,197,94)
#80CB6F
(128,203,111)
#8FD180
(143,209,128)
#9ED791
(158,215,145)
#ADDDA2
(173,221,162)
#BCE3B3
(188,227,179)
#CBE9C4
(203,233,196)
#DAEFD5
(218,239,213)
#E9F5E6
(233,245,230)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #53B93C color. Also use rgb(83,185,60) instead hex code.

Text Font Color

.myTextColor { color: #53B93C; }

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

This text font color is #53B93C.


Background Color

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

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

This div background color is #53B93C.


Border color

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

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

This div border color is #53B93C.


Opacity

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

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

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

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

This text has shadow with #53B93C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #53B93C on black background.


Color preview on white background

This text has color #53B93C on white background.



Black color preview on #53B93C background

This text has black color on #53B93C background.


White color preview on #53B93C background

This text has white color on #53B93C background.