COLOR #329463

HEX: #329463
RGB: (50,148,99)

Color info

#329463 contains mainly green and blue colors. Web safe color of #329463 is #339966 (or #396).

RGB color model

#329463 color RGB value is (50,148,99).

  • red value is 50;
  • green value is 148;
  • blue value is 99.
RGB:
(50,148,99)
(20%,58%,39%)

RGB channels and saturation

R 50 of 255 = 20%
G 148 of 255 = 58%
B 99 of 255 = 39%

50
148
99

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

Portions of RGB colors in percentages

R + G + B =
50 + 148 + 99 = 297 (100%)
R 50 of 297 ~ 16.84%
G 148 of 297 ~ 49.83%
B 99 of 297 ~ 33.33%

%16.84
%49.83
%33.33

CMYK color model

#329463 color CMYK value is (66,0,33,42).

  • cyan value is 66.22%
  • magenta value is 0.00%
  • yellow value is 33.11%
  • key color value is 41.96%
CMYK:
(66,0,33,42)
C66M0Y33K42 
(66%,0%,33%,42%)
(0.66/0.00/0.33/0.42)	

CMYK percentages

%66.22
%0
%33.11
%41.96

Codes

Color #329463 in popluar color models

329463
RGB5014899
HSL150°49.49%38.82%
HSB/HSV150°66.22%58.04%
CMYK66.22%0.00%33.11%
41.96%

Color #329463 in popluar number systems.

HEX329463
Decimal5014899
Binary110010100101001100011
Octal62224143

Shades and tints

Shades of #329463

#329463
(50,148,99)
#2E875A
(46,135,90)
#2A7A51
(42,122,81)
#266D48
(38,109,72)
#22603F
(34,96,63)
#1E5336
(30,83,54)
#1A462D
(26,70,45)
#163924
(22,57,36)
#122C1B
(18,44,27)
#0E1F12
(14,31,18)
#0A1209
(10,18,9)
#000000
(0,0,0)

Tints of #329463

#329463
(50,148,99)
#449D71
(68,157,113)
#56A67F
(86,166,127)
#68AF8D
(104,175,141)
#7AB89B
(122,184,155)
#8CC1A9
(140,193,169)
#9ECAB7
(158,202,183)
#B0D3C5
(176,211,197)
#C2DCD3
(194,220,211)
#D4E5E1
(212,229,225)
#E6EEEF
(230,238,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #329463 color. Also use rgb(50,148,99) instead hex code.

Text Font Color

.myTextColor { color: #329463; }

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

This text font color is #329463.


Background Color

.myBgColor { background-color: #329463; }

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

This div background color is #329463.


Border color

.myBorderColor { border: 1px solid #329463; }

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

This div border color is #329463.


Opacity

.myOpacity80 { color: #329463; opacity: 0.8; }

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

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

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

This text has shadow with #329463 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #329463 on black background.


Color preview on white background

This text has color #329463 on white background.



Black color preview on #329463 background

This text has black color on #329463 background.


White color preview on #329463 background

This text has white color on #329463 background.