COLOR #52B073

HEX: #52B073
RGB: (82,176,115)

Color info

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

RGB color model

#52B073 color RGB value is (82,176,115).

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

RGB channels and saturation

R 82 of 255 = 32%
G 176 of 255 = 69%
B 115 of 255 = 45%

82
176
115

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

Portions of RGB colors in percentages

R + G + B =
82 + 176 + 115 = 373 (100%)
R 82 of 373 ~ 21.98%
G 176 of 373 ~ 47.18%
B 115 of 373 ~ 30.83%

%21.98
%47.18
%30.83

CMYK color model

#52B073 color CMYK value is (53,0,35,31).

  • cyan value is 53.41%
  • magenta value is 0.00%
  • yellow value is 34.66%
  • key color value is 30.98%
CMYK:
(53,0,35,31)
C53M0Y35K31 
(53%,0%,35%,31%)
(0.53/0.00/0.35/0.31)	

CMYK percentages

%53.41
%0
%34.66
%30.98

Codes

Color #52B073 in popluar color models

52B073
RGB82176115
HSL141°37.30%50.59%
HSB/HSV141°53.41%69.02%
CMYK53.41%0.00%34.66%
30.98%

Color #52B073 in popluar number systems.

HEX52B073
Decimal82176115
Binary1010010101100001110011
Octal122260163

Shades and tints

Shades of #52B073

#52B073
(82,176,115)
#4BA069
(75,160,105)
#44905F
(68,144,95)
#3D8055
(61,128,85)
#36704B
(54,112,75)
#2F6041
(47,96,65)
#285037
(40,80,55)
#21402D
(33,64,45)
#1A3023
(26,48,35)
#132019
(19,32,25)
#0C100F
(12,16,15)
#000000
(0,0,0)

Tints of #52B073

#52B073
(82,176,115)
#61B77F
(97,183,127)
#70BE8B
(112,190,139)
#7FC597
(127,197,151)
#8ECCA3
(142,204,163)
#9DD3AF
(157,211,175)
#ACDABB
(172,218,187)
#BBE1C7
(187,225,199)
#CAE8D3
(202,232,211)
#D9EFDF
(217,239,223)
#E8F6EB
(232,246,235)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #52B073; }

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

This text font color is #52B073.


Background Color

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

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

This div background color is #52B073.


Border color

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

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

This div border color is #52B073.


Opacity

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

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

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

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

This text has shadow with #52B073 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #52B073 on black background.


Color preview on white background

This text has color #52B073 on white background.



Black color preview on #52B073 background

This text has black color on #52B073 background.


White color preview on #52B073 background

This text has white color on #52B073 background.