COLOR #32AB49

HEX: #32AB49
RGB: (50,171,73)

Color info

#32AB49 contains mainly green color. Web safe color of #32AB49 is #339933 (or #393).

RGB color model

#32AB49 color RGB value is (50,171,73).

  • red value is 50;
  • green value is 171;
  • blue value is 73.
RGB:
(50,171,73)
(20%,67%,29%)

RGB channels and saturation

R 50 of 255 = 20%
G 171 of 255 = 67%
B 73 of 255 = 29%

50
171
73

R + G + B ~ 39%. #32AB49 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
50 + 171 + 73 = 294 (100%)
R 50 of 294 ~ 17.01%
G 171 of 294 ~ 58.16%
B 73 of 294 ~ 24.83%

%17.01
%58.16
%24.83

CMYK color model

#32AB49 color CMYK value is (71,0,57,33).

  • cyan value is 70.76%
  • magenta value is 0.00%
  • yellow value is 57.31%
  • key color value is 32.94%
CMYK:
(71,0,57,33)
C71M0Y57K33 
(71%,0%,57%,33%)
(0.71/0.00/0.57/0.33)	

CMYK percentages

%70.76
%0
%57.31
%32.94

Codes

Color #32AB49 in popluar color models

32AB49
RGB5017173
HSL131°54.75%43.33%
HSB/HSV131°70.76%67.06%
CMYK70.76%0.00%57.31%
32.94%

Color #32AB49 in popluar number systems.

HEX32AB49
Decimal5017173
Binary110010101010111001001
Octal62253111

Shades and tints

Shades of #32AB49

#32AB49
(50,171,73)
#2E9C43
(46,156,67)
#2A8D3D
(42,141,61)
#267E37
(38,126,55)
#226F31
(34,111,49)
#1E602B
(30,96,43)
#1A5125
(26,81,37)
#16421F
(22,66,31)
#123319
(18,51,25)
#0E2413
(14,36,19)
#0A150D
(10,21,13)
#000000
(0,0,0)

Tints of #32AB49

#32AB49
(50,171,73)
#44B259
(68,178,89)
#56B969
(86,185,105)
#68C079
(104,192,121)
#7AC789
(122,199,137)
#8CCE99
(140,206,153)
#9ED5A9
(158,213,169)
#B0DCB9
(176,220,185)
#C2E3C9
(194,227,201)
#D4EAD9
(212,234,217)
#E6F1E9
(230,241,233)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #32AB49 color. Also use rgb(50,171,73) instead hex code.

Text Font Color

.myTextColor { color: #32AB49; }

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

This text font color is #32AB49.


Background Color

.myBgColor { background-color: #32AB49; }

<div style="background-color:#32AB49">Inner text</div>

This div background color is #32AB49.


Border color

.myBorderColor { border: 1px solid #32AB49; }

<div style="border:3px solid #32AB49">Div</div>

This div border color is #32AB49.


Opacity

.myOpacity80 { color: #32AB49; opacity: 0.8; }

<p style="color:#32AB49;opacity:0.8;">80%</p>

Text with #32AB49 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 #32AB49;}

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

This text has shadow with #32AB49 color.

.textShadow {text-shadow: 3px 3px 1px #32AB49, 3px 3px 1px red;}

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

This text has shadow with #32AB49 primary color and red secondary color.


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

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

This text has shadow with #32AB49 and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #32AB49 on black background.


Color preview on white background

This text has color #32AB49 on white background.



Black color preview on #32AB49 background

This text has black color on #32AB49 background.


White color preview on #32AB49 background

This text has white color on #32AB49 background.