COLOR #52A154

HEX: #52A154
RGB: (82,161,84)

Color info

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

RGB color model

#52A154 color RGB value is (82,161,84).

  • red value is 82;
  • green value is 161;
  • blue value is 84.
RGB:
(82,161,84)
(32%,63%,33%)

RGB channels and saturation

R 82 of 255 = 32%
G 161 of 255 = 63%
B 84 of 255 = 33%

82
161
84

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

Portions of RGB colors in percentages

R + G + B =
82 + 161 + 84 = 327 (100%)
R 82 of 327 ~ 25.08%
G 161 of 327 ~ 49.24%
B 84 of 327 ~ 25.69%

%25.08
%49.24
%25.69

CMYK color model

#52A154 color CMYK value is (49,0,48,37).

  • cyan value is 49.07%
  • magenta value is 0.00%
  • yellow value is 47.83%
  • key color value is 36.86%
CMYK:
(49,0,48,37)
C49M0Y48K37 
(49%,0%,48%,37%)
(0.49/0.00/0.48/0.37)	

CMYK percentages

%49.07
%0
%47.83
%36.86

Codes

Color #52A154 in popluar color models

52A154
RGB8216184
HSL122°32.51%47.65%
HSB/HSV122°49.07%63.14%
CMYK49.07%0.00%47.83%
36.86%

Color #52A154 in popluar number systems.

HEX52A154
Decimal8216184
Binary1010010101000011010100
Octal122241124

Shades and tints

Shades of #52A154

#52A154
(82,161,84)
#4B934D
(75,147,77)
#448546
(68,133,70)
#3D773F
(61,119,63)
#366938
(54,105,56)
#2F5B31
(47,91,49)
#284D2A
(40,77,42)
#213F23
(33,63,35)
#1A311C
(26,49,28)
#132315
(19,35,21)
#0C150E
(12,21,14)
#000000
(0,0,0)

Tints of #52A154

#52A154
(82,161,84)
#61A963
(97,169,99)
#70B172
(112,177,114)
#7FB981
(127,185,129)
#8EC190
(142,193,144)
#9DC99F
(157,201,159)
#ACD1AE
(172,209,174)
#BBD9BD
(187,217,189)
#CAE1CC
(202,225,204)
#D9E9DB
(217,233,219)
#E8F1EA
(232,241,234)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #52A154 color. Also use rgb(82,161,84) instead hex code.

Text Font Color

.myTextColor { color: #52A154; }

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

This text font color is #52A154.


Background Color

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

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

This div background color is #52A154.


Border color

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

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

This div border color is #52A154.


Opacity

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

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

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

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

This text has shadow with #52A154 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #52A154 on black background.


Color preview on white background

This text has color #52A154 on white background.



Black color preview on #52A154 background

This text has black color on #52A154 background.


White color preview on #52A154 background

This text has white color on #52A154 background.