COLOR #53A225

HEX: #53A225
RGB: (83,162,37)

Color info

#53A225 contains mainly green color. Web safe color of #53A225 is #669933 (or #693).

RGB color model

#53A225 color RGB value is (83,162,37).

  • red value is 83;
  • green value is 162;
  • blue value is 37.
RGB:
(83,162,37)
(33%,64%,15%)

RGB channels and saturation

R 83 of 255 = 33%
G 162 of 255 = 64%
B 37 of 255 = 15%

83
162
37

R + G + B ~ 37%. #53A225 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
83 + 162 + 37 = 282 (100%)
R 83 of 282 ~ 29.43%
G 162 of 282 ~ 57.45%
B 37 of 282 ~ 13.12%

%29.43
%57.45
%13.12

CMYK color model

#53A225 color CMYK value is (49,0,77,36).

  • cyan value is 48.77%
  • magenta value is 0.00%
  • yellow value is 77.16%
  • key color value is 36.47%
CMYK:
(49,0,77,36)
C49M0Y77K36 
(49%,0%,77%,36%)
(0.49/0.00/0.77/0.36)	

CMYK percentages

%48.77
%0
%77.16
%36.47

Codes

Color #53A225 in popluar color models

53A225
RGB8316237
HSL98°62.81%39.02%
HSB/HSV98°77.16%63.53%
CMYK48.77%0.00%77.16%
36.47%

Color #53A225 in popluar number systems.

HEX53A225
Decimal8316237
Binary101001110100010100101
Octal12324245

Shades and tints

Shades of #53A225

#53A225
(83,162,37)
#4C9422
(76,148,34)
#45861F
(69,134,31)
#3E781C
(62,120,28)
#376A19
(55,106,25)
#305C16
(48,92,22)
#294E13
(41,78,19)
#224010
(34,64,16)
#1B320D
(27,50,13)
#14240A
(20,36,10)
#0D1607
(13,22,7)
#000000
(0,0,0)

Tints of #53A225

#53A225
(83,162,37)
#62AA38
(98,170,56)
#71B24B
(113,178,75)
#80BA5E
(128,186,94)
#8FC271
(143,194,113)
#9ECA84
(158,202,132)
#ADD297
(173,210,151)
#BCDAAA
(188,218,170)
#CBE2BD
(203,226,189)
#DAEAD0
(218,234,208)
#E9F2E3
(233,242,227)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #53A225 color. Also use rgb(83,162,37) instead hex code.

Text Font Color

.myTextColor { color: #53A225; }

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

This text font color is #53A225.


Background Color

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

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

This div background color is #53A225.


Border color

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

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

This div border color is #53A225.


Opacity

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

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

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

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

This text has shadow with #53A225 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #53A225 on black background.


Color preview on white background

This text has color #53A225 on white background.



Black color preview on #53A225 background

This text has black color on #53A225 background.


White color preview on #53A225 background

This text has white color on #53A225 background.