COLOR #325073

HEX: #325073
RGB: (50,80,115)

Color info

#325073 contains mainly green and blue colors. Web safe color of #325073 is #336666 (or #366).

RGB color model

#325073 color RGB value is (50,80,115).

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

RGB channels and saturation

R 50 of 255 = 20%
G 80 of 255 = 31%
B 115 of 255 = 45%

50
80
115

R + G + B ~ 32%. #325073 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
50 + 80 + 115 = 245 (100%)
R 50 of 245 ~ 20.41%
G 80 of 245 ~ 32.65%
B 115 of 245 ~ 46.94%

%20.41
%32.65
%46.94

CMYK color model

#325073 color CMYK value is (57,30,0,55).

  • cyan value is 56.52%
  • magenta value is 30.43%
  • yellow value is 0.00%
  • key color value is 54.90%
CMYK:
(57,30,0,55)
C57M30Y0K55 
(57%,30%,0%,55%)
(0.57/0.30/0.00/0.55)	

CMYK percentages

%56.52
%30.43
%0
%54.9

Codes

Color #325073 in popluar color models

325073
RGB5080115
HSL212°39.39%32.35%
HSB/HSV212°56.52%45.10%
CMYK56.52%30.43%0.00%
54.90%

Color #325073 in popluar number systems.

HEX325073
Decimal5080115
Binary11001010100001110011
Octal62120163

Shades and tints

Shades of #325073

#325073
(50,80,115)
#2E4969
(46,73,105)
#2A425F
(42,66,95)
#263B55
(38,59,85)
#22344B
(34,52,75)
#1E2D41
(30,45,65)
#1A2637
(26,38,55)
#161F2D
(22,31,45)
#121823
(18,24,35)
#0E1119
(14,17,25)
#0A0A0F
(10,10,15)
#000000
(0,0,0)

Tints of #325073

#325073
(50,80,115)
#445F7F
(68,95,127)
#566E8B
(86,110,139)
#687D97
(104,125,151)
#7A8CA3
(122,140,163)
#8C9BAF
(140,155,175)
#9EAABB
(158,170,187)
#B0B9C7
(176,185,199)
#C2C8D3
(194,200,211)
#D4D7DF
(212,215,223)
#E6E6EB
(230,230,235)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #325073; }

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

This text font color is #325073.


Background Color

.myBgColor { background-color: #325073; }

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

This div background color is #325073.


Border color

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

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

This div border color is #325073.


Opacity

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

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

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

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

This text has shadow with #325073 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #325073 on black background.


Color preview on white background

This text has color #325073 on white background.



Black color preview on #325073 background

This text has black color on #325073 background.


White color preview on #325073 background

This text has white color on #325073 background.