COLOR #53A649

HEX: #53A649 RGB: (83,166,73)

Color info

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

RGB color model

#53A649 color RGB value is (83,166,73).

RGB: (83,166,73) (33%, 65%, 29%)

RGB channels and saturation

R 83 of 255 = 33%
G 166 of 255 = 65%
B 73 of 255 = 29%

83
166
73

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

Portions of RGB colors in percentages

R + G + B = 83 + 166 + 73 = 322 (100%)
R 83 of 322 ~ 25.78%
G 166 of 322 ~ 51.55%
B 73 of 322 ~ 22.67'%

%25.78
%51.55
%22.67

CMYK color model

#53A649 color CMYK value is (50,0,56,35).

  • cyan value is 50.00%
  • magenta value is 0.00%
  • yellow value is 56.02%
  • key color value is 34.90%

CMYK: (50,0,56,35)
C50M0Y56K35 (50%, 0%, 56%, 35%)
(0.50 / 0.00 / 0.56 / 0.35)

CMYK percentages

%50
%0
%56.02
%34.9

Codes

Color #53A649 in popluar color models

53 A6 49
RGB 83 166 73
HSL 114° 38.91% 46.86%
HSB/HSV 114° 56.02% 65.10%
CMYK 50.00% 0.00% 56.02%
34.90%

Color #53A649 in popluar number systems.

HEX 53 A6 49
Decimal 83 166 73
Binary 1010011 10100110 1001001
Octal 123 246 111

Shades and tints

Shades of #53A649

#53A649
(83,166,73)
#4C9743
(76,151,67)
#45883D
(69,136,61)
#3E7937
(62,121,55)
#376A31
(55,106,49)
#305B2B
(48,91,43)
#294C25
(41,76,37)
#223D1F
(34,61,31)
#1B2E19
(27,46,25)
#141F13
(20,31,19)
#0D100D
(13,16,13)
#000000
(0,0,0)

Tints of #53A649

#53A649
(83,166,73)
#62AE59
(98,174,89)
#71B669
(113,182,105)
#80BE79
(128,190,121)
#8FC689
(143,198,137)
#9ECE99
(158,206,153)
#ADD6A9
(173,214,169)
#BCDEB9
(188,222,185)
#CBE6C9
(203,230,201)
#DAEED9
(218,238,217)
#E9F6E9
(233,246,233)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #53A649 color. Also use rgb(83,166,73) instead hex code.

Text Font Color

.myTextColor { color: #53A649; }

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

This text font color is #53A649.

Background Color

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

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

This div background color is #53A649.

Border color

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

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

This div border color is #53A649.

Opacity

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

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

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

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

This text has shadow with #53A649 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #53A649.

Preview

Color preview on black background

This text has color #53A649 on black background.


Color preview on white background

This text has color #53A649 on white background.


Black color preview on #53A649 background

This text has black color on #53A649 background.


White color preview on #53A649 background

This text has white color on #53A649 background.


Related colors

Complementary color

Complementary color for #53A649 is #AC59B6.


I love getcolorcode.com

Triadic colors

1 #4953A6 and #A64953 with #53A649 are triadic colors.

2 #49A653 and #A65349 with #53A649 are triadic colors.