COLOR #53A280

HEX: #53A280
RGB: (83,162,128)

Color info

#53A280 contains mainly green and blue colors. Web safe color of #53A280 is #669966 (or #696).

RGB color model

#53A280 color RGB value is (83,162,128).

  • red value is 83;
  • green value is 162;
  • blue value is 128.
RGB:
(83,162,128)
(33%,64%,50%)

RGB channels and saturation

R 83 of 255 = 33%
G 162 of 255 = 64%
B 128 of 255 = 50%

83
162
128

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

Portions of RGB colors in percentages

R + G + B =
83 + 162 + 128 = 373 (100%)
R 83 of 373 ~ 22.25%
G 162 of 373 ~ 43.43%
B 128 of 373 ~ 34.32%

%22.25
%43.43
%34.32

CMYK color model

#53A280 color CMYK value is (49,0,21,36).

  • cyan value is 48.77%
  • magenta value is 0.00%
  • yellow value is 20.99%
  • key color value is 36.47%
CMYK:
(49,0,21,36)
C49M0Y21K36 
(49%,0%,21%,36%)
(0.49/0.00/0.21/0.36)	

CMYK percentages

%48.77
%0
%20.99
%36.47

Codes

Color #53A280 in popluar color models

53A280
RGB83162128
HSL154°32.24%48.04%
HSB/HSV154°48.77%63.53%
CMYK48.77%0.00%20.99%
36.47%

Color #53A280 in popluar number systems.

HEX53A280
Decimal83162128
Binary10100111010001010000000
Octal123242200

Shades and tints

Shades of #53A280

#53A280
(83,162,128)
#4C9475
(76,148,117)
#45866A
(69,134,106)
#3E785F
(62,120,95)
#376A54
(55,106,84)
#305C49
(48,92,73)
#294E3E
(41,78,62)
#224033
(34,64,51)
#1B3228
(27,50,40)
#14241D
(20,36,29)
#0D1612
(13,22,18)
#000000
(0,0,0)

Tints of #53A280

#53A280
(83,162,128)
#62AA8B
(98,170,139)
#71B296
(113,178,150)
#80BAA1
(128,186,161)
#8FC2AC
(143,194,172)
#9ECAB7
(158,202,183)
#ADD2C2
(173,210,194)
#BCDACD
(188,218,205)
#CBE2D8
(203,226,216)
#DAEAE3
(218,234,227)
#E9F2EE
(233,242,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #53A280 color. Also use rgb(83,162,128) instead hex code.

Text Font Color

.myTextColor { color: #53A280; }

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

This text font color is #53A280.


Background Color

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

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

This div background color is #53A280.


Border color

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

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

This div border color is #53A280.


Opacity

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

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

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

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

This text has shadow with #53A280 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #53A280 on black background.


Color preview on white background

This text has color #53A280 on white background.



Black color preview on #53A280 background

This text has black color on #53A280 background.


White color preview on #53A280 background

This text has white color on #53A280 background.