COLOR #53A66F

HEX: #53A66F
RGB: (83,166,111)

Color info

#53A66F contains mainly green and blue colors. Web safe color of #53A66F is #669966 (or #696).

RGB color model

#53A66F color RGB value is (83,166,111).

  • red value is 83;
  • green value is 166;
  • blue value is 111.
RGB:
(83,166,111)
(33%,65%,44%)

RGB channels and saturation

R 83 of 255 = 33%
G 166 of 255 = 65%
B 111 of 255 = 44%

83
166
111

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

Portions of RGB colors in percentages

R + G + B =
83 + 166 + 111 = 360 (100%)
R 83 of 360 ~ 23.06%
G 166 of 360 ~ 46.11%
B 111 of 360 ~ 30.83%

%23.06
%46.11
%30.83

CMYK color model

#53A66F color CMYK value is (50,0,33,35).

  • cyan value is 50.00%
  • magenta value is 0.00%
  • yellow value is 33.13%
  • key color value is 34.90%
CMYK:
(50,0,33,35)
C50M0Y33K35 
(50%,0%,33%,35%)
(0.50/0.00/0.33/0.35)	

CMYK percentages

%50
%0
%33.13
%34.9

Codes

Color #53A66F in popluar color models

53A66F
RGB83166111
HSL140°33.33%48.82%
HSB/HSV140°50.00%65.10%
CMYK50.00%0.00%33.13%
34.90%

Color #53A66F in popluar number systems.

HEX53A66F
Decimal83166111
Binary1010011101001101101111
Octal123246157

Shades and tints

Shades of #53A66F

#53A66F
(83,166,111)
#4C9765
(76,151,101)
#45885B
(69,136,91)
#3E7951
(62,121,81)
#376A47
(55,106,71)
#305B3D
(48,91,61)
#294C33
(41,76,51)
#223D29
(34,61,41)
#1B2E1F
(27,46,31)
#141F15
(20,31,21)
#0D100B
(13,16,11)
#000000
(0,0,0)

Tints of #53A66F

#53A66F
(83,166,111)
#62AE7C
(98,174,124)
#71B689
(113,182,137)
#80BE96
(128,190,150)
#8FC6A3
(143,198,163)
#9ECEB0
(158,206,176)
#ADD6BD
(173,214,189)
#BCDECA
(188,222,202)
#CBE6D7
(203,230,215)
#DAEEE4
(218,238,228)
#E9F6F1
(233,246,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #53A66F; }

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

This text font color is #53A66F.


Background Color

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

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

This div background color is #53A66F.


Border color

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

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

This div border color is #53A66F.


Opacity

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

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

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

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

This text has shadow with #53A66F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #53A66F on black background.


Color preview on white background

This text has color #53A66F on white background.



Black color preview on #53A66F background

This text has black color on #53A66F background.


White color preview on #53A66F background

This text has white color on #53A66F background.