COLOR #53A55D

HEX: #53A55D
RGB: (83,165,93)

Color info

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

RGB color model

#53A55D color RGB value is (83,165,93).

  • red value is 83;
  • green value is 165;
  • blue value is 93.
RGB:
(83,165,93)
(33%,65%,36%)

RGB channels and saturation

R 83 of 255 = 33%
G 165 of 255 = 65%
B 93 of 255 = 36%

83
165
93

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

Portions of RGB colors in percentages

R + G + B =
83 + 165 + 93 = 341 (100%)
R 83 of 341 ~ 24.34%
G 165 of 341 ~ 48.39%
B 93 of 341 ~ 27.27%

%24.34
%48.39
%27.27

CMYK color model

#53A55D color CMYK value is (50,0,44,35).

  • cyan value is 49.70%
  • magenta value is 0.00%
  • yellow value is 43.64%
  • key color value is 35.29%
CMYK:
(50,0,44,35)
C50M0Y44K35 
(50%,0%,44%,35%)
(0.50/0.00/0.44/0.35)	

CMYK percentages

%49.7
%0
%43.64
%35.29

Codes

Color #53A55D in popluar color models

53A55D
RGB8316593
HSL127°33.06%48.63%
HSB/HSV127°49.70%64.71%
CMYK49.70%0.00%43.64%
35.29%

Color #53A55D in popluar number systems.

HEX53A55D
Decimal8316593
Binary1010011101001011011101
Octal123245135

Shades and tints

Shades of #53A55D

#53A55D
(83,165,93)
#4C9655
(76,150,85)
#45874D
(69,135,77)
#3E7845
(62,120,69)
#37693D
(55,105,61)
#305A35
(48,90,53)
#294B2D
(41,75,45)
#223C25
(34,60,37)
#1B2D1D
(27,45,29)
#141E15
(20,30,21)
#0D0F0D
(13,15,13)
#000000
(0,0,0)

Tints of #53A55D

#53A55D
(83,165,93)
#62AD6B
(98,173,107)
#71B579
(113,181,121)
#80BD87
(128,189,135)
#8FC595
(143,197,149)
#9ECDA3
(158,205,163)
#ADD5B1
(173,213,177)
#BCDDBF
(188,221,191)
#CBE5CD
(203,229,205)
#DAEDDB
(218,237,219)
#E9F5E9
(233,245,233)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #53A55D color. Also use rgb(83,165,93) instead hex code.

Text Font Color

.myTextColor { color: #53A55D; }

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

This text font color is #53A55D.


Background Color

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

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

This div background color is #53A55D.


Border color

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

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

This div border color is #53A55D.


Opacity

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

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

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

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

This text has shadow with #53A55D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #53A55D on black background.


Color preview on white background

This text has color #53A55D on white background.



Black color preview on #53A55D background

This text has black color on #53A55D background.


White color preview on #53A55D background

This text has white color on #53A55D background.