COLOR #325B30

HEX: #325B30
RGB: (50,91,48)

Color info

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

RGB color model

#325B30 color RGB value is (50,91,48).

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

RGB channels and saturation

R 50 of 255 = 20%
G 91 of 255 = 36%
B 48 of 255 = 19%

50
91
48

R + G + B ~ 25%. #325B30 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
50 + 91 + 48 = 189 (100%)
R 50 of 189 ~ 26.46%
G 91 of 189 ~ 48.15%
B 48 of 189 ~ 25.4%

%26.46
%48.15
%25.4

CMYK color model

#325B30 color CMYK value is (45,0,47,64).

  • cyan value is 45.05%
  • magenta value is 0.00%
  • yellow value is 47.25%
  • key color value is 64.31%
CMYK:
(45,0,47,64)
C45M0Y47K64 
(45%,0%,47%,64%)
(0.45/0.00/0.47/0.64)	

CMYK percentages

%45.05
%0
%47.25
%64.31

Codes

Color #325B30 in popluar color models

325B30
RGB509148
HSL117°30.94%27.25%
HSB/HSV117°47.25%35.69%
CMYK45.05%0.00%47.25%
64.31%

Color #325B30 in popluar number systems.

HEX325B30
Decimal509148
Binary1100101011011110000
Octal6213360

Shades and tints

Shades of #325B30

#325B30
(50,91,48)
#2E532C
(46,83,44)
#2A4B28
(42,75,40)
#264324
(38,67,36)
#223B20
(34,59,32)
#1E331C
(30,51,28)
#1A2B18
(26,43,24)
#162314
(22,35,20)
#121B10
(18,27,16)
#0E130C
(14,19,12)
#0A0B08
(10,11,8)
#000000
(0,0,0)

Tints of #325B30

#325B30
(50,91,48)
#446942
(68,105,66)
#567754
(86,119,84)
#688566
(104,133,102)
#7A9378
(122,147,120)
#8CA18A
(140,161,138)
#9EAF9C
(158,175,156)
#B0BDAE
(176,189,174)
#C2CBC0
(194,203,192)
#D4D9D2
(212,217,210)
#E6E7E4
(230,231,228)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #325B30; }

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

This text font color is #325B30.


Background Color

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

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

This div background color is #325B30.


Border color

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

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

This div border color is #325B30.


Opacity

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

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

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

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

This text has shadow with #325B30 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #325B30 on black background.


Color preview on white background

This text has color #325B30 on white background.



Black color preview on #325B30 background

This text has black color on #325B30 background.


White color preview on #325B30 background

This text has white color on #325B30 background.