COLOR #53A300

HEX: #53A300
RGB: (83,163,0)

Color info

#53A300 contains mainly green color. Web safe color of #53A300 is #669900 (or #690).

RGB color model

#53A300 color RGB value is (83,163,0).

  • red value is 83;
  • green value is 163;
  • blue value is 0.
RGB:
(83,163,0)
(33%,64%,0%)

RGB channels and saturation

R 83 of 255 = 33%
G 163 of 255 = 64%
B 0 of 255 = 0%

83
163
0

R + G + B ~ 32%. #53A300 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
83 + 163 + 0 = 246 (100%)
R 83 of 246 ~ 33.74%
G 163 of 246 ~ 66.26%
B 0 of 246 ~ 0%

%33.74
%66.26

CMYK color model

#53A300 color CMYK value is (49,0,100,36).

  • cyan value is 49.08%
  • magenta value is 0.00%
  • yellow value is 100.00%
  • key color value is 36.08%
CMYK:
(49,0,100,36)
C49M0Y100K36 
(49%,0%,100%,36%)
(0.49/0.00/1.00/0.36)	

CMYK percentages

%49.08
%0
%100
%36.08

Codes

Color #53A300 in popluar color models

53A300
RGB831630
HSL89°100.00%31.96%
HSB/HSV89°100.00%63.92%
CMYK49.08%0.00%100.00%
36.08%

Color #53A300 in popluar number systems.

HEX53A300
Decimal831630
Binary1010011101000110
Octal1232430

Shades and tints

Shades of #53A300

#53A300
(83,163,0)
#4C9500
(76,149,0)
#458700
(69,135,0)
#3E7900
(62,121,0)
#376B00
(55,107,0)
#305D00
(48,93,0)
#294F00
(41,79,0)
#224100
(34,65,0)
#1B3300
(27,51,0)
#142500
(20,37,0)
#0D1700
(13,23,0)
#000000
(0,0,0)

Tints of #53A300

#53A300
(83,163,0)
#62AB17
(98,171,23)
#71B32E
(113,179,46)
#80BB45
(128,187,69)
#8FC35C
(143,195,92)
#9ECB73
(158,203,115)
#ADD38A
(173,211,138)
#BCDBA1
(188,219,161)
#CBE3B8
(203,227,184)
#DAEBCF
(218,235,207)
#E9F3E6
(233,243,230)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #53A300 color. Also use rgb(83,163,0) instead hex code.

Text Font Color

.myTextColor { color: #53A300; }

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

This text font color is #53A300.


Background Color

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

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

This div background color is #53A300.


Border color

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

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

This div border color is #53A300.


Opacity

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

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

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

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

This text has shadow with #53A300 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #53A300 on black background.


Color preview on white background

This text has color #53A300 on white background.



Black color preview on #53A300 background

This text has black color on #53A300 background.


White color preview on #53A300 background

This text has white color on #53A300 background.