COLOR #326004

HEX: #326004
RGB: (50,96,4)

Color info

#326004 contains mainly red and green colors. Web safe color of #326004 is #336600 (or #360).

RGB color model

#326004 color RGB value is (50,96,4).

  • red value is 50;
  • green value is 96;
  • blue value is 4.
RGB:
(50,96,4)
(20%,38%,2%)

RGB channels and saturation

R 50 of 255 = 20%
G 96 of 255 = 38%
B 4 of 255 = 2%

50
96
4

R + G + B ~ 20%. #326004 is dark color.

Portions of RGB colors in percentages

R + G + B =
50 + 96 + 4 = 150 (100%)
R 50 of 150 ~ 33.33%
G 96 of 150 ~ 64%
B 4 of 150 ~ 2.67%

%33.33
%64

CMYK color model

#326004 color CMYK value is (48,0,96,62).

  • cyan value is 47.92%
  • magenta value is 0.00%
  • yellow value is 95.83%
  • key color value is 62.35%
CMYK:
(48,0,96,62)
C48M0Y96K62 
(48%,0%,96%,62%)
(0.48/0.00/0.96/0.62)	

CMYK percentages

%47.92
%0
%95.83
%62.35

Codes

Color #326004 in popluar color models

326004
RGB50964
HSL90°92.00%19.61%
HSB/HSV90°95.83%37.65%
CMYK47.92%0.00%95.83%
62.35%

Color #326004 in popluar number systems.

HEX326004
Decimal50964
Binary1100101100000100
Octal621404

Shades and tints

Shades of #326004

#326004
(50,96,4)
#2E5804
(46,88,4)
#2A5004
(42,80,4)
#264804
(38,72,4)
#224004
(34,64,4)
#1E3804
(30,56,4)
#1A3004
(26,48,4)
#162804
(22,40,4)
#122004
(18,32,4)
#0E1804
(14,24,4)
#0A1004
(10,16,4)
#000000
(0,0,0)

Tints of #326004

#326004
(50,96,4)
#446E1A
(68,110,26)
#567C30
(86,124,48)
#688A46
(104,138,70)
#7A985C
(122,152,92)
#8CA672
(140,166,114)
#9EB488
(158,180,136)
#B0C29E
(176,194,158)
#C2D0B4
(194,208,180)
#D4DECA
(212,222,202)
#E6ECE0
(230,236,224)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #326004 color. Also use rgb(50,96,4) instead hex code.

Text Font Color

.myTextColor { color: #326004; }

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

This text font color is #326004.


Background Color

.myBgColor { background-color: #326004; }

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

This div background color is #326004.


Border color

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

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

This div border color is #326004.


Opacity

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

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

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

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

This text has shadow with #326004 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #326004 on black background.


Color preview on white background

This text has color #326004 on white background.



Black color preview on #326004 background

This text has black color on #326004 background.


White color preview on #326004 background

This text has white color on #326004 background.