COLOR #325B19

HEX: #325B19
RGB: (50,91,25)

Color info

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

RGB color model

#325B19 color RGB value is (50,91,25).

  • red value is 50;
  • green value is 91;
  • blue value is 25.
RGB:
(50,91,25)
(20%,36%,10%)

RGB channels and saturation

R 50 of 255 = 20%
G 91 of 255 = 36%
B 25 of 255 = 10%

50
91
25

R + G + B ~ 22%. #325B19 is dark color.

Portions of RGB colors in percentages

R + G + B =
50 + 91 + 25 = 166 (100%)
R 50 of 166 ~ 30.12%
G 91 of 166 ~ 54.82%
B 25 of 166 ~ 15.06%

%30.12
%54.82
%15.06

CMYK color model

#325B19 color CMYK value is (45,0,73,64).

  • cyan value is 45.05%
  • magenta value is 0.00%
  • yellow value is 72.53%
  • key color value is 64.31%
CMYK:
(45,0,73,64)
C45M0Y73K64 
(45%,0%,73%,64%)
(0.45/0.00/0.73/0.64)	

CMYK percentages

%45.05
%0
%72.53
%64.31

Codes

Color #325B19 in popluar color models

325B19
RGB509125
HSL97°56.90%22.75%
HSB/HSV97°72.53%35.69%
CMYK45.05%0.00%72.53%
64.31%

Color #325B19 in popluar number systems.

HEX325B19
Decimal509125
Binary110010101101111001
Octal6213331

Shades and tints

Shades of #325B19

#325B19
(50,91,25)
#2E5317
(46,83,23)
#2A4B15
(42,75,21)
#264313
(38,67,19)
#223B11
(34,59,17)
#1E330F
(30,51,15)
#1A2B0D
(26,43,13)
#16230B
(22,35,11)
#121B09
(18,27,9)
#0E1307
(14,19,7)
#0A0B05
(10,11,5)
#000000
(0,0,0)

Tints of #325B19

#325B19
(50,91,25)
#44692D
(68,105,45)
#567741
(86,119,65)
#688555
(104,133,85)
#7A9369
(122,147,105)
#8CA17D
(140,161,125)
#9EAF91
(158,175,145)
#B0BDA5
(176,189,165)
#C2CBB9
(194,203,185)
#D4D9CD
(212,217,205)
#E6E7E1
(230,231,225)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #325B19 color. Also use rgb(50,91,25) instead hex code.

Text Font Color

.myTextColor { color: #325B19; }

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

This text font color is #325B19.


Background Color

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

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

This div background color is #325B19.


Border color

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

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

This div border color is #325B19.


Opacity

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

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

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

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

This text has shadow with #325B19 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #325B19 on black background.


Color preview on white background

This text has color #325B19 on white background.



Black color preview on #325B19 background

This text has black color on #325B19 background.


White color preview on #325B19 background

This text has white color on #325B19 background.