COLOR #52B181

HEX: #52B181
RGB: (82,177,129)

Color info

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

RGB color model

#52B181 color RGB value is (82,177,129).

  • red value is 82;
  • green value is 177;
  • blue value is 129.
RGB:
(82,177,129)
(32%,69%,51%)

RGB channels and saturation

R 82 of 255 = 32%
G 177 of 255 = 69%
B 129 of 255 = 51%

82
177
129

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

Portions of RGB colors in percentages

R + G + B =
82 + 177 + 129 = 388 (100%)
R 82 of 388 ~ 21.13%
G 177 of 388 ~ 45.62%
B 129 of 388 ~ 33.25%

%21.13
%45.62
%33.25

CMYK color model

#52B181 color CMYK value is (54,0,27,31).

  • cyan value is 53.67%
  • magenta value is 0.00%
  • yellow value is 27.12%
  • key color value is 30.59%
CMYK:
(54,0,27,31)
C54M0Y27K31 
(54%,0%,27%,31%)
(0.54/0.00/0.27/0.31)	

CMYK percentages

%53.67
%0
%27.12
%30.59

Codes

Color #52B181 in popluar color models

52B181
RGB82177129
HSL150°37.85%50.78%
HSB/HSV150°53.67%69.41%
CMYK53.67%0.00%27.12%
30.59%

Color #52B181 in popluar number systems.

HEX52B181
Decimal82177129
Binary10100101011000110000001
Octal122261201

Shades and tints

Shades of #52B181

#52B181
(82,177,129)
#4BA176
(75,161,118)
#44916B
(68,145,107)
#3D8160
(61,129,96)
#367155
(54,113,85)
#2F614A
(47,97,74)
#28513F
(40,81,63)
#214134
(33,65,52)
#1A3129
(26,49,41)
#13211E
(19,33,30)
#0C1113
(12,17,19)
#000000
(0,0,0)

Tints of #52B181

#52B181
(82,177,129)
#61B88C
(97,184,140)
#70BF97
(112,191,151)
#7FC6A2
(127,198,162)
#8ECDAD
(142,205,173)
#9DD4B8
(157,212,184)
#ACDBC3
(172,219,195)
#BBE2CE
(187,226,206)
#CAE9D9
(202,233,217)
#D9F0E4
(217,240,228)
#E8F7EF
(232,247,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #52B181 color. Also use rgb(82,177,129) instead hex code.

Text Font Color

.myTextColor { color: #52B181; }

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

This text font color is #52B181.


Background Color

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

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

This div background color is #52B181.


Border color

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

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

This div border color is #52B181.


Opacity

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

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

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

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

This text has shadow with #52B181 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #52B181 on black background.


Color preview on white background

This text has color #52B181 on white background.



Black color preview on #52B181 background

This text has black color on #52B181 background.


White color preview on #52B181 background

This text has white color on #52B181 background.