COLOR #52A195

HEX: #52A195
RGB: (82,161,149)

Color info

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

RGB color model

#52A195 color RGB value is (82,161,149).

  • red value is 82;
  • green value is 161;
  • blue value is 149.
RGB:
(82,161,149)
(32%,63%,58%)

RGB channels and saturation

R 82 of 255 = 32%
G 161 of 255 = 63%
B 149 of 255 = 58%

82
161
149

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

Portions of RGB colors in percentages

R + G + B =
82 + 161 + 149 = 392 (100%)
R 82 of 392 ~ 20.92%
G 161 of 392 ~ 41.07%
B 149 of 392 ~ 38.01%

%20.92
%41.07
%38.01

CMYK color model

#52A195 color CMYK value is (49,0,7,37).

  • cyan value is 49.07%
  • magenta value is 0.00%
  • yellow value is 7.45%
  • key color value is 36.86%
CMYK:
(49,0,7,37)
C49M0Y7K37 
(49%,0%,7%,37%)
(0.49/0.00/0.07/0.37)	

CMYK percentages

%49.07
%0
%7.45
%36.86

Codes

Color #52A195 in popluar color models

52A195
RGB82161149
HSL171°32.51%47.65%
HSB/HSV171°49.07%63.14%
CMYK49.07%0.00%7.45%
36.86%

Color #52A195 in popluar number systems.

HEX52A195
Decimal82161149
Binary10100101010000110010101
Octal122241225

Shades and tints

Shades of #52A195

#52A195
(82,161,149)
#4B9388
(75,147,136)
#44857B
(68,133,123)
#3D776E
(61,119,110)
#366961
(54,105,97)
#2F5B54
(47,91,84)
#284D47
(40,77,71)
#213F3A
(33,63,58)
#1A312D
(26,49,45)
#132320
(19,35,32)
#0C1513
(12,21,19)
#000000
(0,0,0)

Tints of #52A195

#52A195
(82,161,149)
#61A99E
(97,169,158)
#70B1A7
(112,177,167)
#7FB9B0
(127,185,176)
#8EC1B9
(142,193,185)
#9DC9C2
(157,201,194)
#ACD1CB
(172,209,203)
#BBD9D4
(187,217,212)
#CAE1DD
(202,225,221)
#D9E9E6
(217,233,230)
#E8F1EF
(232,241,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #52A195 color. Also use rgb(82,161,149) instead hex code.

Text Font Color

.myTextColor { color: #52A195; }

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

This text font color is #52A195.


Background Color

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

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

This div background color is #52A195.


Border color

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

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

This div border color is #52A195.


Opacity

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

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

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

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

This text has shadow with #52A195 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #52A195 on black background.


Color preview on white background

This text has color #52A195 on white background.



Black color preview on #52A195 background

This text has black color on #52A195 background.


White color preview on #52A195 background

This text has white color on #52A195 background.