COLOR #53AB84

HEX: #53AB84
RGB: (83,171,132)

Color info

#53AB84 contains mainly green and blue colors. Web safe color of #53AB84 is #669999 (or #699).

RGB color model

#53AB84 color RGB value is (83,171,132).

  • red value is 83;
  • green value is 171;
  • blue value is 132.
RGB:
(83,171,132)
(33%,67%,52%)

RGB channels and saturation

R 83 of 255 = 33%
G 171 of 255 = 67%
B 132 of 255 = 52%

83
171
132

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

Portions of RGB colors in percentages

R + G + B =
83 + 171 + 132 = 386 (100%)
R 83 of 386 ~ 21.5%
G 171 of 386 ~ 44.3%
B 132 of 386 ~ 34.2%

%21.5
%44.3
%34.2

CMYK color model

#53AB84 color CMYK value is (51,0,23,33).

  • cyan value is 51.46%
  • magenta value is 0.00%
  • yellow value is 22.81%
  • key color value is 32.94%
CMYK:
(51,0,23,33)
C51M0Y23K33 
(51%,0%,23%,33%)
(0.51/0.00/0.23/0.33)	

CMYK percentages

%51.46
%0
%22.81
%32.94

Codes

Color #53AB84 in popluar color models

53AB84
RGB83171132
HSL153°34.65%49.80%
HSB/HSV153°51.46%67.06%
CMYK51.46%0.00%22.81%
32.94%

Color #53AB84 in popluar number systems.

HEX53AB84
Decimal83171132
Binary10100111010101110000100
Octal123253204

Shades and tints

Shades of #53AB84

#53AB84
(83,171,132)
#4C9C78
(76,156,120)
#458D6C
(69,141,108)
#3E7E60
(62,126,96)
#376F54
(55,111,84)
#306048
(48,96,72)
#29513C
(41,81,60)
#224230
(34,66,48)
#1B3324
(27,51,36)
#142418
(20,36,24)
#0D150C
(13,21,12)
#000000
(0,0,0)

Tints of #53AB84

#53AB84
(83,171,132)
#62B28F
(98,178,143)
#71B99A
(113,185,154)
#80C0A5
(128,192,165)
#8FC7B0
(143,199,176)
#9ECEBB
(158,206,187)
#ADD5C6
(173,213,198)
#BCDCD1
(188,220,209)
#CBE3DC
(203,227,220)
#DAEAE7
(218,234,231)
#E9F1F2
(233,241,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #53AB84 color. Also use rgb(83,171,132) instead hex code.

Text Font Color

.myTextColor { color: #53AB84; }

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

This text font color is #53AB84.


Background Color

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

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

This div background color is #53AB84.


Border color

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

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

This div border color is #53AB84.


Opacity

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

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

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

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

This text has shadow with #53AB84 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #53AB84 on black background.


Color preview on white background

This text has color #53AB84 on white background.



Black color preview on #53AB84 background

This text has black color on #53AB84 background.


White color preview on #53AB84 background

This text has white color on #53AB84 background.