COLOR #325255

HEX: #325255
RGB: (50,82,85)

Color info

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

RGB color model

#325255 color RGB value is (50,82,85).

  • red value is 50;
  • green value is 82;
  • blue value is 85.
RGB:
(50,82,85)
(20%,32%,33%)

RGB channels and saturation

R 50 of 255 = 20%
G 82 of 255 = 32%
B 85 of 255 = 33%

50
82
85

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

Portions of RGB colors in percentages

R + G + B =
50 + 82 + 85 = 217 (100%)
R 50 of 217 ~ 23.04%
G 82 of 217 ~ 37.79%
B 85 of 217 ~ 39.17%

%23.04
%37.79
%39.17

CMYK color model

#325255 color CMYK value is (41,4,0,67).

  • cyan value is 41.18%
  • magenta value is 3.53%
  • yellow value is 0.00%
  • key color value is 66.67%
CMYK:
(41,4,0,67)
C41M4Y0K67 
(41%,4%,0%,67%)
(0.41/0.04/0.00/0.67)	

CMYK percentages

%41.18
%3.53
%0
%66.67

Codes

Color #325255 in popluar color models

325255
RGB508285
HSL185°25.93%26.47%
HSB/HSV185°41.18%33.33%
CMYK41.18%3.53%0.00%
66.67%

Color #325255 in popluar number systems.

HEX325255
Decimal508285
Binary11001010100101010101
Octal62122125

Shades and tints

Shades of #325255

#325255
(50,82,85)
#2E4B4E
(46,75,78)
#2A4447
(42,68,71)
#263D40
(38,61,64)
#223639
(34,54,57)
#1E2F32
(30,47,50)
#1A282B
(26,40,43)
#162124
(22,33,36)
#121A1D
(18,26,29)
#0E1316
(14,19,22)
#0A0C0F
(10,12,15)
#000000
(0,0,0)

Tints of #325255

#325255
(50,82,85)
#446164
(68,97,100)
#567073
(86,112,115)
#687F82
(104,127,130)
#7A8E91
(122,142,145)
#8C9DA0
(140,157,160)
#9EACAF
(158,172,175)
#B0BBBE
(176,187,190)
#C2CACD
(194,202,205)
#D4D9DC
(212,217,220)
#E6E8EB
(230,232,235)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #325255; }

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

This text font color is #325255.


Background Color

.myBgColor { background-color: #325255; }

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

This div background color is #325255.


Border color

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

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

This div border color is #325255.


Opacity

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

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

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

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

This text has shadow with #325255 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #325255 on black background.


Color preview on white background

This text has color #325255 on white background.



Black color preview on #325255 background

This text has black color on #325255 background.


White color preview on #325255 background

This text has white color on #325255 background.