COLOR #325758

HEX: #325758
RGB: (50,87,88)

Color info

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

RGB color model

#325758 color RGB value is (50,87,88).

  • red value is 50;
  • green value is 87;
  • blue value is 88.
RGB:
(50,87,88)
(20%,34%,35%)

RGB channels and saturation

R 50 of 255 = 20%
G 87 of 255 = 34%
B 88 of 255 = 35%

50
87
88

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

Portions of RGB colors in percentages

R + G + B =
50 + 87 + 88 = 225 (100%)
R 50 of 225 ~ 22.22%
G 87 of 225 ~ 38.67%
B 88 of 225 ~ 39.11%

%22.22
%38.67
%39.11

CMYK color model

#325758 color CMYK value is (43,1,0,65).

  • cyan value is 43.18%
  • magenta value is 1.14%
  • yellow value is 0.00%
  • key color value is 65.49%
CMYK:
(43,1,0,65)
C43M1Y0K65 
(43%,1%,0%,65%)
(0.43/0.01/0.00/0.65)	

CMYK percentages

%43.18
%1.14
%0
%65.49

Codes

Color #325758 in popluar color models

325758
RGB508788
HSL182°27.54%27.06%
HSB/HSV182°43.18%34.51%
CMYK43.18%1.14%0.00%
65.49%

Color #325758 in popluar number systems.

HEX325758
Decimal508788
Binary11001010101111011000
Octal62127130

Shades and tints

Shades of #325758

#325758
(50,87,88)
#2E5050
(46,80,80)
#2A4948
(42,73,72)
#264240
(38,66,64)
#223B38
(34,59,56)
#1E3430
(30,52,48)
#1A2D28
(26,45,40)
#162620
(22,38,32)
#121F18
(18,31,24)
#0E1810
(14,24,16)
#0A1108
(10,17,8)
#000000
(0,0,0)

Tints of #325758

#325758
(50,87,88)
#446667
(68,102,103)
#567576
(86,117,118)
#688485
(104,132,133)
#7A9394
(122,147,148)
#8CA2A3
(140,162,163)
#9EB1B2
(158,177,178)
#B0C0C1
(176,192,193)
#C2CFD0
(194,207,208)
#D4DEDF
(212,222,223)
#E6EDEE
(230,237,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #325758 color. Also use rgb(50,87,88) instead hex code.

Text Font Color

.myTextColor { color: #325758; }

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

This text font color is #325758.


Background Color

.myBgColor { background-color: #325758; }

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

This div background color is #325758.


Border color

.myBorderColor { border: 1px solid #325758; }

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

This div border color is #325758.


Opacity

.myOpacity80 { color: #325758; opacity: 0.8; }

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

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

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

This text has shadow with #325758 color.

.textShadow {text-shadow: 3px 3px 1px #325758, 3px 3px 1px red;}

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

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


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

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

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


Div box shadow color

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

/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #325758;
-webkit-box-shadow: 1px 1px 3px 2px #325758;
box-shadow:1px 1px 3px 2px #325758;">
Div content here</div>
This div box has shadow with color #325758.

Preview

Color preview on black background

This text has color #325758 on black background.


Color preview on white background

This text has color #325758 on white background.



Black color preview on #325758 background

This text has black color on #325758 background.


White color preview on #325758 background

This text has white color on #325758 background.