COLOR #53B97A

HEX: #53B97A
RGB: (83,185,122)

Color info

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

RGB color model

#53B97A color RGB value is (83,185,122).

  • red value is 83;
  • green value is 185;
  • blue value is 122.
RGB:
(83,185,122)
(33%,73%,48%)

RGB channels and saturation

R 83 of 255 = 33%
G 185 of 255 = 73%
B 122 of 255 = 48%

83
185
122

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

Portions of RGB colors in percentages

R + G + B =
83 + 185 + 122 = 390 (100%)
R 83 of 390 ~ 21.28%
G 185 of 390 ~ 47.44%
B 122 of 390 ~ 31.28%

%21.28
%47.44
%31.28

CMYK color model

#53B97A color CMYK value is (55,0,34,27).

  • cyan value is 55.14%
  • magenta value is 0.00%
  • yellow value is 34.05%
  • key color value is 27.45%
CMYK:
(55,0,34,27)
C55M0Y34K27 
(55%,0%,34%,27%)
(0.55/0.00/0.34/0.27)	

CMYK percentages

%55.14
%0
%34.05
%27.45

Codes

Color #53B97A in popluar color models

53B97A
RGB83185122
HSL143°42.15%52.55%
HSB/HSV143°55.14%72.55%
CMYK55.14%0.00%34.05%
27.45%

Color #53B97A in popluar number systems.

HEX53B97A
Decimal83185122
Binary1010011101110011111010
Octal123271172

Shades and tints

Shades of #53B97A

#53B97A
(83,185,122)
#4CA96F
(76,169,111)
#459964
(69,153,100)
#3E8959
(62,137,89)
#37794E
(55,121,78)
#306943
(48,105,67)
#295938
(41,89,56)
#22492D
(34,73,45)
#1B3922
(27,57,34)
#142917
(20,41,23)
#0D190C
(13,25,12)
#000000
(0,0,0)

Tints of #53B97A

#53B97A
(83,185,122)
#62BF86
(98,191,134)
#71C592
(113,197,146)
#80CB9E
(128,203,158)
#8FD1AA
(143,209,170)
#9ED7B6
(158,215,182)
#ADDDC2
(173,221,194)
#BCE3CE
(188,227,206)
#CBE9DA
(203,233,218)
#DAEFE6
(218,239,230)
#E9F5F2
(233,245,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #53B97A color. Also use rgb(83,185,122) instead hex code.

Text Font Color

.myTextColor { color: #53B97A; }

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

This text font color is #53B97A.


Background Color

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

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

This div background color is #53B97A.


Border color

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

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

This div border color is #53B97A.


Opacity

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

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

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

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

This text has shadow with #53B97A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #53B97A on black background.


Color preview on white background

This text has color #53B97A on white background.



Black color preview on #53B97A background

This text has black color on #53B97A background.


White color preview on #53B97A background

This text has white color on #53B97A background.