COLOR #325066

HEX: #325066
RGB: (50,80,102)

Color info

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

RGB color model

#325066 color RGB value is (50,80,102).

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

RGB channels and saturation

R 50 of 255 = 20%
G 80 of 255 = 31%
B 102 of 255 = 40%

50
80
102

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

Portions of RGB colors in percentages

R + G + B =
50 + 80 + 102 = 232 (100%)
R 50 of 232 ~ 21.55%
G 80 of 232 ~ 34.48%
B 102 of 232 ~ 43.97%

%21.55
%34.48
%43.97

CMYK color model

#325066 color CMYK value is (51,22,0,60).

  • cyan value is 50.98%
  • magenta value is 21.57%
  • yellow value is 0.00%
  • key color value is 60.00%
CMYK:
(51,22,0,60)
C51M22Y0K60 
(51%,22%,0%,60%)
(0.51/0.22/0.00/0.60)	

CMYK percentages

%50.98
%21.57
%0
%60

Codes

Color #325066 in popluar color models

325066
RGB5080102
HSL205°34.21%29.80%
HSB/HSV205°50.98%40.00%
CMYK50.98%21.57%0.00%
60.00%

Color #325066 in popluar number systems.

HEX325066
Decimal5080102
Binary11001010100001100110
Octal62120146

Shades and tints

Shades of #325066

#325066
(50,80,102)
#2E495D
(46,73,93)
#2A4254
(42,66,84)
#263B4B
(38,59,75)
#223442
(34,52,66)
#1E2D39
(30,45,57)
#1A2630
(26,38,48)
#161F27
(22,31,39)
#12181E
(18,24,30)
#0E1115
(14,17,21)
#0A0A0C
(10,10,12)
#000000
(0,0,0)

Tints of #325066

#325066
(50,80,102)
#445F73
(68,95,115)
#566E80
(86,110,128)
#687D8D
(104,125,141)
#7A8C9A
(122,140,154)
#8C9BA7
(140,155,167)
#9EAAB4
(158,170,180)
#B0B9C1
(176,185,193)
#C2C8CE
(194,200,206)
#D4D7DB
(212,215,219)
#E6E6E8
(230,230,232)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #325066; }

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

This text font color is #325066.


Background Color

.myBgColor { background-color: #325066; }

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

This div background color is #325066.


Border color

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

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

This div border color is #325066.


Opacity

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

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

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

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

This text has shadow with #325066 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #325066 on black background.


Color preview on white background

This text has color #325066 on white background.



Black color preview on #325066 background

This text has black color on #325066 background.


White color preview on #325066 background

This text has white color on #325066 background.