COLOR #53AB4B

HEX: #53AB4B
RGB: (83,171,75)

Color info

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

RGB color model

#53AB4B color RGB value is (83,171,75).

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

RGB channels and saturation

R 83 of 255 = 33%
G 171 of 255 = 67%
B 75 of 255 = 29%

83
171
75

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

Portions of RGB colors in percentages

R + G + B =
83 + 171 + 75 = 329 (100%)
R 83 of 329 ~ 25.23%
G 171 of 329 ~ 51.98%
B 75 of 329 ~ 22.8%

%25.23
%51.98
%22.8

CMYK color model

#53AB4B color CMYK value is (51,0,56,33).

  • cyan value is 51.46%
  • magenta value is 0.00%
  • yellow value is 56.14%
  • key color value is 32.94%
CMYK:
(51,0,56,33)
C51M0Y56K33 
(51%,0%,56%,33%)
(0.51/0.00/0.56/0.33)	

CMYK percentages

%51.46
%0
%56.14
%32.94

Codes

Color #53AB4B in popluar color models

53AB4B
RGB8317175
HSL115°39.02%48.24%
HSB/HSV115°56.14%67.06%
CMYK51.46%0.00%56.14%
32.94%

Color #53AB4B in popluar number systems.

HEX53AB4B
Decimal8317175
Binary1010011101010111001011
Octal123253113

Shades and tints

Shades of #53AB4B

#53AB4B
(83,171,75)
#4C9C45
(76,156,69)
#458D3F
(69,141,63)
#3E7E39
(62,126,57)
#376F33
(55,111,51)
#30602D
(48,96,45)
#295127
(41,81,39)
#224221
(34,66,33)
#1B331B
(27,51,27)
#142415
(20,36,21)
#0D150F
(13,21,15)
#000000
(0,0,0)

Tints of #53AB4B

#53AB4B
(83,171,75)
#62B25B
(98,178,91)
#71B96B
(113,185,107)
#80C07B
(128,192,123)
#8FC78B
(143,199,139)
#9ECE9B
(158,206,155)
#ADD5AB
(173,213,171)
#BCDCBB
(188,220,187)
#CBE3CB
(203,227,203)
#DAEADB
(218,234,219)
#E9F1EB
(233,241,235)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #53AB4B; }

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

This text font color is #53AB4B.


Background Color

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

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

This div background color is #53AB4B.


Border color

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

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

This div border color is #53AB4B.


Opacity

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

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

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

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

This text has shadow with #53AB4B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #53AB4B on black background.


Color preview on white background

This text has color #53AB4B on white background.



Black color preview on #53AB4B background

This text has black color on #53AB4B background.


White color preview on #53AB4B background

This text has white color on #53AB4B background.