COLOR #53AA17

HEX: #53AA17 RGB: (83,170,23)

Color info

#53AA17 contains mainly green color. Web safe color of #53AA17 is #669900 (or #690).

RGB color model

#53AA17 color RGB value is (83,170,23).

RGB: (83,170,23) (33%, 67%, 9%)

RGB channels and saturation

R 83 of 255 = 33%
G 170 of 255 = 67%
B 23 of 255 = 9%

83
170
23

R + G + B ~ 36%. #53AA17 is quite dark color.

Portions of RGB colors in percentages

R + G + B = 83 + 170 + 23 = 276 (100%)
R 83 of 276 ~ 30.07%
G 170 of 276 ~ 61.59%
B 23 of 276 ~ 8.33'%

%30.07
%61.59

CMYK color model

#53AA17 color CMYK value is (51,0,86,33).

  • cyan value is 51.18%
  • magenta value is 0.00%
  • yellow value is 86.47%
  • key color value is 33.33%

CMYK: (51,0,86,33)
C51M0Y86K33 (51%, 0%, 86%, 33%)
(0.51 / 0.00 / 0.86 / 0.33)

CMYK percentages

%51.18
%0
%86.47
%33.33

Codes

Color #53AA17 in popluar color models

53 AA 17
RGB 83 170 23
HSL 96° 76.17% 37.84%
HSB/HSV 96° 86.47% 66.67%
CMYK 51.18% 0.00% 86.47%
33.33%

Color #53AA17 in popluar number systems.

HEX 53 AA 17
Decimal 83 170 23
Binary 1010011 10101010 10111
Octal 123 252 27

Shades and tints

Shades of #53AA17

#53AA17
(83,170,23)
#4C9B15
(76,155,21)
#458C13
(69,140,19)
#3E7D11
(62,125,17)
#376E0F
(55,110,15)
#305F0D
(48,95,13)
#29500B
(41,80,11)
#224109
(34,65,9)
#1B3207
(27,50,7)
#142305
(20,35,5)
#0D1403
(13,20,3)
#000000
(0,0,0)

Tints of #53AA17

#53AA17
(83,170,23)
#62B12C
(98,177,44)
#71B841
(113,184,65)
#80BF56
(128,191,86)
#8FC66B
(143,198,107)
#9ECD80
(158,205,128)
#ADD495
(173,212,149)
#BCDBAA
(188,219,170)
#CBE2BF
(203,226,191)
#DAE9D4
(218,233,212)
#E9F0E9
(233,240,233)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #53AA17 color. Also use rgb(83,170,23) instead hex code.

Text Font Color

.myTextColor { color: #53AA17; }

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

This text font color is #53AA17.

Background Color

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

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

This div background color is #53AA17.

Border color

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

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

This div border color is #53AA17.

Opacity

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

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

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

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

This text has shadow with #53AA17 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #53AA17.

Preview

Color preview on black background

This text has color #53AA17 on black background.


Color preview on white background

This text has color #53AA17 on white background.


Black color preview on #53AA17 background

This text has black color on #53AA17 background.


White color preview on #53AA17 background

This text has white color on #53AA17 background.


Related colors

Complementary color

Complementary color for #53AA17 is #AC55E8.


I love getcolorcode.com

Triadic colors

1 #1753AA and #AA1753 with #53AA17 are triadic colors.

2 #17AA53 and #AA5317 with #53AA17 are triadic colors.