COLOR #328124

HEX: #328124
RGB: (50,129,36)

Color info

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

RGB color model

#328124 color RGB value is (50,129,36).

  • red value is 50;
  • green value is 129;
  • blue value is 36.
RGB:
(50,129,36)
(20%,51%,14%)

RGB channels and saturation

R 50 of 255 = 20%
G 129 of 255 = 51%
B 36 of 255 = 14%

50
129
36

R + G + B ~ 28%. #328124 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
50 + 129 + 36 = 215 (100%)
R 50 of 215 ~ 23.26%
G 129 of 215 ~ 60%
B 36 of 215 ~ 16.74%

%23.26
%60
%16.74

CMYK color model

#328124 color CMYK value is (61,0,72,49).

  • cyan value is 61.24%
  • magenta value is 0.00%
  • yellow value is 72.09%
  • key color value is 49.41%
CMYK:
(61,0,72,49)
C61M0Y72K49 
(61%,0%,72%,49%)
(0.61/0.00/0.72/0.49)	

CMYK percentages

%61.24
%0
%72.09
%49.41

Codes

Color #328124 in popluar color models

328124
RGB5012936
HSL111°56.36%32.35%
HSB/HSV111°72.09%50.59%
CMYK61.24%0.00%72.09%
49.41%

Color #328124 in popluar number systems.

HEX328124
Decimal5012936
Binary11001010000001100100
Octal6220144

Shades and tints

Shades of #328124

#328124
(50,129,36)
#2E7621
(46,118,33)
#2A6B1E
(42,107,30)
#26601B
(38,96,27)
#225518
(34,85,24)
#1E4A15
(30,74,21)
#1A3F12
(26,63,18)
#16340F
(22,52,15)
#12290C
(18,41,12)
#0E1E09
(14,30,9)
#0A1306
(10,19,6)
#000000
(0,0,0)

Tints of #328124

#328124
(50,129,36)
#448C37
(68,140,55)
#56974A
(86,151,74)
#68A25D
(104,162,93)
#7AAD70
(122,173,112)
#8CB883
(140,184,131)
#9EC396
(158,195,150)
#B0CEA9
(176,206,169)
#C2D9BC
(194,217,188)
#D4E4CF
(212,228,207)
#E6EFE2
(230,239,226)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #328124 color. Also use rgb(50,129,36) instead hex code.

Text Font Color

.myTextColor { color: #328124; }

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

This text font color is #328124.


Background Color

.myBgColor { background-color: #328124; }

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

This div background color is #328124.


Border color

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

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

This div border color is #328124.


Opacity

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

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

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

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

This text has shadow with #328124 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #328124 on black background.


Color preview on white background

This text has color #328124 on white background.



Black color preview on #328124 background

This text has black color on #328124 background.


White color preview on #328124 background

This text has white color on #328124 background.