COLOR #325F6B

HEX: #325F6B RGB: (50,95,107)

Color info

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

RGB color model

#325F6B color RGB value is (50,95,107).

RGB: (50,95,107) (20%, 37%, 42%)

RGB channels and saturation

R 50 of 255 = 20%
G 95 of 255 = 37%
B 107 of 255 = 42%

50
95
107

R + G + B ~ 33%. #325F6B is quite dark color.

Portions of RGB colors in percentages

R + G + B = 50 + 95 + 107 = 252 (100%)
R 50 of 252 ~ 19.84%
G 95 of 252 ~ 37.7%
B 107 of 252 ~ 42.46'%

%19.84
%37.7
%42.46

CMYK color model

#325F6B color CMYK value is (53,11,0,58).

  • cyan value is 53.27%
  • magenta value is 11.21%
  • yellow value is 0.00%
  • key color value is 58.04%
CMYK: (53,11,0,58) C53M11Y0K58 (53%,11%,0%,58%) (0.53/0.11/0.00/0.58) 

CMYK percentages

%53.27
%11.21
%0
%58.04

Codes

Color #325F6B in popluar color models

32 5F 6B
RGB 50 95 107
HSL 193° 36.31% 30.78%
HSB/HSV 193° 53.27% 41.96%
CMYK 53.27% 11.21% 0.00%
58.04%

Color #325F6B in popluar number systems.

HEX 32 5F 6B
Decimal 50 95 107
Binary 110010 1011111 1101011
Octal 62 137 153

Shades and tints

Shades of #325F6B

#325F6B
(50,95,107)
#2E5762
(46,87,98)
#2A4F59
(42,79,89)
#264750
(38,71,80)
#223F47
(34,63,71)
#1E373E
(30,55,62)
#1A2F35
(26,47,53)
#16272C
(22,39,44)
#121F23
(18,31,35)
#0E171A
(14,23,26)
#0A0F11
(10,15,17)
#000000
(0,0,0)

Tints of #325F6B

#325F6B
(50,95,107)
#446D78
(68,109,120)
#567B85
(86,123,133)
#688992
(104,137,146)
#7A979F
(122,151,159)
#8CA5AC
(140,165,172)
#9EB3B9
(158,179,185)
#B0C1C6
(176,193,198)
#C2CFD3
(194,207,211)
#D4DDE0
(212,221,224)
#E6EBED
(230,235,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #325F6B; }

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

This text font color is #325F6B.

Background Color

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

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

This div background color is #325F6B.

Border color

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

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

This div border color is #325F6B.

Opacity

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

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

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

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

This text has shadow with #325F6B color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #325F6B.

Preview

Color preview on black background

This text has color #325F6B on black background.


Color preview on white background

This text has color #325F6B on white background.


Black color preview on #325F6B background

This text has black color on #325F6B background.


White color preview on #325F6B background

This text has white color on #325F6B background.


Related colors

Complementary color

Complementary color for #hex is #CDA094.


I love getcolorcode.com

Triadic colors

1 #6B325F and #5F6B32 with #325F6B are triadic colors.

2 #6B5F32 and #5F326B with #325F6B are triadic colors.