COLOR #53A354

HEX: #53A354
RGB: (83,163,84)

Color info

#53A354 contains mainly green color. Web safe color of #53A354 is #669966 (or #696).

RGB color model

#53A354 color RGB value is (83,163,84).

  • red value is 83;
  • green value is 163;
  • blue value is 84.
RGB:
(83,163,84)
(33%,64%,33%)

RGB channels and saturation

R 83 of 255 = 33%
G 163 of 255 = 64%
B 84 of 255 = 33%

83
163
84

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

Portions of RGB colors in percentages

R + G + B =
83 + 163 + 84 = 330 (100%)
R 83 of 330 ~ 25.15%
G 163 of 330 ~ 49.39%
B 84 of 330 ~ 25.45%

%25.15
%49.39
%25.45

CMYK color model

#53A354 color CMYK value is (49,0,48,36).

  • cyan value is 49.08%
  • magenta value is 0.00%
  • yellow value is 48.47%
  • key color value is 36.08%
CMYK:
(49,0,48,36)
C49M0Y48K36 
(49%,0%,48%,36%)
(0.49/0.00/0.48/0.36)	

CMYK percentages

%49.08
%0
%48.47
%36.08

Codes

Color #53A354 in popluar color models

53A354
RGB8316384
HSL121°32.52%48.24%
HSB/HSV121°49.08%63.92%
CMYK49.08%0.00%48.47%
36.08%

Color #53A354 in popluar number systems.

HEX53A354
Decimal8316384
Binary1010011101000111010100
Octal123243124

Shades and tints

Shades of #53A354

#53A354
(83,163,84)
#4C954D
(76,149,77)
#458746
(69,135,70)
#3E793F
(62,121,63)
#376B38
(55,107,56)
#305D31
(48,93,49)
#294F2A
(41,79,42)
#224123
(34,65,35)
#1B331C
(27,51,28)
#142515
(20,37,21)
#0D170E
(13,23,14)
#000000
(0,0,0)

Tints of #53A354

#53A354
(83,163,84)
#62AB63
(98,171,99)
#71B372
(113,179,114)
#80BB81
(128,187,129)
#8FC390
(143,195,144)
#9ECB9F
(158,203,159)
#ADD3AE
(173,211,174)
#BCDBBD
(188,219,189)
#CBE3CC
(203,227,204)
#DAEBDB
(218,235,219)
#E9F3EA
(233,243,234)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #53A354 color. Also use rgb(83,163,84) instead hex code.

Text Font Color

.myTextColor { color: #53A354; }

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

This text font color is #53A354.


Background Color

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

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

This div background color is #53A354.


Border color

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

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

This div border color is #53A354.


Opacity

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

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

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

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

This text has shadow with #53A354 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #53A354 on black background.


Color preview on white background

This text has color #53A354 on white background.



Black color preview on #53A354 background

This text has black color on #53A354 background.


White color preview on #53A354 background

This text has white color on #53A354 background.