COLOR #53B501

HEX: #53B501
RGB: (83,181,1)

Color info

#53B501 contains mainly green color. Web safe color of #53B501 is #66CC00 (or #6C0).

RGB color model

#53B501 color RGB value is (83,181,1).

  • red value is 83;
  • green value is 181;
  • blue value is 1.
RGB:
(83,181,1)
(33%,71%,0%)

RGB channels and saturation

R 83 of 255 = 33%
G 181 of 255 = 71%
B 1 of 255 = 0%

83
181
1

R + G + B ~ 35%. #53B501 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
83 + 181 + 1 = 265 (100%)
R 83 of 265 ~ 31.32%
G 181 of 265 ~ 68.3%
B 1 of 265 ~ 0.38%

%31.32
%68.3

CMYK color model

#53B501 color CMYK value is (54,0,99,29).

  • cyan value is 54.14%
  • magenta value is 0.00%
  • yellow value is 99.45%
  • key color value is 29.02%
CMYK:
(54,0,99,29)
C54M0Y99K29 
(54%,0%,99%,29%)
(0.54/0.00/0.99/0.29)	

CMYK percentages

%54.14
%0
%99.45
%29.02

Codes

Color #53B501 in popluar color models

53B501
RGB831811
HSL93°98.90%35.69%
HSB/HSV93°99.45%70.98%
CMYK54.14%0.00%99.45%
29.02%

Color #53B501 in popluar number systems.

HEX53B501
Decimal831811
Binary1010011101101011
Octal1232651

Shades and tints

Shades of #53B501

#53B501
(83,181,1)
#4CA501
(76,165,1)
#459501
(69,149,1)
#3E8501
(62,133,1)
#377501
(55,117,1)
#306501
(48,101,1)
#295501
(41,85,1)
#224501
(34,69,1)
#1B3501
(27,53,1)
#142501
(20,37,1)
#0D1501
(13,21,1)
#000000
(0,0,0)

Tints of #53B501

#53B501
(83,181,1)
#62BB18
(98,187,24)
#71C12F
(113,193,47)
#80C746
(128,199,70)
#8FCD5D
(143,205,93)
#9ED374
(158,211,116)
#ADD98B
(173,217,139)
#BCDFA2
(188,223,162)
#CBE5B9
(203,229,185)
#DAEBD0
(218,235,208)
#E9F1E7
(233,241,231)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #53B501 color. Also use rgb(83,181,1) instead hex code.

Text Font Color

.myTextColor { color: #53B501; }

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

This text font color is #53B501.


Background Color

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

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

This div background color is #53B501.


Border color

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

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

This div border color is #53B501.


Opacity

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

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

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

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

This text has shadow with #53B501 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #53B501 on black background.


Color preview on white background

This text has color #53B501 on white background.



Black color preview on #53B501 background

This text has black color on #53B501 background.


White color preview on #53B501 background

This text has white color on #53B501 background.