COLOR #53AD31

HEX: #53AD31 RGB: (83,173,49)

Color info

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

RGB color model

#53AD31 color RGB value is (83,173,49).

RGB: (83,173,49) (33%, 68%, 19%)

RGB channels and saturation

R 83 of 255 = 33%
G 173 of 255 = 68%
B 49 of 255 = 19%

83
173
49

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

Portions of RGB colors in percentages

R + G + B = 83 + 173 + 49 = 305 (100%)
R 83 of 305 ~ 27.21%
G 173 of 305 ~ 56.72%
B 49 of 305 ~ 16.07'%

%27.21
%56.72
%16.07

CMYK color model

#53AD31 color CMYK value is (52,0,72,32).

  • cyan value is 52.02%
  • magenta value is 0.00%
  • yellow value is 71.68%
  • key color value is 32.16%

CMYK: (52,0,72,32)
C52M0Y72K32 (52%, 0%, 72%, 32%)
(0.52 / 0.00 / 0.72 / 0.32)

CMYK percentages

%52.02
%0
%71.68
%32.16

Codes

Color #53AD31 in popluar color models

53 AD 31
RGB 83 173 49
HSL 104° 55.86% 43.53%
HSB/HSV 104° 71.68% 67.84%
CMYK 52.02% 0.00% 71.68%
32.16%

Color #53AD31 in popluar number systems.

HEX 53 AD 31
Decimal 83 173 49
Binary 1010011 10101101 110001
Octal 123 255 61

Shades and tints

Shades of #53AD31

#53AD31
(83,173,49)
#4C9E2D
(76,158,45)
#458F29
(69,143,41)
#3E8025
(62,128,37)
#377121
(55,113,33)
#30621D
(48,98,29)
#295319
(41,83,25)
#224415
(34,68,21)
#1B3511
(27,53,17)
#14260D
(20,38,13)
#0D1709
(13,23,9)
#000000
(0,0,0)

Tints of #53AD31

#53AD31
(83,173,49)
#62B443
(98,180,67)
#71BB55
(113,187,85)
#80C267
(128,194,103)
#8FC979
(143,201,121)
#9ED08B
(158,208,139)
#ADD79D
(173,215,157)
#BCDEAF
(188,222,175)
#CBE5C1
(203,229,193)
#DAECD3
(218,236,211)
#E9F3E5
(233,243,229)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #53AD31 color. Also use rgb(83,173,49) instead hex code.

Text Font Color

.myTextColor { color: #53AD31; }

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

This text font color is #53AD31.

Background Color

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

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

This div background color is #53AD31.

Border color

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

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

This div border color is #53AD31.

Opacity

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

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

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

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

This text has shadow with #53AD31 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #53AD31.

Preview

Color preview on black background

This text has color #53AD31 on black background.


Color preview on white background

This text has color #53AD31 on white background.


Black color preview on #53AD31 background

This text has black color on #53AD31 background.


White color preview on #53AD31 background

This text has white color on #53AD31 background.


Related colors

Complementary color

Complementary color for #hex is #AC52CE.


I love getcolorcode.com

Triadic colors

1 #3153AD and #AD3153 with #53AD31 are triadic colors.

2 #31AD53 and #AD5331 with #53AD31 are triadic colors.