COLOR #52B09B

HEX: #52B09B
RGB: (82,176,155)

Color info

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

RGB color model

#52B09B color RGB value is (82,176,155).

  • red value is 82;
  • green value is 176;
  • blue value is 155.
RGB:
(82,176,155)
(32%,69%,61%)

RGB channels and saturation

R 82 of 255 = 32%
G 176 of 255 = 69%
B 155 of 255 = 61%

82
176
155

R + G + B ~ 54%. #52B09B is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
82 + 176 + 155 = 413 (100%)
R 82 of 413 ~ 19.85%
G 176 of 413 ~ 42.62%
B 155 of 413 ~ 37.53%

%19.85
%42.62
%37.53

CMYK color model

#52B09B color CMYK value is (53,0,12,31).

  • cyan value is 53.41%
  • magenta value is 0.00%
  • yellow value is 11.93%
  • key color value is 30.98%
CMYK:
(53,0,12,31)
C53M0Y12K31 
(53%,0%,12%,31%)
(0.53/0.00/0.12/0.31)	

CMYK percentages

%53.41
%0
%11.93
%30.98

Codes

Color #52B09B in popluar color models

52B09B
RGB82176155
HSL167°37.30%50.59%
HSB/HSV167°53.41%69.02%
CMYK53.41%0.00%11.93%
30.98%

Color #52B09B in popluar number systems.

HEX52B09B
Decimal82176155
Binary10100101011000010011011
Octal122260233

Shades and tints

Shades of #52B09B

#52B09B
(82,176,155)
#4BA08D
(75,160,141)
#44907F
(68,144,127)
#3D8071
(61,128,113)
#367063
(54,112,99)
#2F6055
(47,96,85)
#285047
(40,80,71)
#214039
(33,64,57)
#1A302B
(26,48,43)
#13201D
(19,32,29)
#0C100F
(12,16,15)
#000000
(0,0,0)

Tints of #52B09B

#52B09B
(82,176,155)
#61B7A4
(97,183,164)
#70BEAD
(112,190,173)
#7FC5B6
(127,197,182)
#8ECCBF
(142,204,191)
#9DD3C8
(157,211,200)
#ACDAD1
(172,218,209)
#BBE1DA
(187,225,218)
#CAE8E3
(202,232,227)
#D9EFEC
(217,239,236)
#E8F6F5
(232,246,245)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #52B09B color. Also use rgb(82,176,155) instead hex code.

Text Font Color

.myTextColor { color: #52B09B; }

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

This text font color is #52B09B.


Background Color

.myBgColor { background-color: #52B09B; }

<div style="background-color:#52B09B">Inner text</div>

This div background color is #52B09B.


Border color

.myBorderColor { border: 1px solid #52B09B; }

<div style="border:3px solid #52B09B">Div</div>

This div border color is #52B09B.


Opacity

.myOpacity80 { color: #52B09B; opacity: 0.8; }

<p style="color:#52B09B;opacity:0.8;">80%</p>

Text with #52B09B 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 #52B09B;}

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

This text has shadow with #52B09B color.

.textShadow {text-shadow: 3px 3px 1px #52B09B, 3px 3px 1px red;}

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

This text has shadow with #52B09B primary color and red secondary color.


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

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

This text has shadow with #52B09B and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #52B09B on black background.


Color preview on white background

This text has color #52B09B on white background.



Black color preview on #52B09B background

This text has black color on #52B09B background.


White color preview on #52B09B background

This text has white color on #52B09B background.