COLOR #53A180

HEX: #53A180
RGB: (83,161,128)

Color info

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

RGB color model

#53A180 color RGB value is (83,161,128).

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

RGB channels and saturation

R 83 of 255 = 33%
G 161 of 255 = 63%
B 128 of 255 = 50%

83
161
128

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

Portions of RGB colors in percentages

R + G + B =
83 + 161 + 128 = 372 (100%)
R 83 of 372 ~ 22.31%
G 161 of 372 ~ 43.28%
B 128 of 372 ~ 34.41%

%22.31
%43.28
%34.41

CMYK color model

#53A180 color CMYK value is (48,0,20,37).

  • cyan value is 48.45%
  • magenta value is 0.00%
  • yellow value is 20.50%
  • key color value is 36.86%
CMYK:
(48,0,20,37)
C48M0Y20K37 
(48%,0%,20%,37%)
(0.48/0.00/0.20/0.37)	

CMYK percentages

%48.45
%0
%20.5
%36.86

Codes

Color #53A180 in popluar color models

53A180
RGB83161128
HSL155°31.97%47.84%
HSB/HSV155°48.45%63.14%
CMYK48.45%0.00%20.50%
36.86%

Color #53A180 in popluar number systems.

HEX53A180
Decimal83161128
Binary10100111010000110000000
Octal123241200

Shades and tints

Shades of #53A180

#53A180
(83,161,128)
#4C9375
(76,147,117)
#45856A
(69,133,106)
#3E775F
(62,119,95)
#376954
(55,105,84)
#305B49
(48,91,73)
#294D3E
(41,77,62)
#223F33
(34,63,51)
#1B3128
(27,49,40)
#14231D
(20,35,29)
#0D1512
(13,21,18)
#000000
(0,0,0)

Tints of #53A180

#53A180
(83,161,128)
#62A98B
(98,169,139)
#71B196
(113,177,150)
#80B9A1
(128,185,161)
#8FC1AC
(143,193,172)
#9EC9B7
(158,201,183)
#ADD1C2
(173,209,194)
#BCD9CD
(188,217,205)
#CBE1D8
(203,225,216)
#DAE9E3
(218,233,227)
#E9F1EE
(233,241,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #53A180; }

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

This text font color is #53A180.


Background Color

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

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

This div background color is #53A180.


Border color

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

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

This div border color is #53A180.


Opacity

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

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

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

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

This text has shadow with #53A180 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #53A180 on black background.


Color preview on white background

This text has color #53A180 on white background.



Black color preview on #53A180 background

This text has black color on #53A180 background.


White color preview on #53A180 background

This text has white color on #53A180 background.