COLOR #52B294

HEX: #52B294
RGB: (82,178,148)

Color info

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

RGB color model

#52B294 color RGB value is (82,178,148).

  • red value is 82;
  • green value is 178;
  • blue value is 148.
RGB:
(82,178,148)
(32%,70%,58%)

RGB channels and saturation

R 82 of 255 = 32%
G 178 of 255 = 70%
B 148 of 255 = 58%

82
178
148

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

Portions of RGB colors in percentages

R + G + B =
82 + 178 + 148 = 408 (100%)
R 82 of 408 ~ 20.1%
G 178 of 408 ~ 43.63%
B 148 of 408 ~ 36.27%

%20.1
%43.63
%36.27

CMYK color model

#52B294 color CMYK value is (54,0,17,30).

  • cyan value is 53.93%
  • magenta value is 0.00%
  • yellow value is 16.85%
  • key color value is 30.20%
CMYK:
(54,0,17,30)
C54M0Y17K30 
(54%,0%,17%,30%)
(0.54/0.00/0.17/0.30)	

CMYK percentages

%53.93
%0
%16.85
%30.2

Codes

Color #52B294 in popluar color models

52B294
RGB82178148
HSL161°38.40%50.98%
HSB/HSV161°53.93%69.80%
CMYK53.93%0.00%16.85%
30.20%

Color #52B294 in popluar number systems.

HEX52B294
Decimal82178148
Binary10100101011001010010100
Octal122262224

Shades and tints

Shades of #52B294

#52B294
(82,178,148)
#4BA287
(75,162,135)
#44927A
(68,146,122)
#3D826D
(61,130,109)
#367260
(54,114,96)
#2F6253
(47,98,83)
#285246
(40,82,70)
#214239
(33,66,57)
#1A322C
(26,50,44)
#13221F
(19,34,31)
#0C1212
(12,18,18)
#000000
(0,0,0)

Tints of #52B294

#52B294
(82,178,148)
#61B99D
(97,185,157)
#70C0A6
(112,192,166)
#7FC7AF
(127,199,175)
#8ECEB8
(142,206,184)
#9DD5C1
(157,213,193)
#ACDCCA
(172,220,202)
#BBE3D3
(187,227,211)
#CAEADC
(202,234,220)
#D9F1E5
(217,241,229)
#E8F8EE
(232,248,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #52B294 color. Also use rgb(82,178,148) instead hex code.

Text Font Color

.myTextColor { color: #52B294; }

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

This text font color is #52B294.


Background Color

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

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

This div background color is #52B294.


Border color

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

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

This div border color is #52B294.


Opacity

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

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

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

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

This text has shadow with #52B294 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #52B294 on black background.


Color preview on white background

This text has color #52B294 on white background.



Black color preview on #52B294 background

This text has black color on #52B294 background.


White color preview on #52B294 background

This text has white color on #52B294 background.