COLOR #324A54

HEX: #324A54
RGB: (50,74,84)

Color info

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

RGB color model

#324A54 color RGB value is (50,74,84).

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

RGB channels and saturation

R 50 of 255 = 20%
G 74 of 255 = 29%
B 84 of 255 = 33%

50
74
84

R + G + B ~ 27%. #324A54 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
50 + 74 + 84 = 208 (100%)
R 50 of 208 ~ 24.04%
G 74 of 208 ~ 35.58%
B 84 of 208 ~ 40.38%

%24.04
%35.58
%40.38

CMYK color model

#324A54 color CMYK value is (40,12,0,67).

  • cyan value is 40.48%
  • magenta value is 11.90%
  • yellow value is 0.00%
  • key color value is 67.06%
CMYK:
(40,12,0,67)
C40M12Y0K67 
(40%,12%,0%,67%)
(0.40/0.12/0.00/0.67)	

CMYK percentages

%40.48
%11.9
%0
%67.06

Codes

Color #324A54 in popluar color models

324A54
RGB507484
HSL198°25.37%26.27%
HSB/HSV198°40.48%32.94%
CMYK40.48%11.90%0.00%
67.06%

Color #324A54 in popluar number systems.

HEX324A54
Decimal507484
Binary11001010010101010100
Octal62112124

Shades and tints

Shades of #324A54

#324A54
(50,74,84)
#2E444D
(46,68,77)
#2A3E46
(42,62,70)
#26383F
(38,56,63)
#223238
(34,50,56)
#1E2C31
(30,44,49)
#1A262A
(26,38,42)
#162023
(22,32,35)
#121A1C
(18,26,28)
#0E1415
(14,20,21)
#0A0E0E
(10,14,14)
#000000
(0,0,0)

Tints of #324A54

#324A54
(50,74,84)
#445A63
(68,90,99)
#566A72
(86,106,114)
#687A81
(104,122,129)
#7A8A90
(122,138,144)
#8C9A9F
(140,154,159)
#9EAAAE
(158,170,174)
#B0BABD
(176,186,189)
#C2CACC
(194,202,204)
#D4DADB
(212,218,219)
#E6EAEA
(230,234,234)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #324A54; }

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

This text font color is #324A54.


Background Color

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

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

This div background color is #324A54.


Border color

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

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

This div border color is #324A54.


Opacity

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

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

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

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

This text has shadow with #324A54 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #324A54 on black background.


Color preview on white background

This text has color #324A54 on white background.



Black color preview on #324A54 background

This text has black color on #324A54 background.


White color preview on #324A54 background

This text has white color on #324A54 background.