COLOR #52B191

HEX: #52B191
RGB: (82,177,145)

Color info

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

RGB color model

#52B191 color RGB value is (82,177,145).

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

RGB channels and saturation

R 82 of 255 = 32%
G 177 of 255 = 69%
B 145 of 255 = 57%

82
177
145

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

Portions of RGB colors in percentages

R + G + B =
82 + 177 + 145 = 404 (100%)
R 82 of 404 ~ 20.3%
G 177 of 404 ~ 43.81%
B 145 of 404 ~ 35.89%

%20.3
%43.81
%35.89

CMYK color model

#52B191 color CMYK value is (54,0,18,31).

  • cyan value is 53.67%
  • magenta value is 0.00%
  • yellow value is 18.08%
  • key color value is 30.59%
CMYK:
(54,0,18,31)
C54M0Y18K31 
(54%,0%,18%,31%)
(0.54/0.00/0.18/0.31)	

CMYK percentages

%53.67
%0
%18.08
%30.59

Codes

Color #52B191 in popluar color models

52B191
RGB82177145
HSL160°37.85%50.78%
HSB/HSV160°53.67%69.41%
CMYK53.67%0.00%18.08%
30.59%

Color #52B191 in popluar number systems.

HEX52B191
Decimal82177145
Binary10100101011000110010001
Octal122261221

Shades and tints

Shades of #52B191

#52B191
(82,177,145)
#4BA184
(75,161,132)
#449177
(68,145,119)
#3D816A
(61,129,106)
#36715D
(54,113,93)
#2F6150
(47,97,80)
#285143
(40,81,67)
#214136
(33,65,54)
#1A3129
(26,49,41)
#13211C
(19,33,28)
#0C110F
(12,17,15)
#000000
(0,0,0)

Tints of #52B191

#52B191
(82,177,145)
#61B89B
(97,184,155)
#70BFA5
(112,191,165)
#7FC6AF
(127,198,175)
#8ECDB9
(142,205,185)
#9DD4C3
(157,212,195)
#ACDBCD
(172,219,205)
#BBE2D7
(187,226,215)
#CAE9E1
(202,233,225)
#D9F0EB
(217,240,235)
#E8F7F5
(232,247,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #52B191; }

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

This text font color is #52B191.


Background Color

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

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

This div background color is #52B191.


Border color

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

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

This div border color is #52B191.


Opacity

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

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

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

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

This text has shadow with #52B191 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #52B191 on black background.


Color preview on white background

This text has color #52B191 on white background.



Black color preview on #52B191 background

This text has black color on #52B191 background.


White color preview on #52B191 background

This text has white color on #52B191 background.