COLOR #325F41

HEX: #325F41
RGB: (50,95,65)

Color info

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

RGB color model

#325F41 color RGB value is (50,95,65).

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

RGB channels and saturation

R 50 of 255 = 20%
G 95 of 255 = 37%
B 65 of 255 = 25%

50
95
65

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

Portions of RGB colors in percentages

R + G + B =
50 + 95 + 65 = 210 (100%)
R 50 of 210 ~ 23.81%
G 95 of 210 ~ 45.24%
B 65 of 210 ~ 30.95%

%23.81
%45.24
%30.95

CMYK color model

#325F41 color CMYK value is (47,0,32,63).

  • cyan value is 47.37%
  • magenta value is 0.00%
  • yellow value is 31.58%
  • key color value is 62.75%
CMYK:
(47,0,32,63)
C47M0Y32K63 
(47%,0%,32%,63%)
(0.47/0.00/0.32/0.63)	

CMYK percentages

%47.37
%0
%31.58
%62.75

Codes

Color #325F41 in popluar color models

325F41
RGB509565
HSL140°31.03%28.43%
HSB/HSV140°47.37%37.25%
CMYK47.37%0.00%31.58%
62.75%

Color #325F41 in popluar number systems.

HEX325F41
Decimal509565
Binary11001010111111000001
Octal62137101

Shades and tints

Shades of #325F41

#325F41
(50,95,65)
#2E573C
(46,87,60)
#2A4F37
(42,79,55)
#264732
(38,71,50)
#223F2D
(34,63,45)
#1E3728
(30,55,40)
#1A2F23
(26,47,35)
#16271E
(22,39,30)
#121F19
(18,31,25)
#0E1714
(14,23,20)
#0A0F0F
(10,15,15)
#000000
(0,0,0)

Tints of #325F41

#325F41
(50,95,65)
#446D52
(68,109,82)
#567B63
(86,123,99)
#688974
(104,137,116)
#7A9785
(122,151,133)
#8CA596
(140,165,150)
#9EB3A7
(158,179,167)
#B0C1B8
(176,193,184)
#C2CFC9
(194,207,201)
#D4DDDA
(212,221,218)
#E6EBEB
(230,235,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #325F41 color. Also use rgb(50,95,65) instead hex code.

Text Font Color

.myTextColor { color: #325F41; }

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

This text font color is #325F41.


Background Color

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

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

This div background color is #325F41.


Border color

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

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

This div border color is #325F41.


Opacity

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

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

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

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

This text has shadow with #325F41 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #325F41 on black background.


Color preview on white background

This text has color #325F41 on white background.



Black color preview on #325F41 background

This text has black color on #325F41 background.


White color preview on #325F41 background

This text has white color on #325F41 background.