COLOR #53B45A

HEX: #53B45A
RGB: (83,180,90)

Color info

#53B45A contains mainly green color. Web safe color of #53B45A is #66CC66 (or #6C6).

RGB color model

#53B45A color RGB value is (83,180,90).

  • red value is 83;
  • green value is 180;
  • blue value is 90.
RGB:
(83,180,90)
(33%,71%,35%)

RGB channels and saturation

R 83 of 255 = 33%
G 180 of 255 = 71%
B 90 of 255 = 35%

83
180
90

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

Portions of RGB colors in percentages

R + G + B =
83 + 180 + 90 = 353 (100%)
R 83 of 353 ~ 23.51%
G 180 of 353 ~ 50.99%
B 90 of 353 ~ 25.5%

%23.51
%50.99
%25.5

CMYK color model

#53B45A color CMYK value is (54,0,50,29).

  • cyan value is 53.89%
  • magenta value is 0.00%
  • yellow value is 50.00%
  • key color value is 29.41%
CMYK:
(54,0,50,29)
C54M0Y50K29 
(54%,0%,50%,29%)
(0.54/0.00/0.50/0.29)	

CMYK percentages

%53.89
%0
%50
%29.41

Codes

Color #53B45A in popluar color models

53B45A
RGB8318090
HSL124°39.27%51.57%
HSB/HSV124°53.89%70.59%
CMYK53.89%0.00%50.00%
29.41%

Color #53B45A in popluar number systems.

HEX53B45A
Decimal8318090
Binary1010011101101001011010
Octal123264132

Shades and tints

Shades of #53B45A

#53B45A
(83,180,90)
#4CA452
(76,164,82)
#45944A
(69,148,74)
#3E8442
(62,132,66)
#37743A
(55,116,58)
#306432
(48,100,50)
#29542A
(41,84,42)
#224422
(34,68,34)
#1B341A
(27,52,26)
#142412
(20,36,18)
#0D140A
(13,20,10)
#000000
(0,0,0)

Tints of #53B45A

#53B45A
(83,180,90)
#62BA69
(98,186,105)
#71C078
(113,192,120)
#80C687
(128,198,135)
#8FCC96
(143,204,150)
#9ED2A5
(158,210,165)
#ADD8B4
(173,216,180)
#BCDEC3
(188,222,195)
#CBE4D2
(203,228,210)
#DAEAE1
(218,234,225)
#E9F0F0
(233,240,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #53B45A color. Also use rgb(83,180,90) instead hex code.

Text Font Color

.myTextColor { color: #53B45A; }

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

This text font color is #53B45A.


Background Color

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

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

This div background color is #53B45A.


Border color

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

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

This div border color is #53B45A.


Opacity

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

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

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

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

This text has shadow with #53B45A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #53B45A on black background.


Color preview on white background

This text has color #53B45A on white background.



Black color preview on #53B45A background

This text has black color on #53B45A background.


White color preview on #53B45A background

This text has white color on #53B45A background.