COLOR #52A492

HEX: #52A492
RGB: (82,164,146)

Color info

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

RGB color model

#52A492 color RGB value is (82,164,146).

  • red value is 82;
  • green value is 164;
  • blue value is 146.
RGB:
(82,164,146)
(32%,64%,57%)

RGB channels and saturation

R 82 of 255 = 32%
G 164 of 255 = 64%
B 146 of 255 = 57%

82
164
146

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

Portions of RGB colors in percentages

R + G + B =
82 + 164 + 146 = 392 (100%)
R 82 of 392 ~ 20.92%
G 164 of 392 ~ 41.84%
B 146 of 392 ~ 37.24%

%20.92
%41.84
%37.24

CMYK color model

#52A492 color CMYK value is (50,0,11,36).

  • cyan value is 50.00%
  • magenta value is 0.00%
  • yellow value is 10.98%
  • key color value is 35.69%
CMYK:
(50,0,11,36)
C50M0Y11K36 
(50%,0%,11%,36%)
(0.50/0.00/0.11/0.36)	

CMYK percentages

%50
%0
%10.98
%35.69

Codes

Color #52A492 in popluar color models

52A492
RGB82164146
HSL167°33.33%48.24%
HSB/HSV167°50.00%64.31%
CMYK50.00%0.00%10.98%
35.69%

Color #52A492 in popluar number systems.

HEX52A492
Decimal82164146
Binary10100101010010010010010
Octal122244222

Shades and tints

Shades of #52A492

#52A492
(82,164,146)
#4B9685
(75,150,133)
#448878
(68,136,120)
#3D7A6B
(61,122,107)
#366C5E
(54,108,94)
#2F5E51
(47,94,81)
#285044
(40,80,68)
#214237
(33,66,55)
#1A342A
(26,52,42)
#13261D
(19,38,29)
#0C1810
(12,24,16)
#000000
(0,0,0)

Tints of #52A492

#52A492
(82,164,146)
#61AC9B
(97,172,155)
#70B4A4
(112,180,164)
#7FBCAD
(127,188,173)
#8EC4B6
(142,196,182)
#9DCCBF
(157,204,191)
#ACD4C8
(172,212,200)
#BBDCD1
(187,220,209)
#CAE4DA
(202,228,218)
#D9ECE3
(217,236,227)
#E8F4EC
(232,244,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #52A492 color. Also use rgb(82,164,146) instead hex code.

Text Font Color

.myTextColor { color: #52A492; }

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

This text font color is #52A492.


Background Color

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

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

This div background color is #52A492.


Border color

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

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

This div border color is #52A492.


Opacity

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

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

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

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

This text has shadow with #52A492 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #52A492 on black background.


Color preview on white background

This text has color #52A492 on white background.



Black color preview on #52A492 background

This text has black color on #52A492 background.


White color preview on #52A492 background

This text has white color on #52A492 background.