COLOR #325E3F

HEX: #325E3F
RGB: (50,94,63)

Color info

#325E3F contains red, green and blue colors in about the same proportion. Web safe color of #325E3F is #336633 (or #363).

RGB color model

#325E3F color RGB value is (50,94,63).

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

RGB channels and saturation

R 50 of 255 = 20%
G 94 of 255 = 37%
B 63 of 255 = 25%

50
94
63

R + G + B ~ 27%. #325E3F is quite dark color.

Portions of RGB colors in percentages

R + G + B =
50 + 94 + 63 = 207 (100%)
R 50 of 207 ~ 24.15%
G 94 of 207 ~ 45.41%
B 63 of 207 ~ 30.43%

%24.15
%45.41
%30.43

CMYK color model

#325E3F color CMYK value is (47,0,33,63).

  • cyan value is 46.81%
  • magenta value is 0.00%
  • yellow value is 32.98%
  • key color value is 63.14%
CMYK:
(47,0,33,63)
C47M0Y33K63 
(47%,0%,33%,63%)
(0.47/0.00/0.33/0.63)	

CMYK percentages

%46.81
%0
%32.98
%63.14

Codes

Color #325E3F in popluar color models

325E3F
RGB509463
HSL138°30.56%28.24%
HSB/HSV138°46.81%36.86%
CMYK46.81%0.00%32.98%
63.14%

Color #325E3F in popluar number systems.

HEX325E3F
Decimal509463
Binary1100101011110111111
Octal6213677

Shades and tints

Shades of #325E3F

#325E3F
(50,94,63)
#2E563A
(46,86,58)
#2A4E35
(42,78,53)
#264630
(38,70,48)
#223E2B
(34,62,43)
#1E3626
(30,54,38)
#1A2E21
(26,46,33)
#16261C
(22,38,28)
#121E17
(18,30,23)
#0E1612
(14,22,18)
#0A0E0D
(10,14,13)
#000000
(0,0,0)

Tints of #325E3F

#325E3F
(50,94,63)
#446C50
(68,108,80)
#567A61
(86,122,97)
#688872
(104,136,114)
#7A9683
(122,150,131)
#8CA494
(140,164,148)
#9EB2A5
(158,178,165)
#B0C0B6
(176,192,182)
#C2CEC7
(194,206,199)
#D4DCD8
(212,220,216)
#E6EAE9
(230,234,233)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #325E3F; }

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

This text font color is #325E3F.


Background Color

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

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

This div background color is #325E3F.


Border color

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

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

This div border color is #325E3F.


Opacity

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

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

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

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

This text has shadow with #325E3F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #325E3F on black background.


Color preview on white background

This text has color #325E3F on white background.



Black color preview on #325E3F background

This text has black color on #325E3F background.


White color preview on #325E3F background

This text has white color on #325E3F background.