COLOR #52B058

HEX: #52B058
RGB: (82,176,88)

Color info

#52B058 contains mainly green color. Web safe color of #52B058 is #669966 (or #696).

RGB color model

#52B058 color RGB value is (82,176,88).

  • red value is 82;
  • green value is 176;
  • blue value is 88.
RGB:
(82,176,88)
(32%,69%,35%)

RGB channels and saturation

R 82 of 255 = 32%
G 176 of 255 = 69%
B 88 of 255 = 35%

82
176
88

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

Portions of RGB colors in percentages

R + G + B =
82 + 176 + 88 = 346 (100%)
R 82 of 346 ~ 23.7%
G 176 of 346 ~ 50.87%
B 88 of 346 ~ 25.43%

%23.7
%50.87
%25.43

CMYK color model

#52B058 color CMYK value is (53,0,50,31).

  • cyan value is 53.41%
  • magenta value is 0.00%
  • yellow value is 50.00%
  • key color value is 30.98%
CMYK:
(53,0,50,31)
C53M0Y50K31 
(53%,0%,50%,31%)
(0.53/0.00/0.50/0.31)	

CMYK percentages

%53.41
%0
%50
%30.98

Codes

Color #52B058 in popluar color models

52B058
RGB8217688
HSL124°37.30%50.59%
HSB/HSV124°53.41%69.02%
CMYK53.41%0.00%50.00%
30.98%

Color #52B058 in popluar number systems.

HEX52B058
Decimal8217688
Binary1010010101100001011000
Octal122260130

Shades and tints

Shades of #52B058

#52B058
(82,176,88)
#4BA050
(75,160,80)
#449048
(68,144,72)
#3D8040
(61,128,64)
#367038
(54,112,56)
#2F6030
(47,96,48)
#285028
(40,80,40)
#214020
(33,64,32)
#1A3018
(26,48,24)
#132010
(19,32,16)
#0C1008
(12,16,8)
#000000
(0,0,0)

Tints of #52B058

#52B058
(82,176,88)
#61B767
(97,183,103)
#70BE76
(112,190,118)
#7FC585
(127,197,133)
#8ECC94
(142,204,148)
#9DD3A3
(157,211,163)
#ACDAB2
(172,218,178)
#BBE1C1
(187,225,193)
#CAE8D0
(202,232,208)
#D9EFDF
(217,239,223)
#E8F6EE
(232,246,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #52B058 color. Also use rgb(82,176,88) instead hex code.

Text Font Color

.myTextColor { color: #52B058; }

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

This text font color is #52B058.


Background Color

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

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

This div background color is #52B058.


Border color

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

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

This div border color is #52B058.


Opacity

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

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

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

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

This text has shadow with #52B058 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #52B058 on black background.


Color preview on white background

This text has color #52B058 on white background.



Black color preview on #52B058 background

This text has black color on #52B058 background.


White color preview on #52B058 background

This text has white color on #52B058 background.