COLOR #52AF5C

HEX: #52AF5C
RGB: (82,175,92)

Color info

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

RGB color model

#52AF5C color RGB value is (82,175,92).

  • red value is 82;
  • green value is 175;
  • blue value is 92.
RGB:
(82,175,92)
(32%,69%,36%)

RGB channels and saturation

R 82 of 255 = 32%
G 175 of 255 = 69%
B 92 of 255 = 36%

82
175
92

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

Portions of RGB colors in percentages

R + G + B =
82 + 175 + 92 = 349 (100%)
R 82 of 349 ~ 23.5%
G 175 of 349 ~ 50.14%
B 92 of 349 ~ 26.36%

%23.5
%50.14
%26.36

CMYK color model

#52AF5C color CMYK value is (53,0,47,31).

  • cyan value is 53.14%
  • magenta value is 0.00%
  • yellow value is 47.43%
  • key color value is 31.37%
CMYK:
(53,0,47,31)
C53M0Y47K31 
(53%,0%,47%,31%)
(0.53/0.00/0.47/0.31)	

CMYK percentages

%53.14
%0
%47.43
%31.37

Codes

Color #52AF5C in popluar color models

52AF5C
RGB8217592
HSL126°36.76%50.39%
HSB/HSV126°53.14%68.63%
CMYK53.14%0.00%47.43%
31.37%

Color #52AF5C in popluar number systems.

HEX52AF5C
Decimal8217592
Binary1010010101011111011100
Octal122257134

Shades and tints

Shades of #52AF5C

#52AF5C
(82,175,92)
#4BA054
(75,160,84)
#44914C
(68,145,76)
#3D8244
(61,130,68)
#36733C
(54,115,60)
#2F6434
(47,100,52)
#28552C
(40,85,44)
#214624
(33,70,36)
#1A371C
(26,55,28)
#132814
(19,40,20)
#0C190C
(12,25,12)
#000000
(0,0,0)

Tints of #52AF5C

#52AF5C
(82,175,92)
#61B66A
(97,182,106)
#70BD78
(112,189,120)
#7FC486
(127,196,134)
#8ECB94
(142,203,148)
#9DD2A2
(157,210,162)
#ACD9B0
(172,217,176)
#BBE0BE
(187,224,190)
#CAE7CC
(202,231,204)
#D9EEDA
(217,238,218)
#E8F5E8
(232,245,232)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #52AF5C color. Also use rgb(82,175,92) instead hex code.

Text Font Color

.myTextColor { color: #52AF5C; }

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

This text font color is #52AF5C.


Background Color

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

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

This div background color is #52AF5C.


Border color

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

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

This div border color is #52AF5C.


Opacity

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

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

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

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

This text has shadow with #52AF5C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #52AF5C on black background.


Color preview on white background

This text has color #52AF5C on white background.



Black color preview on #52AF5C background

This text has black color on #52AF5C background.


White color preview on #52AF5C background

This text has white color on #52AF5C background.