COLOR #53A951

HEX: #53A951
RGB: (83,169,81)

Color info

#53A951 contains mainly green color. Web safe color of #53A951 is #669966 (or #696).

RGB color model

#53A951 color RGB value is (83,169,81).

  • red value is 83;
  • green value is 169;
  • blue value is 81.
RGB:
(83,169,81)
(33%,66%,32%)

RGB channels and saturation

R 83 of 255 = 33%
G 169 of 255 = 66%
B 81 of 255 = 32%

83
169
81

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

Portions of RGB colors in percentages

R + G + B =
83 + 169 + 81 = 333 (100%)
R 83 of 333 ~ 24.92%
G 169 of 333 ~ 50.75%
B 81 of 333 ~ 24.32%

%24.92
%50.75
%24.32

CMYK color model

#53A951 color CMYK value is (51,0,52,34).

  • cyan value is 50.89%
  • magenta value is 0.00%
  • yellow value is 52.07%
  • key color value is 33.73%
CMYK:
(51,0,52,34)
C51M0Y52K34 
(51%,0%,52%,34%)
(0.51/0.00/0.52/0.34)	

CMYK percentages

%50.89
%0
%52.07
%33.73

Codes

Color #53A951 in popluar color models

53A951
RGB8316981
HSL119°35.20%49.02%
HSB/HSV119°52.07%66.27%
CMYK50.89%0.00%52.07%
33.73%

Color #53A951 in popluar number systems.

HEX53A951
Decimal8316981
Binary1010011101010011010001
Octal123251121

Shades and tints

Shades of #53A951

#53A951
(83,169,81)
#4C9A4A
(76,154,74)
#458B43
(69,139,67)
#3E7C3C
(62,124,60)
#376D35
(55,109,53)
#305E2E
(48,94,46)
#294F27
(41,79,39)
#224020
(34,64,32)
#1B3119
(27,49,25)
#142212
(20,34,18)
#0D130B
(13,19,11)
#000000
(0,0,0)

Tints of #53A951

#53A951
(83,169,81)
#62B060
(98,176,96)
#71B76F
(113,183,111)
#80BE7E
(128,190,126)
#8FC58D
(143,197,141)
#9ECC9C
(158,204,156)
#ADD3AB
(173,211,171)
#BCDABA
(188,218,186)
#CBE1C9
(203,225,201)
#DAE8D8
(218,232,216)
#E9EFE7
(233,239,231)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #53A951 color. Also use rgb(83,169,81) instead hex code.

Text Font Color

.myTextColor { color: #53A951; }

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

This text font color is #53A951.


Background Color

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

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

This div background color is #53A951.


Border color

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

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

This div border color is #53A951.


Opacity

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

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

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

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

This text has shadow with #53A951 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #53A951 on black background.


Color preview on white background

This text has color #53A951 on white background.



Black color preview on #53A951 background

This text has black color on #53A951 background.


White color preview on #53A951 background

This text has white color on #53A951 background.