COLOR #324A6A

HEX: #324A6A
RGB: (50,74,106)

Color info

#324A6A contains red, green and blue colors in about the same proportion. Web safe color of #324A6A is #333366 (or #336).

RGB color model

#324A6A color RGB value is (50,74,106).

  • red value is 50;
  • green value is 74;
  • blue value is 106.
RGB: (50,74,106) (20%,29%,42%)

RGB channels and saturation

R 50 of 255 = 20%
G 74 of 255 = 29%
B 106 of 255 = 42%

50
74
106

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

Portions of RGB colors in percentages

R + G + B =
50 + 74 + 106 = 230 (100%)
R 50 of 230 ~ 21.74%
G 74 of 230 ~ 32.17%
B 106 of 230 ~ 46.09%

%21.74
%32.17
%46.09

CMYK color model

#324A6A color CMYK value is (53,30,0,58).

  • cyan value is 52.83%
  • magenta value is 30.19%
  • yellow value is 0.00%
  • key color value is 58.43%
CMYK: (53,30,0,58) C53M30Y0K58 (53%,30%,0%,58%) (0.53/0.30/0.00/0.58)

CMYK percentages

%52.83
%30.19
%0
%58.43

Codes

Color #324A6A in popluar color models

324A6A
RGB5074106
HSL214°35.90%30.59%
HSB/HSV214°52.83%41.57%
CMYK52.83%30.19%0.00%
58.43%

Color #324A6A in popluar number systems.

HEX324A6A
Decimal5074106
Binary11001010010101101010
Octal62112152

Shades and tints

Shades of #324A6A

#324A6A
(50,74,106)
#2E4461
(46,68,97)
#2A3E58
(42,62,88)
#26384F
(38,56,79)
#223246
(34,50,70)
#1E2C3D
(30,44,61)
#1A2634
(26,38,52)
#16202B
(22,32,43)
#121A22
(18,26,34)
#0E1419
(14,20,25)
#0A0E10
(10,14,16)
#000000
(0,0,0)

Tints of #324A6A

#324A6A
(50,74,106)
#445A77
(68,90,119)
#566A84
(86,106,132)
#687A91
(104,122,145)
#7A8A9E
(122,138,158)
#8C9AAB
(140,154,171)
#9EAAB8
(158,170,184)
#B0BAC5
(176,186,197)
#C2CAD2
(194,202,210)
#D4DADF
(212,218,223)
#E6EAEC
(230,234,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #324A6A color. Also use rgb(50,74,106) instead hex code.

Text Font Color

.myTextColor { color: #324A6A; }

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

This text font color is #324A6A.


Background Color

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

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

This div background color is #324A6A.


Border color

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

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

This div border color is #324A6A.


Opacity

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

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

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

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

This text has shadow with #324A6A color.

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

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

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


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

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

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


Div box shadow color

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

Preview

Color preview on black background

This text has color #324A6A on black background.


Color preview on white background

This text has color #324A6A on white background.



Black color preview on #324A6A background

This text has black color on #324A6A background.


White color preview on #324A6A background

This text has white color on #324A6A background.