COLOR #325D5B

HEX: #325D5B RGB: (50,93,91)

Color info

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

RGB color model

#325D5B color RGB value is (50,93,91).

RGB: (50,93,91) (20%, 36%, 36%)

RGB channels and saturation

R 50 of 255 = 20%
G 93 of 255 = 36%
B 91 of 255 = 36%

50
93
91

R + G + B ~ 31%. #325D5B is quite dark color.

Portions of RGB colors in percentages

R + G + B = 50 + 93 + 91 = 234 (100%)
R 50 of 234 ~ 21.37%
G 93 of 234 ~ 39.74%
B 91 of 234 ~ 38.89'%

%21.37
%39.74
%38.89

CMYK color model

#325D5B color CMYK value is (46,0,2,64).

  • cyan value is 46.24%
  • magenta value is 0.00%
  • yellow value is 2.15%
  • key color value is 63.53%

CMYK: (46,0,2,64)
C46M0Y2K64 (46%, 0%, 2%, 64%)
(0.46 / 0.00 / 0.02 / 0.64)

CMYK percentages

%46.24
%0
%2.15
%63.53

Codes

Color #325D5B in popluar color models

32 5D 5B
RGB 50 93 91
HSL 177° 30.07% 28.04%
HSB/HSV 177° 46.24% 36.47%
CMYK 46.24% 0.00% 2.15%
63.53%

Color #325D5B in popluar number systems.

HEX 32 5D 5B
Decimal 50 93 91
Binary 110010 1011101 1011011
Octal 62 135 133

Shades and tints

Shades of #325D5B

#325D5B
(50,93,91)
#2E5553
(46,85,83)
#2A4D4B
(42,77,75)
#264543
(38,69,67)
#223D3B
(34,61,59)
#1E3533
(30,53,51)
#1A2D2B
(26,45,43)
#162523
(22,37,35)
#121D1B
(18,29,27)
#0E1513
(14,21,19)
#0A0D0B
(10,13,11)
#000000
(0,0,0)

Tints of #325D5B

#325D5B
(50,93,91)
#446B69
(68,107,105)
#567977
(86,121,119)
#688785
(104,135,133)
#7A9593
(122,149,147)
#8CA3A1
(140,163,161)
#9EB1AF
(158,177,175)
#B0BFBD
(176,191,189)
#C2CDCB
(194,205,203)
#D4DBD9
(212,219,217)
#E6E9E7
(230,233,231)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #325D5B; }

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

This text font color is #325D5B.

Background Color

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

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

This div background color is #325D5B.

Border color

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

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

This div border color is #325D5B.

Opacity

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

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

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

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

This text has shadow with #325D5B color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #325D5B.

Preview

Color preview on black background

This text has color #325D5B on black background.


Color preview on white background

This text has color #325D5B on white background.


Black color preview on #325D5B background

This text has black color on #325D5B background.


White color preview on #325D5B background

This text has white color on #325D5B background.


Related colors

Complementary color

Complementary color for #hex is #CDA2A4.


I love getcolorcode.com

Triadic colors

1 #5B325D and #5D5B32 with #325D5B are triadic colors.

2 #5B5D32 and #5D325B with #325D5B are triadic colors.