COLOR #53B09F

HEX: #53B09F
RGB: (83,176,159)

Color info

#53B09F contains mainly green and blue colors. Web safe color of #53B09F is #669999 (or #699).

RGB color model

#53B09F color RGB value is (83,176,159).

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

RGB channels and saturation

R 83 of 255 = 33%
G 176 of 255 = 69%
B 159 of 255 = 62%

83
176
159

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

Portions of RGB colors in percentages

R + G + B =
83 + 176 + 159 = 418 (100%)
R 83 of 418 ~ 19.86%
G 176 of 418 ~ 42.11%
B 159 of 418 ~ 38.04%

%19.86
%42.11
%38.04

CMYK color model

#53B09F color CMYK value is (53,0,10,31).

  • cyan value is 52.84%
  • magenta value is 0.00%
  • yellow value is 9.66%
  • key color value is 30.98%
CMYK:
(53,0,10,31)
C53M0Y10K31 
(53%,0%,10%,31%)
(0.53/0.00/0.10/0.31)	

CMYK percentages

%52.84
%0
%9.66
%30.98

Codes

Color #53B09F in popluar color models

53B09F
RGB83176159
HSL169°37.05%50.78%
HSB/HSV169°52.84%69.02%
CMYK52.84%0.00%9.66%
30.98%

Color #53B09F in popluar number systems.

HEX53B09F
Decimal83176159
Binary10100111011000010011111
Octal123260237

Shades and tints

Shades of #53B09F

#53B09F
(83,176,159)
#4CA091
(76,160,145)
#459083
(69,144,131)
#3E8075
(62,128,117)
#377067
(55,112,103)
#306059
(48,96,89)
#29504B
(41,80,75)
#22403D
(34,64,61)
#1B302F
(27,48,47)
#142021
(20,32,33)
#0D1013
(13,16,19)
#000000
(0,0,0)

Tints of #53B09F

#53B09F
(83,176,159)
#62B7A7
(98,183,167)
#71BEAF
(113,190,175)
#80C5B7
(128,197,183)
#8FCCBF
(143,204,191)
#9ED3C7
(158,211,199)
#ADDACF
(173,218,207)
#BCE1D7
(188,225,215)
#CBE8DF
(203,232,223)
#DAEFE7
(218,239,231)
#E9F6EF
(233,246,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #53B09F; }

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

This text font color is #53B09F.


Background Color

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

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

This div background color is #53B09F.


Border color

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

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

This div border color is #53B09F.


Opacity

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

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

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

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

This text has shadow with #53B09F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #53B09F on black background.


Color preview on white background

This text has color #53B09F on white background.



Black color preview on #53B09F background

This text has black color on #53B09F background.


White color preview on #53B09F background

This text has white color on #53B09F background.