COLOR #325757

HEX: #325757
RGB: (50,87,87)

Color info

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

RGB color model

#325757 color RGB value is (50,87,87).

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

RGB channels and saturation

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

50
87
87

R + G + B ~ 29%. #325757 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
50 + 87 + 87 = 224 (100%)
R 50 of 224 ~ 22.32%
G 87 of 224 ~ 38.84%
B 87 of 224 ~ 38.84%

%22.32
%38.84
%38.84

CMYK color model

#325757 color CMYK value is (43,0,0,66).

  • cyan value is 42.53%
  • magenta value is 0.00%
  • yellow value is 0.00%
  • key color value is 65.88%
CMYK:
(43,0,0,66)
C43M0Y0K66 
(43%,0%,0%,66%)
(0.43/0.00/0.00/0.66)	

CMYK percentages

%42.53
%0
%0
%65.88

Codes

Color #325757 in popluar color models

325757
RGB508787
HSL180°27.01%26.86%
HSB/HSV180°42.53%34.12%
CMYK42.53%0.00%0.00%
65.88%

Color #325757 in popluar number systems.

HEX325757
Decimal508787
Binary11001010101111010111
Octal62127127

Shades and tints

Shades of #325757

#325757
(50,87,87)
#2E5050
(46,80,80)
#2A4949
(42,73,73)
#264242
(38,66,66)
#223B3B
(34,59,59)
#1E3434
(30,52,52)
#1A2D2D
(26,45,45)
#162626
(22,38,38)
#121F1F
(18,31,31)
#0E1818
(14,24,24)
#0A1111
(10,17,17)
#000000
(0,0,0)

Tints of #325757

#325757
(50,87,87)
#446666
(68,102,102)
#567575
(86,117,117)
#688484
(104,132,132)
#7A9393
(122,147,147)
#8CA2A2
(140,162,162)
#9EB1B1
(158,177,177)
#B0C0C0
(176,192,192)
#C2CFCF
(194,207,207)
#D4DEDE
(212,222,222)
#E6EDED
(230,237,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #325757; }

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

This text font color is #325757.


Background Color

.myBgColor { background-color: #325757; }

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

This div background color is #325757.


Border color

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

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

This div border color is #325757.


Opacity

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

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

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

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

This text has shadow with #325757 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #325757 on black background.


Color preview on white background

This text has color #325757 on white background.



Black color preview on #325757 background

This text has black color on #325757 background.


White color preview on #325757 background

This text has white color on #325757 background.