COLOR #329E46

HEX: #329E46
RGB: (50,158,70)

Color info

#329E46 contains mainly green color. Web safe color of #329E46 is #339933 (or #393).

RGB color model

#329E46 color RGB value is (50,158,70).

  • red value is 50;
  • green value is 158;
  • blue value is 70.
RGB:
(50,158,70)
(20%,62%,27%)

RGB channels and saturation

R 50 of 255 = 20%
G 158 of 255 = 62%
B 70 of 255 = 27%

50
158
70

R + G + B ~ 36%. #329E46 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
50 + 158 + 70 = 278 (100%)
R 50 of 278 ~ 17.99%
G 158 of 278 ~ 56.83%
B 70 of 278 ~ 25.18%

%17.99
%56.83
%25.18

CMYK color model

#329E46 color CMYK value is (68,0,56,38).

  • cyan value is 68.35%
  • magenta value is 0.00%
  • yellow value is 55.70%
  • key color value is 38.04%
CMYK:
(68,0,56,38)
C68M0Y56K38 
(68%,0%,56%,38%)
(0.68/0.00/0.56/0.38)	

CMYK percentages

%68.35
%0
%55.7
%38.04

Codes

Color #329E46 in popluar color models

329E46
RGB5015870
HSL131°51.92%40.78%
HSB/HSV131°68.35%61.96%
CMYK68.35%0.00%55.70%
38.04%

Color #329E46 in popluar number systems.

HEX329E46
Decimal5015870
Binary110010100111101000110
Octal62236106

Shades and tints

Shades of #329E46

#329E46
(50,158,70)
#2E9040
(46,144,64)
#2A823A
(42,130,58)
#267434
(38,116,52)
#22662E
(34,102,46)
#1E5828
(30,88,40)
#1A4A22
(26,74,34)
#163C1C
(22,60,28)
#122E16
(18,46,22)
#0E2010
(14,32,16)
#0A120A
(10,18,10)
#000000
(0,0,0)

Tints of #329E46

#329E46
(50,158,70)
#44A656
(68,166,86)
#56AE66
(86,174,102)
#68B676
(104,182,118)
#7ABE86
(122,190,134)
#8CC696
(140,198,150)
#9ECEA6
(158,206,166)
#B0D6B6
(176,214,182)
#C2DEC6
(194,222,198)
#D4E6D6
(212,230,214)
#E6EEE6
(230,238,230)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #329E46 color. Also use rgb(50,158,70) instead hex code.

Text Font Color

.myTextColor { color: #329E46; }

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

This text font color is #329E46.


Background Color

.myBgColor { background-color: #329E46; }

<div style="background-color:#329E46">Inner text</div>

This div background color is #329E46.


Border color

.myBorderColor { border: 1px solid #329E46; }

<div style="border:3px solid #329E46">Div</div>

This div border color is #329E46.


Opacity

.myOpacity80 { color: #329E46; opacity: 0.8; }

<p style="color:#329E46;opacity:0.8;">80%</p>

Text with #329E46 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 #329E46;}

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

This text has shadow with #329E46 color.

.textShadow {text-shadow: 3px 3px 1px #329E46, 3px 3px 1px red;}

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

This text has shadow with #329E46 primary color and red secondary color.


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

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

This text has shadow with #329E46 and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #329E46 on black background.


Color preview on white background

This text has color #329E46 on white background.



Black color preview on #329E46 background

This text has black color on #329E46 background.


White color preview on #329E46 background

This text has white color on #329E46 background.