COLOR #53B070

HEX: #53B070
RGB: (83,176,112)

Color info

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

RGB color model

#53B070 color RGB value is (83,176,112).

  • red value is 83;
  • green value is 176;
  • blue value is 112.
RGB:
(83,176,112)
(33%,69%,44%)

RGB channels and saturation

R 83 of 255 = 33%
G 176 of 255 = 69%
B 112 of 255 = 44%

83
176
112

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

Portions of RGB colors in percentages

R + G + B =
83 + 176 + 112 = 371 (100%)
R 83 of 371 ~ 22.37%
G 176 of 371 ~ 47.44%
B 112 of 371 ~ 30.19%

%22.37
%47.44
%30.19

CMYK color model

#53B070 color CMYK value is (53,0,36,31).

  • cyan value is 52.84%
  • magenta value is 0.00%
  • yellow value is 36.36%
  • key color value is 30.98%
CMYK:
(53,0,36,31)
C53M0Y36K31 
(53%,0%,36%,31%)
(0.53/0.00/0.36/0.31)	

CMYK percentages

%52.84
%0
%36.36
%30.98

Codes

Color #53B070 in popluar color models

53B070
RGB83176112
HSL139°37.05%50.78%
HSB/HSV139°52.84%69.02%
CMYK52.84%0.00%36.36%
30.98%

Color #53B070 in popluar number systems.

HEX53B070
Decimal83176112
Binary1010011101100001110000
Octal123260160

Shades and tints

Shades of #53B070

#53B070
(83,176,112)
#4CA066
(76,160,102)
#45905C
(69,144,92)
#3E8052
(62,128,82)
#377048
(55,112,72)
#30603E
(48,96,62)
#295034
(41,80,52)
#22402A
(34,64,42)
#1B3020
(27,48,32)
#142016
(20,32,22)
#0D100C
(13,16,12)
#000000
(0,0,0)

Tints of #53B070

#53B070
(83,176,112)
#62B77D
(98,183,125)
#71BE8A
(113,190,138)
#80C597
(128,197,151)
#8FCCA4
(143,204,164)
#9ED3B1
(158,211,177)
#ADDABE
(173,218,190)
#BCE1CB
(188,225,203)
#CBE8D8
(203,232,216)
#DAEFE5
(218,239,229)
#E9F6F2
(233,246,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #53B070 color. Also use rgb(83,176,112) instead hex code.

Text Font Color

.myTextColor { color: #53B070; }

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

This text font color is #53B070.


Background Color

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

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

This div background color is #53B070.


Border color

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

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

This div border color is #53B070.


Opacity

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

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

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

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

This text has shadow with #53B070 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #53B070 on black background.


Color preview on white background

This text has color #53B070 on white background.



Black color preview on #53B070 background

This text has black color on #53B070 background.


White color preview on #53B070 background

This text has white color on #53B070 background.