COLOR #325D06

HEX: #325D06 RGB: (50,93,6)

Color info

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

RGB color model

#325D06 color RGB value is (50,93,6).

RGB: (50,93,6) (20%, 36%, 2%)

RGB channels and saturation

R 50 of 255 = 20%
G 93 of 255 = 36%
B 6 of 255 = 2%

50
93
6

R + G + B ~ 19%. #325D06 is dark color.

Portions of RGB colors in percentages

R + G + B = 50 + 93 + 6 = 149 (100%)
R 50 of 149 ~ 33.56%
G 93 of 149 ~ 62.42%
B 6 of 149 ~ 4.03'%

%33.56
%62.42

CMYK color model

#325D06 color CMYK value is (46,0,94,64).

  • cyan value is 46.24%
  • magenta value is 0.00%
  • yellow value is 93.55%
  • key color value is 63.53%

CMYK: (46,0,94,64)
C46M0Y94K64 (46%, 0%, 94%, 64%)
(0.46 / 0.00 / 0.94 / 0.64)

CMYK percentages

%46.24
%0
%93.55
%63.53

Codes

Color #325D06 in popluar color models

32 5D 06
RGB 50 93 6
HSL 90° 87.88% 19.41%
HSB/HSV 90° 93.55% 36.47%
CMYK 46.24% 0.00% 93.55%
63.53%

Color #325D06 in popluar number systems.

HEX 32 5D 06
Decimal 50 93 6
Binary 110010 1011101 110
Octal 62 135 6

Shades and tints

Shades of #325D06

#325D06
(50,93,6)
#2E5506
(46,85,6)
#2A4D06
(42,77,6)
#264506
(38,69,6)
#223D06
(34,61,6)
#1E3506
(30,53,6)
#1A2D06
(26,45,6)
#162506
(22,37,6)
#121D06
(18,29,6)
#0E1506
(14,21,6)
#0A0D06
(10,13,6)
#000000
(0,0,0)

Tints of #325D06

#325D06
(50,93,6)
#446B1C
(68,107,28)
#567932
(86,121,50)
#688748
(104,135,72)
#7A955E
(122,149,94)
#8CA374
(140,163,116)
#9EB18A
(158,177,138)
#B0BFA0
(176,191,160)
#C2CDB6
(194,205,182)
#D4DBCC
(212,219,204)
#E6E9E2
(230,233,226)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #325D06 color. Also use rgb(50,93,6) instead hex code.

Text Font Color

.myTextColor { color: #325D06; }

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

This text font color is #325D06.

Background Color

.myBgColor { background-color: #325D06; }

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

This div background color is #325D06.

Border color

.myBorderColor { border: 1px solid #325D06; }

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

This div border color is #325D06.

Opacity

.myOpacity80 { color: #325D06; opacity: 0.8; }

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

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

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

This text has shadow with #325D06 color.


.textShadow {text-shadow: 3px 3px 1px #325D06', 3px 3px 1px red;}

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

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


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

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

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

Div box shadow color

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

/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #325D06; -webkit-box-shadow: 1px 1px 3px 2px #325D06; box-shadow:1px 1px 3px 2px #325D06;">
Div content here
</div>

This div box has shadow with color #325D06.

Preview

Color preview on black background

This text has color #325D06 on black background.


Color preview on white background

This text has color #325D06 on white background.


Black color preview on #325D06 background

This text has black color on #325D06 background.


White color preview on #325D06 background

This text has white color on #325D06 background.


Related colors

Complementary color

Complementary color for #hex is #CDA2F9.


I love getcolorcode.com

Triadic colors

1 #06325D and #5D0632 with #325D06 are triadic colors.

2 #065D32 and #5D3206 with #325D06 are triadic colors.