COLOR #53A355

HEX: #53A355
RGB: (83,163,85)

Color info

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

RGB color model

#53A355 color RGB value is (83,163,85).

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

RGB channels and saturation

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

83
163
85

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

Portions of RGB colors in percentages

R + G + B =
83 + 163 + 85 = 331 (100%)
R 83 of 331 ~ 25.08%
G 163 of 331 ~ 49.24%
B 85 of 331 ~ 25.68%

%25.08
%49.24
%25.68

CMYK color model

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

  • cyan value is 49.08%
  • magenta value is 0.00%
  • yellow value is 47.85%
  • 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
%47.85
%36.08

Codes

Color #53A355 in popluar color models

53A355
RGB8316385
HSL122°32.52%48.24%
HSB/HSV122°49.08%63.92%
CMYK49.08%0.00%47.85%
36.08%

Color #53A355 in popluar number systems.

HEX53A355
Decimal8316385
Binary1010011101000111010101
Octal123243125

Shades and tints

Shades of #53A355

#53A355
(83,163,85)
#4C954E
(76,149,78)
#458747
(69,135,71)
#3E7940
(62,121,64)
#376B39
(55,107,57)
#305D32
(48,93,50)
#294F2B
(41,79,43)
#224124
(34,65,36)
#1B331D
(27,51,29)
#142516
(20,37,22)
#0D170F
(13,23,15)
#000000
(0,0,0)

Tints of #53A355

#53A355
(83,163,85)
#62AB64
(98,171,100)
#71B373
(113,179,115)
#80BB82
(128,187,130)
#8FC391
(143,195,145)
#9ECBA0
(158,203,160)
#ADD3AF
(173,211,175)
#BCDBBE
(188,219,190)
#CBE3CD
(203,227,205)
#DAEBDC
(218,235,220)
#E9F3EB
(233,243,235)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #53A355; }

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

This text font color is #53A355.


Background Color

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

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

This div background color is #53A355.


Border color

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

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

This div border color is #53A355.


Opacity

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

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

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

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

This text has shadow with #53A355 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #53A355 on black background.


Color preview on white background

This text has color #53A355 on white background.



Black color preview on #53A355 background

This text has black color on #53A355 background.


White color preview on #53A355 background

This text has white color on #53A355 background.