COLOR #50AC52

HEX: #50AC52
RGB: (80,172,82)

Color info

#50AC52 contains mainly green color. Web safe color of #50AC52 is #669966 (or #696).

RGB color model

#50AC52 color RGB value is (80,172,82).

  • red value is 80;
  • green value is 172;
  • blue value is 82.
RGB:
(80,172,82)
(31%,67%,32%)

RGB channels and saturation

R 80 of 255 = 31%
G 172 of 255 = 67%
B 82 of 255 = 32%

80
172
82

R + G + B ~ 43%. #50AC52 is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
80 + 172 + 82 = 334 (100%)
R 80 of 334 ~ 23.95%
G 172 of 334 ~ 51.5%
B 82 of 334 ~ 24.55%

%23.95
%51.5
%24.55

CMYK color model

#50AC52 color CMYK value is (53,0,52,33).

  • cyan value is 53.49%
  • magenta value is 0.00%
  • yellow value is 52.33%
  • key color value is 32.55%
CMYK:
(53,0,52,33)
C53M0Y52K33 
(53%,0%,52%,33%)
(0.53/0.00/0.52/0.33)	

CMYK percentages

%53.49
%0
%52.33
%32.55

Codes

Color #50AC52 in popluar color models

50AC52
RGB8017282
HSL121°36.51%49.41%
HSB/HSV121°53.49%67.45%
CMYK53.49%0.00%52.33%
32.55%

Color #50AC52 in popluar number systems.

HEX50AC52
Decimal8017282
Binary1010000101011001010010
Octal120254122

Shades and tints

Shades of #50AC52

#50AC52
(80,172,82)
#499D4B
(73,157,75)
#428E44
(66,142,68)
#3B7F3D
(59,127,61)
#347036
(52,112,54)
#2D612F
(45,97,47)
#265228
(38,82,40)
#1F4321
(31,67,33)
#18341A
(24,52,26)
#112513
(17,37,19)
#0A160C
(10,22,12)
#000000
(0,0,0)

Tints of #50AC52

#50AC52
(80,172,82)
#5FB361
(95,179,97)
#6EBA70
(110,186,112)
#7DC17F
(125,193,127)
#8CC88E
(140,200,142)
#9BCF9D
(155,207,157)
#AAD6AC
(170,214,172)
#B9DDBB
(185,221,187)
#C8E4CA
(200,228,202)
#D7EBD9
(215,235,217)
#E6F2E8
(230,242,232)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #50AC52 color. Also use rgb(80,172,82) instead hex code.

Text Font Color

.myTextColor { color: #50AC52; }

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

This text font color is #50AC52.


Background Color

.myBgColor { background-color: #50AC52; }

<div style="background-color:#50AC52">Inner text</div>

This div background color is #50AC52.


Border color

.myBorderColor { border: 1px solid #50AC52; }

<div style="border:3px solid #50AC52">Div</div>

This div border color is #50AC52.


Opacity

.myOpacity80 { color: #50AC52; opacity: 0.8; }

<p style="color:#50AC52;opacity:0.8;">80%</p>

Text with #50AC52 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 #50AC52;}

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

This text has shadow with #50AC52 color.

.textShadow {text-shadow: 3px 3px 1px #50AC52, 3px 3px 1px red;}

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

This text has shadow with #50AC52 primary color and red secondary color.


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

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

This text has shadow with #50AC52 and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #50AC52 on black background.


Color preview on white background

This text has color #50AC52 on white background.



Black color preview on #50AC52 background

This text has black color on #50AC52 background.


White color preview on #50AC52 background

This text has white color on #50AC52 background.