COLOR #325E00

HEX: #325E00
RGB: (50,94,0)

Color info

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

RGB color model

#325E00 color RGB value is (50,94,0).

  • red value is 50;
  • green value is 94;
  • blue value is 0.
RGB:
(50,94,0)
(20%,37%,0%)

RGB channels and saturation

R 50 of 255 = 20%
G 94 of 255 = 37%
B 0 of 255 = 0%

50
94
0

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

Portions of RGB colors in percentages

R + G + B =
50 + 94 + 0 = 144 (100%)
R 50 of 144 ~ 34.72%
G 94 of 144 ~ 65.28%
B 0 of 144 ~ 0%

%34.72
%65.28

CMYK color model

#325E00 color CMYK value is (47,0,100,63).

  • cyan value is 46.81%
  • magenta value is 0.00%
  • yellow value is 100.00%
  • key color value is 63.14%
CMYK:
(47,0,100,63)
C47M0Y100K63 
(47%,0%,100%,63%)
(0.47/0.00/1.00/0.63)	

CMYK percentages

%46.81
%0
%100
%63.14

Codes

Color #325E00 in popluar color models

325E00
RGB50940
HSL88°100.00%18.43%
HSB/HSV88°100.00%36.86%
CMYK46.81%0.00%100.00%
63.14%

Color #325E00 in popluar number systems.

HEX325E00
Decimal50940
Binary11001010111100
Octal621360

Shades and tints

Shades of #325E00

#325E00
(50,94,0)
#2E5600
(46,86,0)
#2A4E00
(42,78,0)
#264600
(38,70,0)
#223E00
(34,62,0)
#1E3600
(30,54,0)
#1A2E00
(26,46,0)
#162600
(22,38,0)
#121E00
(18,30,0)
#0E1600
(14,22,0)
#0A0E00
(10,14,0)
#000000
(0,0,0)

Tints of #325E00

#325E00
(50,94,0)
#446C17
(68,108,23)
#567A2E
(86,122,46)
#688845
(104,136,69)
#7A965C
(122,150,92)
#8CA473
(140,164,115)
#9EB28A
(158,178,138)
#B0C0A1
(176,192,161)
#C2CEB8
(194,206,184)
#D4DCCF
(212,220,207)
#E6EAE6
(230,234,230)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #325E00 color. Also use rgb(50,94,0) instead hex code.

Text Font Color

.myTextColor { color: #325E00; }

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

This text font color is #325E00.


Background Color

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

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

This div background color is #325E00.


Border color

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

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

This div border color is #325E00.


Opacity

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

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

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

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

This text has shadow with #325E00 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #325E00 on black background.


Color preview on white background

This text has color #325E00 on white background.



Black color preview on #325E00 background

This text has black color on #325E00 background.


White color preview on #325E00 background

This text has white color on #325E00 background.