COLOR #325C40

HEX: #325C40 RGB: (50,92,64)

Color info

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

RGB color model

#325C40 color RGB value is (50,92,64).

RGB: (50,92,64) (20%, 36%, 25%)

RGB channels and saturation

R 50 of 255 = 20%
G 92 of 255 = 36%
B 64 of 255 = 25%

50
92
64

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

Portions of RGB colors in percentages

R + G + B = 50 + 92 + 64 = 206 (100%)
R 50 of 206 ~ 24.27%
G 92 of 206 ~ 44.66%
B 64 of 206 ~ 31.07'%

%24.27
%44.66
%31.07

CMYK color model

#325C40 color CMYK value is (46,0,30,64).

  • cyan value is 45.65%
  • magenta value is 0.00%
  • yellow value is 30.43%
  • key color value is 63.92%

CMYK: (46,0,30,64)
C46M0Y30K64 (46%, 0%, 30%, 64%)
(0.46 / 0.00 / 0.30 / 0.64)

CMYK percentages

%45.65
%0
%30.43
%63.92

Codes

Color #325C40 in popluar color models

32 5C 40
RGB 50 92 64
HSL 140° 29.58% 27.84%
HSB/HSV 140° 45.65% 36.08%
CMYK 45.65% 0.00% 30.43%
63.92%

Color #325C40 in popluar number systems.

HEX 32 5C 40
Decimal 50 92 64
Binary 110010 1011100 1000000
Octal 62 134 100

Shades and tints

Shades of #325C40

#325C40
(50,92,64)
#2E543B
(46,84,59)
#2A4C36
(42,76,54)
#264431
(38,68,49)
#223C2C
(34,60,44)
#1E3427
(30,52,39)
#1A2C22
(26,44,34)
#16241D
(22,36,29)
#121C18
(18,28,24)
#0E1413
(14,20,19)
#0A0C0E
(10,12,14)
#000000
(0,0,0)

Tints of #325C40

#325C40
(50,92,64)
#446A51
(68,106,81)
#567862
(86,120,98)
#688673
(104,134,115)
#7A9484
(122,148,132)
#8CA295
(140,162,149)
#9EB0A6
(158,176,166)
#B0BEB7
(176,190,183)
#C2CCC8
(194,204,200)
#D4DAD9
(212,218,217)
#E6E8EA
(230,232,234)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #325C40; }

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

This text font color is #325C40.

Background Color

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

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

This div background color is #325C40.

Border color

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

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

This div border color is #325C40.

Opacity

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

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

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

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

This text has shadow with #325C40 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #325C40.

Preview

Color preview on black background

This text has color #325C40 on black background.


Color preview on white background

This text has color #325C40 on white background.


Black color preview on #325C40 background

This text has black color on #325C40 background.


White color preview on #325C40 background

This text has white color on #325C40 background.


Related colors

Complementary color

Complementary color for #hex is #CDA3BF.


I love getcolorcode.com

Triadic colors

1 #40325C and #5C4032 with #325C40 are triadic colors.

2 #405C32 and #5C3240 with #325C40 are triadic colors.