COLOR #53B304

HEX: #53B304
RGB: (83,179,4)

Color info

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

RGB color model

#53B304 color RGB value is (83,179,4).

  • red value is 83;
  • green value is 179;
  • blue value is 4.
RGB:
(83,179,4)
(33%,70%,2%)

RGB channels and saturation

R 83 of 255 = 33%
G 179 of 255 = 70%
B 4 of 255 = 2%

83
179
4

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

Portions of RGB colors in percentages

R + G + B =
83 + 179 + 4 = 266 (100%)
R 83 of 266 ~ 31.2%
G 179 of 266 ~ 67.29%
B 4 of 266 ~ 1.5%

%31.2
%67.29

CMYK color model

#53B304 color CMYK value is (54,0,98,30).

  • cyan value is 53.63%
  • magenta value is 0.00%
  • yellow value is 97.77%
  • key color value is 29.80%
CMYK:
(54,0,98,30)
C54M0Y98K30 
(54%,0%,98%,30%)
(0.54/0.00/0.98/0.30)	

CMYK percentages

%53.63
%0
%97.77
%29.8

Codes

Color #53B304 in popluar color models

53B304
RGB831794
HSL93°95.63%35.88%
HSB/HSV93°97.77%70.20%
CMYK53.63%0.00%97.77%
29.80%

Color #53B304 in popluar number systems.

HEX53B304
Decimal831794
Binary101001110110011100
Octal1232634

Shades and tints

Shades of #53B304

#53B304
(83,179,4)
#4CA304
(76,163,4)
#459304
(69,147,4)
#3E8304
(62,131,4)
#377304
(55,115,4)
#306304
(48,99,4)
#295304
(41,83,4)
#224304
(34,67,4)
#1B3304
(27,51,4)
#142304
(20,35,4)
#0D1304
(13,19,4)
#000000
(0,0,0)

Tints of #53B304

#53B304
(83,179,4)
#62B91A
(98,185,26)
#71BF30
(113,191,48)
#80C546
(128,197,70)
#8FCB5C
(143,203,92)
#9ED172
(158,209,114)
#ADD788
(173,215,136)
#BCDD9E
(188,221,158)
#CBE3B4
(203,227,180)
#DAE9CA
(218,233,202)
#E9EFE0
(233,239,224)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #53B304 color. Also use rgb(83,179,4) instead hex code.

Text Font Color

.myTextColor { color: #53B304; }

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

This text font color is #53B304.


Background Color

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

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

This div background color is #53B304.


Border color

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

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

This div border color is #53B304.


Opacity

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

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

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

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

This text has shadow with #53B304 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #53B304 on black background.


Color preview on white background

This text has color #53B304 on white background.



Black color preview on #53B304 background

This text has black color on #53B304 background.


White color preview on #53B304 background

This text has white color on #53B304 background.