COLOR #325D4B

HEX: #325D4B RGB: (50,93,75)

Color info

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

RGB color model

#325D4B color RGB value is (50,93,75).

RGB: (50,93,75) (20%, 36%, 29%)

RGB channels and saturation

R 50 of 255 = 20%
G 93 of 255 = 36%
B 75 of 255 = 29%

50
93
75

R + G + B ~ 28%. #325D4B is quite dark color.

Portions of RGB colors in percentages

R + G + B = 50 + 93 + 75 = 218 (100%)
R 50 of 218 ~ 22.94%
G 93 of 218 ~ 42.66%
B 75 of 218 ~ 34.4'%

%22.94
%42.66
%34.4

CMYK color model

#325D4B color CMYK value is (46,0,19,64).

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

CMYK: (46,0,19,64)
C46M0Y19K64 (46%, 0%, 19%, 64%)
(0.46 / 0.00 / 0.19 / 0.64)

CMYK percentages

%46.24
%0
%19.35
%63.53

Codes

Color #325D4B in popluar color models

32 5D 4B
RGB 50 93 75
HSL 155° 30.07% 28.04%
HSB/HSV 155° 46.24% 36.47%
CMYK 46.24% 0.00% 19.35%
63.53%

Color #325D4B in popluar number systems.

HEX 32 5D 4B
Decimal 50 93 75
Binary 110010 1011101 1001011
Octal 62 135 113

Shades and tints

Shades of #325D4B

#325D4B
(50,93,75)
#2E5545
(46,85,69)
#2A4D3F
(42,77,63)
#264539
(38,69,57)
#223D33
(34,61,51)
#1E352D
(30,53,45)
#1A2D27
(26,45,39)
#162521
(22,37,33)
#121D1B
(18,29,27)
#0E1515
(14,21,21)
#0A0D0F
(10,13,15)
#000000
(0,0,0)

Tints of #325D4B

#325D4B
(50,93,75)
#446B5B
(68,107,91)
#56796B
(86,121,107)
#68877B
(104,135,123)
#7A958B
(122,149,139)
#8CA39B
(140,163,155)
#9EB1AB
(158,177,171)
#B0BFBB
(176,191,187)
#C2CDCB
(194,205,203)
#D4DBDB
(212,219,219)
#E6E9EB
(230,233,235)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #325D4B; }

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

This text font color is #325D4B.

Background Color

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

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

This div background color is #325D4B.

Border color

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

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

This div border color is #325D4B.

Opacity

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

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

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

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

This text has shadow with #325D4B color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #325D4B.

Preview

Color preview on black background

This text has color #325D4B on black background.


Color preview on white background

This text has color #325D4B on white background.


Black color preview on #325D4B background

This text has black color on #325D4B background.


White color preview on #325D4B background

This text has white color on #325D4B background.


Related colors

Complementary color

Complementary color for #hex is #CDA2B4.


I love getcolorcode.com

Triadic colors

1 #4B325D and #5D4B32 with #325D4B are triadic colors.

2 #4B5D32 and #5D324B with #325D4B are triadic colors.