COLOR #53A24B

HEX: #53A24B
RGB: (83,162,75)

Color info

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

RGB color model

#53A24B color RGB value is (83,162,75).

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

RGB channels and saturation

R 83 of 255 = 33%
G 162 of 255 = 64%
B 75 of 255 = 29%

83
162
75

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

Portions of RGB colors in percentages

R + G + B =
83 + 162 + 75 = 320 (100%)
R 83 of 320 ~ 25.94%
G 162 of 320 ~ 50.63%
B 75 of 320 ~ 23.44%

%25.94
%50.63
%23.44

CMYK color model

#53A24B color CMYK value is (49,0,54,36).

  • cyan value is 48.77%
  • magenta value is 0.00%
  • yellow value is 53.70%
  • key color value is 36.47%
CMYK:
(49,0,54,36)
C49M0Y54K36 
(49%,0%,54%,36%)
(0.49/0.00/0.54/0.36)	

CMYK percentages

%48.77
%0
%53.7
%36.47

Codes

Color #53A24B in popluar color models

53A24B
RGB8316275
HSL114°36.71%46.47%
HSB/HSV114°53.70%63.53%
CMYK48.77%0.00%53.70%
36.47%

Color #53A24B in popluar number systems.

HEX53A24B
Decimal8316275
Binary1010011101000101001011
Octal123242113

Shades and tints

Shades of #53A24B

#53A24B
(83,162,75)
#4C9445
(76,148,69)
#45863F
(69,134,63)
#3E7839
(62,120,57)
#376A33
(55,106,51)
#305C2D
(48,92,45)
#294E27
(41,78,39)
#224021
(34,64,33)
#1B321B
(27,50,27)
#142415
(20,36,21)
#0D160F
(13,22,15)
#000000
(0,0,0)

Tints of #53A24B

#53A24B
(83,162,75)
#62AA5B
(98,170,91)
#71B26B
(113,178,107)
#80BA7B
(128,186,123)
#8FC28B
(143,194,139)
#9ECA9B
(158,202,155)
#ADD2AB
(173,210,171)
#BCDABB
(188,218,187)
#CBE2CB
(203,226,203)
#DAEADB
(218,234,219)
#E9F2EB
(233,242,235)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #53A24B; }

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

This text font color is #53A24B.


Background Color

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

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

This div background color is #53A24B.


Border color

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

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

This div border color is #53A24B.


Opacity

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

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

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

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

This text has shadow with #53A24B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #53A24B on black background.


Color preview on white background

This text has color #53A24B on white background.



Black color preview on #53A24B background

This text has black color on #53A24B background.


White color preview on #53A24B background

This text has white color on #53A24B background.