COLOR #53B371

HEX: #53B371
RGB: (83,179,113)

Color info

#53B371 contains mainly green color. Web safe color of #53B371 is #669966 (or #696).

RGB color model

#53B371 color RGB value is (83,179,113).

  • red value is 83;
  • green value is 179;
  • blue value is 113.
RGB:
(83,179,113)
(33%,70%,44%)

RGB channels and saturation

R 83 of 255 = 33%
G 179 of 255 = 70%
B 113 of 255 = 44%

83
179
113

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

Portions of RGB colors in percentages

R + G + B =
83 + 179 + 113 = 375 (100%)
R 83 of 375 ~ 22.13%
G 179 of 375 ~ 47.73%
B 113 of 375 ~ 30.13%

%22.13
%47.73
%30.13

CMYK color model

#53B371 color CMYK value is (54,0,37,30).

  • cyan value is 53.63%
  • magenta value is 0.00%
  • yellow value is 36.87%
  • key color value is 29.80%
CMYK:
(54,0,37,30)
C54M0Y37K30 
(54%,0%,37%,30%)
(0.54/0.00/0.37/0.30)	

CMYK percentages

%53.63
%0
%36.87
%29.8

Codes

Color #53B371 in popluar color models

53B371
RGB83179113
HSL139°38.71%51.37%
HSB/HSV139°53.63%70.20%
CMYK53.63%0.00%36.87%
29.80%

Color #53B371 in popluar number systems.

HEX53B371
Decimal83179113
Binary1010011101100111110001
Octal123263161

Shades and tints

Shades of #53B371

#53B371
(83,179,113)
#4CA367
(76,163,103)
#45935D
(69,147,93)
#3E8353
(62,131,83)
#377349
(55,115,73)
#30633F
(48,99,63)
#295335
(41,83,53)
#22432B
(34,67,43)
#1B3321
(27,51,33)
#142317
(20,35,23)
#0D130D
(13,19,13)
#000000
(0,0,0)

Tints of #53B371

#53B371
(83,179,113)
#62B97D
(98,185,125)
#71BF89
(113,191,137)
#80C595
(128,197,149)
#8FCBA1
(143,203,161)
#9ED1AD
(158,209,173)
#ADD7B9
(173,215,185)
#BCDDC5
(188,221,197)
#CBE3D1
(203,227,209)
#DAE9DD
(218,233,221)
#E9EFE9
(233,239,233)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #53B371 color. Also use rgb(83,179,113) instead hex code.

Text Font Color

.myTextColor { color: #53B371; }

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

This text font color is #53B371.


Background Color

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

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

This div background color is #53B371.


Border color

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

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

This div border color is #53B371.


Opacity

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

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

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

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

This text has shadow with #53B371 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #53B371 on black background.


Color preview on white background

This text has color #53B371 on white background.



Black color preview on #53B371 background

This text has black color on #53B371 background.


White color preview on #53B371 background

This text has white color on #53B371 background.