COLOR #52B58D

HEX: #52B58D RGB: (82,181,141)

Color info

#52B58D contains mainly green and blue colors. Web safe color of #52B58D is #66CC99 (or #6C9).

RGB color model

#52B58D color RGB value is (82,181,141).

RGB: (82,181,141) (32%, 71%, 55%)

RGB channels and saturation

R 82 of 255 = 32%
G 181 of 255 = 71%
B 141 of 255 = 55%

82
181
141

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

Portions of RGB colors in percentages

R + G + B = 82 + 181 + 141 = 404 (100%)
R 82 of 404 ~ 20.3%
G 181 of 404 ~ 44.8%
B 141 of 404 ~ 34.9'%

%20.3
%44.8
%34.9

CMYK color model

#52B58D color CMYK value is (55,0,22,29).

  • cyan value is 54.70%
  • magenta value is 0.00%
  • yellow value is 22.10%
  • key color value is 29.02%

CMYK: (55,0,22,29)
C55M0Y22K29 (55%, 0%, 22%, 29%)
(0.55 / 0.00 / 0.22 / 0.29)

CMYK percentages

%54.7
%0
%22.1
%29.02

Codes

Color #52B58D in popluar color models

52 B5 8D
RGB 82 181 141
HSL 156° 40.08% 51.57%
HSB/HSV 156° 54.70% 70.98%
CMYK 54.70% 0.00% 22.10%
29.02%

Color #52B58D in popluar number systems.

HEX 52 B5 8D
Decimal 82 181 141
Binary 1010010 10110101 10001101
Octal 122 265 215

Shades and tints

Shades of #52B58D

#52B58D
(82,181,141)
#4BA581
(75,165,129)
#449575
(68,149,117)
#3D8569
(61,133,105)
#36755D
(54,117,93)
#2F6551
(47,101,81)
#285545
(40,85,69)
#214539
(33,69,57)
#1A352D
(26,53,45)
#132521
(19,37,33)
#0C1515
(12,21,21)
#000000
(0,0,0)

Tints of #52B58D

#52B58D
(82,181,141)
#61BB97
(97,187,151)
#70C1A1
(112,193,161)
#7FC7AB
(127,199,171)
#8ECDB5
(142,205,181)
#9DD3BF
(157,211,191)
#ACD9C9
(172,217,201)
#BBDFD3
(187,223,211)
#CAE5DD
(202,229,221)
#D9EBE7
(217,235,231)
#E8F1F1
(232,241,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #52B58D color. Also use rgb(82,181,141) instead hex code.

Text Font Color

.myTextColor { color: #52B58D; }

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

This text font color is #52B58D.

Background Color

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

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

This div background color is #52B58D.

Border color

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

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

This div border color is #52B58D.

Opacity

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

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

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

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

This text has shadow with #52B58D color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #52B58D.

Preview

Color preview on black background

This text has color #52B58D on black background.


Color preview on white background

This text has color #52B58D on white background.


Black color preview on #52B58D background

This text has black color on #52B58D background.


White color preview on #52B58D background

This text has white color on #52B58D background.


Related colors

Complementary color

Complementary color for #hex is #AD4A72.


I love getcolorcode.com

Triadic colors

1 #8D52B5 and #B58D52 with #52B58D are triadic colors.

2 #8DB552 and #B5528D with #52B58D are triadic colors.