COLOR #52B13B

HEX: #52B13B
RGB: (82,177,59)

Color info

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

RGB color model

#52B13B color RGB value is (82,177,59).

  • red value is 82;
  • green value is 177;
  • blue value is 59.
RGB:
(82,177,59)
(32%,69%,23%)

RGB channels and saturation

R 82 of 255 = 32%
G 177 of 255 = 69%
B 59 of 255 = 23%

82
177
59

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

Portions of RGB colors in percentages

R + G + B =
82 + 177 + 59 = 318 (100%)
R 82 of 318 ~ 25.79%
G 177 of 318 ~ 55.66%
B 59 of 318 ~ 18.55%

%25.79
%55.66
%18.55

CMYK color model

#52B13B color CMYK value is (54,0,67,31).

  • cyan value is 53.67%
  • magenta value is 0.00%
  • yellow value is 66.67%
  • key color value is 30.59%
CMYK:
(54,0,67,31)
C54M0Y67K31 
(54%,0%,67%,31%)
(0.54/0.00/0.67/0.31)	

CMYK percentages

%53.67
%0
%66.67
%30.59

Codes

Color #52B13B in popluar color models

52B13B
RGB8217759
HSL108°50.00%46.27%
HSB/HSV108°66.67%69.41%
CMYK53.67%0.00%66.67%
30.59%

Color #52B13B in popluar number systems.

HEX52B13B
Decimal8217759
Binary101001010110001111011
Octal12226173

Shades and tints

Shades of #52B13B

#52B13B
(82,177,59)
#4BA136
(75,161,54)
#449131
(68,145,49)
#3D812C
(61,129,44)
#367127
(54,113,39)
#2F6122
(47,97,34)
#28511D
(40,81,29)
#214118
(33,65,24)
#1A3113
(26,49,19)
#13210E
(19,33,14)
#0C1109
(12,17,9)
#000000
(0,0,0)

Tints of #52B13B

#52B13B
(82,177,59)
#61B84C
(97,184,76)
#70BF5D
(112,191,93)
#7FC66E
(127,198,110)
#8ECD7F
(142,205,127)
#9DD490
(157,212,144)
#ACDBA1
(172,219,161)
#BBE2B2
(187,226,178)
#CAE9C3
(202,233,195)
#D9F0D4
(217,240,212)
#E8F7E5
(232,247,229)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #52B13B color. Also use rgb(82,177,59) instead hex code.

Text Font Color

.myTextColor { color: #52B13B; }

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

This text font color is #52B13B.


Background Color

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

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

This div background color is #52B13B.


Border color

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

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

This div border color is #52B13B.


Opacity

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

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

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

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

This text has shadow with #52B13B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #52B13B on black background.


Color preview on white background

This text has color #52B13B on white background.



Black color preview on #52B13B background

This text has black color on #52B13B background.


White color preview on #52B13B background

This text has white color on #52B13B background.