COLOR #52A092

HEX: #52A092 RGB: (82,160,146)

Color info

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

RGB color model

#52A092 color RGB value is (82,160,146).

RGB: (82,160,146) (32%, 63%, 57%)

RGB channels and saturation

R 82 of 255 = 32%
G 160 of 255 = 63%
B 146 of 255 = 57%

82
160
146

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

Portions of RGB colors in percentages

R + G + B = 82 + 160 + 146 = 388 (100%)
R 82 of 388 ~ 21.13%
G 160 of 388 ~ 41.24%
B 146 of 388 ~ 37.63'%

%21.13
%41.24
%37.63

CMYK color model

#52A092 color CMYK value is (49,0,9,37).

  • cyan value is 48.75%
  • magenta value is 0.00%
  • yellow value is 8.75%
  • key color value is 37.25%

CMYK: (49,0,9,37)
C49M0Y9K37 (49%, 0%, 9%, 37%)
(0.49 / 0.00 / 0.09 / 0.37)

CMYK percentages

%48.75
%0
%8.75
%37.25

Codes

Color #52A092 in popluar color models

52 A0 92
RGB 82 160 146
HSL 169° 32.23% 47.45%
HSB/HSV 169° 48.75% 62.75%
CMYK 48.75% 0.00% 8.75%
37.25%

Color #52A092 in popluar number systems.

HEX 52 A0 92
Decimal 82 160 146
Binary 1010010 10100000 10010010
Octal 122 240 222

Shades and tints

Shades of #52A092

#52A092
(82,160,146)
#4B9285
(75,146,133)
#448478
(68,132,120)
#3D766B
(61,118,107)
#36685E
(54,104,94)
#2F5A51
(47,90,81)
#284C44
(40,76,68)
#213E37
(33,62,55)
#1A302A
(26,48,42)
#13221D
(19,34,29)
#0C1410
(12,20,16)
#000000
(0,0,0)

Tints of #52A092

#52A092
(82,160,146)
#61A89B
(97,168,155)
#70B0A4
(112,176,164)
#7FB8AD
(127,184,173)
#8EC0B6
(142,192,182)
#9DC8BF
(157,200,191)
#ACD0C8
(172,208,200)
#BBD8D1
(187,216,209)
#CAE0DA
(202,224,218)
#D9E8E3
(217,232,227)
#E8F0EC
(232,240,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #52A092; }

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

This text font color is #52A092.

Background Color

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

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

This div background color is #52A092.

Border color

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

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

This div border color is #52A092.

Opacity

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

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

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

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

This text has shadow with #52A092 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #52A092.

Preview

Color preview on black background

This text has color #52A092 on black background.


Color preview on white background

This text has color #52A092 on white background.


Black color preview on #52A092 background

This text has black color on #52A092 background.


White color preview on #52A092 background

This text has white color on #52A092 background.


Related colors

Complementary color

Complementary color for #hex is #AD5F6D.


I love getcolorcode.com

Triadic colors

1 #9252A0 and #A09252 with #52A092 are triadic colors.

2 #92A052 and #A05292 with #52A092 are triadic colors.