COLOR #53B076

HEX: #53B076
RGB: (83,176,118)

Color info

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

RGB color model

#53B076 color RGB value is (83,176,118).

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

RGB channels and saturation

R 83 of 255 = 33%
G 176 of 255 = 69%
B 118 of 255 = 46%

83
176
118

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

Portions of RGB colors in percentages

R + G + B =
83 + 176 + 118 = 377 (100%)
R 83 of 377 ~ 22.02%
G 176 of 377 ~ 46.68%
B 118 of 377 ~ 31.3%

%22.02
%46.68
%31.3

CMYK color model

#53B076 color CMYK value is (53,0,33,31).

  • cyan value is 52.84%
  • magenta value is 0.00%
  • yellow value is 32.95%
  • key color value is 30.98%
CMYK:
(53,0,33,31)
C53M0Y33K31 
(53%,0%,33%,31%)
(0.53/0.00/0.33/0.31)	

CMYK percentages

%52.84
%0
%32.95
%30.98

Codes

Color #53B076 in popluar color models

53B076
RGB83176118
HSL143°37.05%50.78%
HSB/HSV143°52.84%69.02%
CMYK52.84%0.00%32.95%
30.98%

Color #53B076 in popluar number systems.

HEX53B076
Decimal83176118
Binary1010011101100001110110
Octal123260166

Shades and tints

Shades of #53B076

#53B076
(83,176,118)
#4CA06C
(76,160,108)
#459062
(69,144,98)
#3E8058
(62,128,88)
#37704E
(55,112,78)
#306044
(48,96,68)
#29503A
(41,80,58)
#224030
(34,64,48)
#1B3026
(27,48,38)
#14201C
(20,32,28)
#0D1012
(13,16,18)
#000000
(0,0,0)

Tints of #53B076

#53B076
(83,176,118)
#62B782
(98,183,130)
#71BE8E
(113,190,142)
#80C59A
(128,197,154)
#8FCCA6
(143,204,166)
#9ED3B2
(158,211,178)
#ADDABE
(173,218,190)
#BCE1CA
(188,225,202)
#CBE8D6
(203,232,214)
#DAEFE2
(218,239,226)
#E9F6EE
(233,246,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #53B076; }

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

This text font color is #53B076.


Background Color

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

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

This div background color is #53B076.


Border color

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

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

This div border color is #53B076.


Opacity

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

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

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

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

This text has shadow with #53B076 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #53B076 on black background.


Color preview on white background

This text has color #53B076 on white background.



Black color preview on #53B076 background

This text has black color on #53B076 background.


White color preview on #53B076 background

This text has white color on #53B076 background.