COLOR #325F51

HEX: #325F51 RGB: (50,95,81)

Color info

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

RGB color model

#325F51 color RGB value is (50,95,81).

RGB: (50,95,81) (20%, 37%, 32%)

RGB channels and saturation

R 50 of 255 = 20%
G 95 of 255 = 37%
B 81 of 255 = 32%

50
95
81

R + G + B ~ 30%. #325F51 is quite dark color.

Portions of RGB colors in percentages

R + G + B = 50 + 95 + 81 = 226 (100%)
R 50 of 226 ~ 22.12%
G 95 of 226 ~ 42.04%
B 81 of 226 ~ 35.84'%

%22.12
%42.04
%35.84

CMYK color model

#325F51 color CMYK value is (47,0,15,63).

  • cyan value is 47.37%
  • magenta value is 0.00%
  • yellow value is 14.74%
  • key color value is 62.75%

CMYK: (47,0,15,63)
C47M0Y15K63 (47%, 0%, 15%, 63%)
(0.47 / 0.00 / 0.15 / 0.63)

CMYK percentages

%47.37
%0
%14.74
%62.75

Codes

Color #325F51 in popluar color models

32 5F 51
RGB 50 95 81
HSL 161° 31.03% 28.43%
HSB/HSV 161° 47.37% 37.25%
CMYK 47.37% 0.00% 14.74%
62.75%

Color #325F51 in popluar number systems.

HEX 32 5F 51
Decimal 50 95 81
Binary 110010 1011111 1010001
Octal 62 137 121

Shades and tints

Shades of #325F51

#325F51
(50,95,81)
#2E574A
(46,87,74)
#2A4F43
(42,79,67)
#26473C
(38,71,60)
#223F35
(34,63,53)
#1E372E
(30,55,46)
#1A2F27
(26,47,39)
#162720
(22,39,32)
#121F19
(18,31,25)
#0E1712
(14,23,18)
#0A0F0B
(10,15,11)
#000000
(0,0,0)

Tints of #325F51

#325F51
(50,95,81)
#446D60
(68,109,96)
#567B6F
(86,123,111)
#68897E
(104,137,126)
#7A978D
(122,151,141)
#8CA59C
(140,165,156)
#9EB3AB
(158,179,171)
#B0C1BA
(176,193,186)
#C2CFC9
(194,207,201)
#D4DDD8
(212,221,216)
#E6EBE7
(230,235,231)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #325F51; }

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

This text font color is #325F51.

Background Color

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

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

This div background color is #325F51.

Border color

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

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

This div border color is #325F51.

Opacity

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

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

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

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

This text has shadow with #325F51 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #325F51.

Preview

Color preview on black background

This text has color #325F51 on black background.


Color preview on white background

This text has color #325F51 on white background.


Black color preview on #325F51 background

This text has black color on #325F51 background.


White color preview on #325F51 background

This text has white color on #325F51 background.


Related colors

Complementary color

Complementary color for #hex is #CDA0AE.


I love getcolorcode.com

Triadic colors

1 #51325F and #5F5132 with #325F51 are triadic colors.

2 #515F32 and #5F3251 with #325F51 are triadic colors.