COLOR #52A761

HEX: #52A761
RGB: (82,167,97)

Color info

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

RGB color model

#52A761 color RGB value is (82,167,97).

  • red value is 82;
  • green value is 167;
  • blue value is 97.
RGB:
(82,167,97)
(32%,65%,38%)

RGB channels and saturation

R 82 of 255 = 32%
G 167 of 255 = 65%
B 97 of 255 = 38%

82
167
97

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

Portions of RGB colors in percentages

R + G + B =
82 + 167 + 97 = 346 (100%)
R 82 of 346 ~ 23.7%
G 167 of 346 ~ 48.27%
B 97 of 346 ~ 28.03%

%23.7
%48.27
%28.03

CMYK color model

#52A761 color CMYK value is (51,0,42,35).

  • cyan value is 50.90%
  • magenta value is 0.00%
  • yellow value is 41.92%
  • key color value is 34.51%
CMYK:
(51,0,42,35)
C51M0Y42K35 
(51%,0%,42%,35%)
(0.51/0.00/0.42/0.35)	

CMYK percentages

%50.9
%0
%41.92
%34.51

Codes

Color #52A761 in popluar color models

52A761
RGB8216797
HSL131°34.14%48.82%
HSB/HSV131°50.90%65.49%
CMYK50.90%0.00%41.92%
34.51%

Color #52A761 in popluar number systems.

HEX52A761
Decimal8216797
Binary1010010101001111100001
Octal122247141

Shades and tints

Shades of #52A761

#52A761
(82,167,97)
#4B9859
(75,152,89)
#448951
(68,137,81)
#3D7A49
(61,122,73)
#366B41
(54,107,65)
#2F5C39
(47,92,57)
#284D31
(40,77,49)
#213E29
(33,62,41)
#1A2F21
(26,47,33)
#132019
(19,32,25)
#0C1111
(12,17,17)
#000000
(0,0,0)

Tints of #52A761

#52A761
(82,167,97)
#61AF6F
(97,175,111)
#70B77D
(112,183,125)
#7FBF8B
(127,191,139)
#8EC799
(142,199,153)
#9DCFA7
(157,207,167)
#ACD7B5
(172,215,181)
#BBDFC3
(187,223,195)
#CAE7D1
(202,231,209)
#D9EFDF
(217,239,223)
#E8F7ED
(232,247,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #52A761 color. Also use rgb(82,167,97) instead hex code.

Text Font Color

.myTextColor { color: #52A761; }

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

This text font color is #52A761.


Background Color

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

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

This div background color is #52A761.


Border color

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

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

This div border color is #52A761.


Opacity

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

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

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

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

This text has shadow with #52A761 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #52A761 on black background.


Color preview on white background

This text has color #52A761 on white background.



Black color preview on #52A761 background

This text has black color on #52A761 background.


White color preview on #52A761 background

This text has white color on #52A761 background.