COLOR #325061

HEX: #325061
RGB: (50,80,97)

Color info

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

RGB color model

#325061 color RGB value is (50,80,97).

  • red value is 50;
  • green value is 80;
  • blue value is 97.
RGB:
(50,80,97)
(20%,31%,38%)

RGB channels and saturation

R 50 of 255 = 20%
G 80 of 255 = 31%
B 97 of 255 = 38%

50
80
97

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

Portions of RGB colors in percentages

R + G + B =
50 + 80 + 97 = 227 (100%)
R 50 of 227 ~ 22.03%
G 80 of 227 ~ 35.24%
B 97 of 227 ~ 42.73%

%22.03
%35.24
%42.73

CMYK color model

#325061 color CMYK value is (48,18,0,62).

  • cyan value is 48.45%
  • magenta value is 17.53%
  • yellow value is 0.00%
  • key color value is 61.96%
CMYK:
(48,18,0,62)
C48M18Y0K62 
(48%,18%,0%,62%)
(0.48/0.18/0.00/0.62)	

CMYK percentages

%48.45
%17.53
%0
%61.96

Codes

Color #325061 in popluar color models

325061
RGB508097
HSL202°31.97%28.82%
HSB/HSV202°48.45%38.04%
CMYK48.45%17.53%0.00%
61.96%

Color #325061 in popluar number systems.

HEX325061
Decimal508097
Binary11001010100001100001
Octal62120141

Shades and tints

Shades of #325061

#325061
(50,80,97)
#2E4959
(46,73,89)
#2A4251
(42,66,81)
#263B49
(38,59,73)
#223441
(34,52,65)
#1E2D39
(30,45,57)
#1A2631
(26,38,49)
#161F29
(22,31,41)
#121821
(18,24,33)
#0E1119
(14,17,25)
#0A0A11
(10,10,17)
#000000
(0,0,0)

Tints of #325061

#325061
(50,80,97)
#445F6F
(68,95,111)
#566E7D
(86,110,125)
#687D8B
(104,125,139)
#7A8C99
(122,140,153)
#8C9BA7
(140,155,167)
#9EAAB5
(158,170,181)
#B0B9C3
(176,185,195)
#C2C8D1
(194,200,209)
#D4D7DF
(212,215,223)
#E6E6ED
(230,230,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #325061; }

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

This text font color is #325061.


Background Color

.myBgColor { background-color: #325061; }

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

This div background color is #325061.


Border color

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

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

This div border color is #325061.


Opacity

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

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

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

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

This text has shadow with #325061 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #325061 on black background.


Color preview on white background

This text has color #325061 on white background.



Black color preview on #325061 background

This text has black color on #325061 background.


White color preview on #325061 background

This text has white color on #325061 background.