COLOR #324C7F

HEX: #324C7F
RGB: (50,76,127)

Color info

#324C7F contains mainly green and blue colors. Web safe color of #324C7F is #333366 (or #336).

RGB color model

#324C7F color RGB value is (50,76,127).

  • red value is 50;
  • green value is 76;
  • blue value is 127.
RGB:
(50,76,127)
(20%,30%,50%)

RGB channels and saturation

R 50 of 255 = 20%
G 76 of 255 = 30%
B 127 of 255 = 50%

50
76
127

R + G + B ~ 33%. #324C7F is quite dark color.

Portions of RGB colors in percentages

R + G + B =
50 + 76 + 127 = 253 (100%)
R 50 of 253 ~ 19.76%
G 76 of 253 ~ 30.04%
B 127 of 253 ~ 50.2%

%19.76
%30.04
%50.2

CMYK color model

#324C7F color CMYK value is (61,40,0,50).

  • cyan value is 60.63%
  • magenta value is 40.16%
  • yellow value is 0.00%
  • key color value is 50.20%
CMYK:
(61,40,0,50)
C61M40Y0K50 
(61%,40%,0%,50%)
(0.61/0.40/0.00/0.50)	

CMYK percentages

%60.63
%40.16
%0
%50.2

Codes

Color #324C7F in popluar color models

324C7F
RGB5076127
HSL220°43.50%34.71%
HSB/HSV220°60.63%49.80%
CMYK60.63%40.16%0.00%
50.20%

Color #324C7F in popluar number systems.

HEX324C7F
Decimal5076127
Binary11001010011001111111
Octal62114177

Shades and tints

Shades of #324C7F

#324C7F
(50,76,127)
#2E4674
(46,70,116)
#2A4069
(42,64,105)
#263A5E
(38,58,94)
#223453
(34,52,83)
#1E2E48
(30,46,72)
#1A283D
(26,40,61)
#162232
(22,34,50)
#121C27
(18,28,39)
#0E161C
(14,22,28)
#0A1011
(10,16,17)
#000000
(0,0,0)

Tints of #324C7F

#324C7F
(50,76,127)
#445C8A
(68,92,138)
#566C95
(86,108,149)
#687CA0
(104,124,160)
#7A8CAB
(122,140,171)
#8C9CB6
(140,156,182)
#9EACC1
(158,172,193)
#B0BCCC
(176,188,204)
#C2CCD7
(194,204,215)
#D4DCE2
(212,220,226)
#E6ECED
(230,236,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #324C7F color. Also use rgb(50,76,127) instead hex code.

Text Font Color

.myTextColor { color: #324C7F; }

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

This text font color is #324C7F.


Background Color

.myBgColor { background-color: #324C7F; }

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

This div background color is #324C7F.


Border color

.myBorderColor { border: 1px solid #324C7F; }

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

This div border color is #324C7F.


Opacity

.myOpacity80 { color: #324C7F; opacity: 0.8; }

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

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

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

This text has shadow with #324C7F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #324C7F on black background.


Color preview on white background

This text has color #324C7F on white background.



Black color preview on #324C7F background

This text has black color on #324C7F background.


White color preview on #324C7F background

This text has white color on #324C7F background.