COLOR #53B79F

HEX: #53B79F
RGB: (83,183,159)

Color info

#53B79F contains mainly green and blue colors. Web safe color of #53B79F is #66CC99 (or #6C9).

RGB color model

#53B79F color RGB value is (83,183,159).

  • red value is 83;
  • green value is 183;
  • blue value is 159.
RGB:
(83,183,159)
(33%,72%,62%)

RGB channels and saturation

R 83 of 255 = 33%
G 183 of 255 = 72%
B 159 of 255 = 62%

83
183
159

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

Portions of RGB colors in percentages

R + G + B =
83 + 183 + 159 = 425 (100%)
R 83 of 425 ~ 19.53%
G 183 of 425 ~ 43.06%
B 159 of 425 ~ 37.41%

%19.53
%43.06
%37.41

CMYK color model

#53B79F color CMYK value is (55,0,13,28).

  • cyan value is 54.64%
  • magenta value is 0.00%
  • yellow value is 13.11%
  • key color value is 28.24%
CMYK:
(55,0,13,28)
C55M0Y13K28 
(55%,0%,13%,28%)
(0.55/0.00/0.13/0.28)	

CMYK percentages

%54.64
%0
%13.11
%28.24

Codes

Color #53B79F in popluar color models

53B79F
RGB83183159
HSL166°40.98%52.16%
HSB/HSV166°54.64%71.76%
CMYK54.64%0.00%13.11%
28.24%

Color #53B79F in popluar number systems.

HEX53B79F
Decimal83183159
Binary10100111011011110011111
Octal123267237

Shades and tints

Shades of #53B79F

#53B79F
(83,183,159)
#4CA791
(76,167,145)
#459783
(69,151,131)
#3E8775
(62,135,117)
#377767
(55,119,103)
#306759
(48,103,89)
#29574B
(41,87,75)
#22473D
(34,71,61)
#1B372F
(27,55,47)
#142721
(20,39,33)
#0D1713
(13,23,19)
#000000
(0,0,0)

Tints of #53B79F

#53B79F
(83,183,159)
#62BDA7
(98,189,167)
#71C3AF
(113,195,175)
#80C9B7
(128,201,183)
#8FCFBF
(143,207,191)
#9ED5C7
(158,213,199)
#ADDBCF
(173,219,207)
#BCE1D7
(188,225,215)
#CBE7DF
(203,231,223)
#DAEDE7
(218,237,231)
#E9F3EF
(233,243,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #53B79F color. Also use rgb(83,183,159) instead hex code.

Text Font Color

.myTextColor { color: #53B79F; }

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

This text font color is #53B79F.


Background Color

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

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

This div background color is #53B79F.


Border color

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

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

This div border color is #53B79F.


Opacity

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

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

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

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

This text has shadow with #53B79F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #53B79F on black background.


Color preview on white background

This text has color #53B79F on white background.



Black color preview on #53B79F background

This text has black color on #53B79F background.


White color preview on #53B79F background

This text has white color on #53B79F background.