COLOR #325C4F

HEX: #325C4F
RGB: (50,92,79)

Color info

#325C4F contains red, green and blue colors in about the same proportion. Web safe color of #325C4F is #336666 (or #366).

RGB color model

#325C4F color RGB value is (50,92,79).

  • red value is 50;
  • green value is 92;
  • blue value is 79.
RGB:
(50,92,79)
(20%,36%,31%)

RGB channels and saturation

R 50 of 255 = 20%
G 92 of 255 = 36%
B 79 of 255 = 31%

50
92
79

R + G + B ~ 29%. #325C4F is quite dark color.

Portions of RGB colors in percentages

R + G + B =
50 + 92 + 79 = 221 (100%)
R 50 of 221 ~ 22.62%
G 92 of 221 ~ 41.63%
B 79 of 221 ~ 35.75%

%22.62
%41.63
%35.75

CMYK color model

#325C4F color CMYK value is (46,0,14,64).

  • cyan value is 45.65%
  • magenta value is 0.00%
  • yellow value is 14.13%
  • key color value is 63.92%
CMYK:
(46,0,14,64)
C46M0Y14K64 
(46%,0%,14%,64%)
(0.46/0.00/0.14/0.64)	

CMYK percentages

%45.65
%0
%14.13
%63.92

Codes

Color #325C4F in popluar color models

325C4F
RGB509279
HSL161°29.58%27.84%
HSB/HSV161°45.65%36.08%
CMYK45.65%0.00%14.13%
63.92%

Color #325C4F in popluar number systems.

HEX325C4F
Decimal509279
Binary11001010111001001111
Octal62134117

Shades and tints

Shades of #325C4F

#325C4F
(50,92,79)
#2E5448
(46,84,72)
#2A4C41
(42,76,65)
#26443A
(38,68,58)
#223C33
(34,60,51)
#1E342C
(30,52,44)
#1A2C25
(26,44,37)
#16241E
(22,36,30)
#121C17
(18,28,23)
#0E1410
(14,20,16)
#0A0C09
(10,12,9)
#000000
(0,0,0)

Tints of #325C4F

#325C4F
(50,92,79)
#446A5F
(68,106,95)
#56786F
(86,120,111)
#68867F
(104,134,127)
#7A948F
(122,148,143)
#8CA29F
(140,162,159)
#9EB0AF
(158,176,175)
#B0BEBF
(176,190,191)
#C2CCCF
(194,204,207)
#D4DADF
(212,218,223)
#E6E8EF
(230,232,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #325C4F color. Also use rgb(50,92,79) instead hex code.

Text Font Color

.myTextColor { color: #325C4F; }

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

This text font color is #325C4F.


Background Color

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

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

This div background color is #325C4F.


Border color

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

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

This div border color is #325C4F.


Opacity

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

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

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

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

This text has shadow with #325C4F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #325C4F on black background.


Color preview on white background

This text has color #325C4F on white background.



Black color preview on #325C4F background

This text has black color on #325C4F background.


White color preview on #325C4F background

This text has white color on #325C4F background.