COLOR #53A278

HEX: #53A278 RGB: (83,162,120)

Color info

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

RGB color model

#53A278 color RGB value is (83,162,120).

RGB: (83,162,120) (33%, 64%, 47%)

RGB channels and saturation

R 83 of 255 = 33%
G 162 of 255 = 64%
B 120 of 255 = 47%

83
162
120

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

Portions of RGB colors in percentages

R + G + B = 83 + 162 + 120 = 365 (100%)
R 83 of 365 ~ 22.74%
G 162 of 365 ~ 44.38%
B 120 of 365 ~ 32.88'%

%22.74
%44.38
%32.88

CMYK color model

#53A278 color CMYK value is (49,0,26,36).

  • cyan value is 48.77%
  • magenta value is 0.00%
  • yellow value is 25.93%
  • key color value is 36.47%

CMYK: (49,0,26,36)
C49M0Y26K36 (49%, 0%, 26%, 36%)
(0.49 / 0.00 / 0.26 / 0.36)

CMYK percentages

%48.77
%0
%25.93
%36.47

Codes

Color #53A278 in popluar color models

53 A2 78
RGB 83 162 120
HSL 148° 32.24% 48.04%
HSB/HSV 148° 48.77% 63.53%
CMYK 48.77% 0.00% 25.93%
36.47%

Color #53A278 in popluar number systems.

HEX 53 A2 78
Decimal 83 162 120
Binary 1010011 10100010 1111000
Octal 123 242 170

Shades and tints

Shades of #53A278

#53A278
(83,162,120)
#4C946E
(76,148,110)
#458664
(69,134,100)
#3E785A
(62,120,90)
#376A50
(55,106,80)
#305C46
(48,92,70)
#294E3C
(41,78,60)
#224032
(34,64,50)
#1B3228
(27,50,40)
#14241E
(20,36,30)
#0D1614
(13,22,20)
#000000
(0,0,0)

Tints of #53A278

#53A278
(83,162,120)
#62AA84
(98,170,132)
#71B290
(113,178,144)
#80BA9C
(128,186,156)
#8FC2A8
(143,194,168)
#9ECAB4
(158,202,180)
#ADD2C0
(173,210,192)
#BCDACC
(188,218,204)
#CBE2D8
(203,226,216)
#DAEAE4
(218,234,228)
#E9F2F0
(233,242,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #53A278; }

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

This text font color is #53A278.

Background Color

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

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

This div background color is #53A278.

Border color

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

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

This div border color is #53A278.

Opacity

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

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

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

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

This text has shadow with #53A278 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #53A278.

Preview

Color preview on black background

This text has color #53A278 on black background.


Color preview on white background

This text has color #53A278 on white background.


Black color preview on #53A278 background

This text has black color on #53A278 background.


White color preview on #53A278 background

This text has white color on #53A278 background.


Related colors

Complementary color

Complementary color for #hex is #AC5D87.


I love getcolorcode.com

Triadic colors

1 #7853A2 and #A27853 with #53A278 are triadic colors.

2 #78A253 and #A25378 with #53A278 are triadic colors.