COLOR #52B55B

HEX: #52B55B RGB: (82,181,91)

Color info

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

RGB color model

#52B55B color RGB value is (82,181,91).

RGB: (82,181,91) (32%, 71%, 36%)

RGB channels and saturation

R 82 of 255 = 32%
G 181 of 255 = 71%
B 91 of 255 = 36%

82
181
91

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

Portions of RGB colors in percentages

R + G + B = 82 + 181 + 91 = 354 (100%)
R 82 of 354 ~ 23.16%
G 181 of 354 ~ 51.13%
B 91 of 354 ~ 25.71'%

%23.16
%51.13
%25.71

CMYK color model

#52B55B color CMYK value is (55,0,50,29).

  • cyan value is 54.70%
  • magenta value is 0.00%
  • yellow value is 49.72%
  • key color value is 29.02%

CMYK: (55,0,50,29)
C55M0Y50K29 (55%, 0%, 50%, 29%)
(0.55 / 0.00 / 0.50 / 0.29)

CMYK percentages

%54.7
%0
%49.72
%29.02

Codes

Color #52B55B in popluar color models

52 B5 5B
RGB 82 181 91
HSL 125° 40.08% 51.57%
HSB/HSV 125° 54.70% 70.98%
CMYK 54.70% 0.00% 49.72%
29.02%

Color #52B55B in popluar number systems.

HEX 52 B5 5B
Decimal 82 181 91
Binary 1010010 10110101 1011011
Octal 122 265 133

Shades and tints

Shades of #52B55B

#52B55B
(82,181,91)
#4BA553
(75,165,83)
#44954B
(68,149,75)
#3D8543
(61,133,67)
#36753B
(54,117,59)
#2F6533
(47,101,51)
#28552B
(40,85,43)
#214523
(33,69,35)
#1A351B
(26,53,27)
#132513
(19,37,19)
#0C150B
(12,21,11)
#000000
(0,0,0)

Tints of #52B55B

#52B55B
(82,181,91)
#61BB69
(97,187,105)
#70C177
(112,193,119)
#7FC785
(127,199,133)
#8ECD93
(142,205,147)
#9DD3A1
(157,211,161)
#ACD9AF
(172,217,175)
#BBDFBD
(187,223,189)
#CAE5CB
(202,229,203)
#D9EBD9
(217,235,217)
#E8F1E7
(232,241,231)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #52B55B color. Also use rgb(82,181,91) instead hex code.

Text Font Color

.myTextColor { color: #52B55B; }

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

This text font color is #52B55B.

Background Color

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

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

This div background color is #52B55B.

Border color

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

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

This div border color is #52B55B.

Opacity

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

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

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

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

This text has shadow with #52B55B color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #52B55B.

Preview

Color preview on black background

This text has color #52B55B on black background.


Color preview on white background

This text has color #52B55B on white background.


Black color preview on #52B55B background

This text has black color on #52B55B background.


White color preview on #52B55B background

This text has white color on #52B55B background.


Related colors

Complementary color

Complementary color for #hex is #AD4AA4.


I love getcolorcode.com

Triadic colors

1 #5B52B5 and #B55B52 with #52B55B are triadic colors.

2 #5BB552 and #B5525B with #52B55B are triadic colors.