COLOR #52A02D

HEX: #52A02D
RGB: (82,160,45)

Color info

#52A02D contains mainly green color. Web safe color of #52A02D is #669933 (or #693).

RGB color model

#52A02D color RGB value is (82,160,45).

  • red value is 82;
  • green value is 160;
  • blue value is 45.
RGB:
(82,160,45)
(32%,63%,18%)

RGB channels and saturation

R 82 of 255 = 32%
G 160 of 255 = 63%
B 45 of 255 = 18%

82
160
45

R + G + B ~ 38%. #52A02D is quite dark color.

Portions of RGB colors in percentages

R + G + B =
82 + 160 + 45 = 287 (100%)
R 82 of 287 ~ 28.57%
G 160 of 287 ~ 55.75%
B 45 of 287 ~ 15.68%

%28.57
%55.75
%15.68

CMYK color model

#52A02D color CMYK value is (49,0,72,37).

  • cyan value is 48.75%
  • magenta value is 0.00%
  • yellow value is 71.88%
  • key color value is 37.25%
CMYK:
(49,0,72,37)
C49M0Y72K37 
(49%,0%,72%,37%)
(0.49/0.00/0.72/0.37)	

CMYK percentages

%48.75
%0
%71.88
%37.25

Codes

Color #52A02D in popluar color models

52A02D
RGB8216045
HSL101°56.10%40.20%
HSB/HSV101°71.88%62.75%
CMYK48.75%0.00%71.88%
37.25%

Color #52A02D in popluar number systems.

HEX52A02D
Decimal8216045
Binary101001010100000101101
Octal12224055

Shades and tints

Shades of #52A02D

#52A02D
(82,160,45)
#4B9229
(75,146,41)
#448425
(68,132,37)
#3D7621
(61,118,33)
#36681D
(54,104,29)
#2F5A19
(47,90,25)
#284C15
(40,76,21)
#213E11
(33,62,17)
#1A300D
(26,48,13)
#132209
(19,34,9)
#0C1405
(12,20,5)
#000000
(0,0,0)

Tints of #52A02D

#52A02D
(82,160,45)
#61A840
(97,168,64)
#70B053
(112,176,83)
#7FB866
(127,184,102)
#8EC079
(142,192,121)
#9DC88C
(157,200,140)
#ACD09F
(172,208,159)
#BBD8B2
(187,216,178)
#CAE0C5
(202,224,197)
#D9E8D8
(217,232,216)
#E8F0EB
(232,240,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #52A02D color. Also use rgb(82,160,45) instead hex code.

Text Font Color

.myTextColor { color: #52A02D; }

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

This text font color is #52A02D.


Background Color

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

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

This div background color is #52A02D.


Border color

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

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

This div border color is #52A02D.


Opacity

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

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

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

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

This text has shadow with #52A02D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #52A02D on black background.


Color preview on white background

This text has color #52A02D on white background.



Black color preview on #52A02D background

This text has black color on #52A02D background.


White color preview on #52A02D background

This text has white color on #52A02D background.