COLOR #52B667

HEX: #52B667
RGB: (82,182,103)

Color info

#52B667 contains mainly green color. Web safe color of #52B667 is #66CC66 (or #6C6).

RGB color model

#52B667 color RGB value is (82,182,103).

  • red value is 82;
  • green value is 182;
  • blue value is 103.
RGB:
(82,182,103)
(32%,71%,40%)

RGB channels and saturation

R 82 of 255 = 32%
G 182 of 255 = 71%
B 103 of 255 = 40%

82
182
103

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

Portions of RGB colors in percentages

R + G + B =
82 + 182 + 103 = 367 (100%)
R 82 of 367 ~ 22.34%
G 182 of 367 ~ 49.59%
B 103 of 367 ~ 28.07%

%22.34
%49.59
%28.07

CMYK color model

#52B667 color CMYK value is (55,0,43,29).

  • cyan value is 54.95%
  • magenta value is 0.00%
  • yellow value is 43.41%
  • key color value is 28.63%
CMYK:
(55,0,43,29)
C55M0Y43K29 
(55%,0%,43%,29%)
(0.55/0.00/0.43/0.29)	

CMYK percentages

%54.95
%0
%43.41
%28.63

Codes

Color #52B667 in popluar color models

52B667
RGB82182103
HSL133°40.65%51.76%
HSB/HSV133°54.95%71.37%
CMYK54.95%0.00%43.41%
28.63%

Color #52B667 in popluar number systems.

HEX52B667
Decimal82182103
Binary1010010101101101100111
Octal122266147

Shades and tints

Shades of #52B667

#52B667
(82,182,103)
#4BA65E
(75,166,94)
#449655
(68,150,85)
#3D864C
(61,134,76)
#367643
(54,118,67)
#2F663A
(47,102,58)
#285631
(40,86,49)
#214628
(33,70,40)
#1A361F
(26,54,31)
#132616
(19,38,22)
#0C160D
(12,22,13)
#000000
(0,0,0)

Tints of #52B667

#52B667
(82,182,103)
#61BC74
(97,188,116)
#70C281
(112,194,129)
#7FC88E
(127,200,142)
#8ECE9B
(142,206,155)
#9DD4A8
(157,212,168)
#ACDAB5
(172,218,181)
#BBE0C2
(187,224,194)
#CAE6CF
(202,230,207)
#D9ECDC
(217,236,220)
#E8F2E9
(232,242,233)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #52B667 color. Also use rgb(82,182,103) instead hex code.

Text Font Color

.myTextColor { color: #52B667; }

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

This text font color is #52B667.


Background Color

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

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

This div background color is #52B667.


Border color

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

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

This div border color is #52B667.


Opacity

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

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

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

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

This text has shadow with #52B667 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #52B667 on black background.


Color preview on white background

This text has color #52B667 on white background.



Black color preview on #52B667 background

This text has black color on #52B667 background.


White color preview on #52B667 background

This text has white color on #52B667 background.