COLOR #53A441

HEX: #53A441
RGB: (83,164,65)

Color info

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

RGB color model

#53A441 color RGB value is (83,164,65).

  • red value is 83;
  • green value is 164;
  • blue value is 65.
RGB:
(83,164,65)
(33%,64%,25%)

RGB channels and saturation

R 83 of 255 = 33%
G 164 of 255 = 64%
B 65 of 255 = 25%

83
164
65

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

Portions of RGB colors in percentages

R + G + B =
83 + 164 + 65 = 312 (100%)
R 83 of 312 ~ 26.6%
G 164 of 312 ~ 52.56%
B 65 of 312 ~ 20.83%

%26.6
%52.56
%20.83

CMYK color model

#53A441 color CMYK value is (49,0,60,36).

  • cyan value is 49.39%
  • magenta value is 0.00%
  • yellow value is 60.37%
  • key color value is 35.69%
CMYK:
(49,0,60,36)
C49M0Y60K36 
(49%,0%,60%,36%)
(0.49/0.00/0.60/0.36)	

CMYK percentages

%49.39
%0
%60.37
%35.69

Codes

Color #53A441 in popluar color models

53A441
RGB8316465
HSL109°43.23%44.90%
HSB/HSV109°60.37%64.31%
CMYK49.39%0.00%60.37%
35.69%

Color #53A441 in popluar number systems.

HEX53A441
Decimal8316465
Binary1010011101001001000001
Octal123244101

Shades and tints

Shades of #53A441

#53A441
(83,164,65)
#4C963C
(76,150,60)
#458837
(69,136,55)
#3E7A32
(62,122,50)
#376C2D
(55,108,45)
#305E28
(48,94,40)
#295023
(41,80,35)
#22421E
(34,66,30)
#1B3419
(27,52,25)
#142614
(20,38,20)
#0D180F
(13,24,15)
#000000
(0,0,0)

Tints of #53A441

#53A441
(83,164,65)
#62AC52
(98,172,82)
#71B463
(113,180,99)
#80BC74
(128,188,116)
#8FC485
(143,196,133)
#9ECC96
(158,204,150)
#ADD4A7
(173,212,167)
#BCDCB8
(188,220,184)
#CBE4C9
(203,228,201)
#DAECDA
(218,236,218)
#E9F4EB
(233,244,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #53A441 color. Also use rgb(83,164,65) instead hex code.

Text Font Color

.myTextColor { color: #53A441; }

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

This text font color is #53A441.


Background Color

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

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

This div background color is #53A441.


Border color

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

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

This div border color is #53A441.


Opacity

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

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

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

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

This text has shadow with #53A441 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #53A441 on black background.


Color preview on white background

This text has color #53A441 on white background.



Black color preview on #53A441 background

This text has black color on #53A441 background.


White color preview on #53A441 background

This text has white color on #53A441 background.