COLOR #324D54

HEX: #324D54
RGB: (50,77,84)

Color info

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

RGB color model

#324D54 color RGB value is (50,77,84).

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

RGB channels and saturation

R 50 of 255 = 20%
G 77 of 255 = 30%
B 84 of 255 = 33%

50
77
84

R + G + B ~ 28%. #324D54 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
50 + 77 + 84 = 211 (100%)
R 50 of 211 ~ 23.7%
G 77 of 211 ~ 36.49%
B 84 of 211 ~ 39.81%

%23.7
%36.49
%39.81

CMYK color model

#324D54 color CMYK value is (40,8,0,67).

  • cyan value is 40.48%
  • magenta value is 8.33%
  • yellow value is 0.00%
  • key color value is 67.06%
CMYK:
(40,8,0,67)
C40M8Y0K67 
(40%,8%,0%,67%)
(0.40/0.08/0.00/0.67)	

CMYK percentages

%40.48
%8.33
%0
%67.06

Codes

Color #324D54 in popluar color models

324D54
RGB507784
HSL192°25.37%26.27%
HSB/HSV192°40.48%32.94%
CMYK40.48%8.33%0.00%
67.06%

Color #324D54 in popluar number systems.

HEX324D54
Decimal507784
Binary11001010011011010100
Octal62115124

Shades and tints

Shades of #324D54

#324D54
(50,77,84)
#2E464D
(46,70,77)
#2A3F46
(42,63,70)
#26383F
(38,56,63)
#223138
(34,49,56)
#1E2A31
(30,42,49)
#1A232A
(26,35,42)
#161C23
(22,28,35)
#12151C
(18,21,28)
#0E0E15
(14,14,21)
#0A070E
(10,7,14)
#000000
(0,0,0)

Tints of #324D54

#324D54
(50,77,84)
#445D63
(68,93,99)
#566D72
(86,109,114)
#687D81
(104,125,129)
#7A8D90
(122,141,144)
#8C9D9F
(140,157,159)
#9EADAE
(158,173,174)
#B0BDBD
(176,189,189)
#C2CDCC
(194,205,204)
#D4DDDB
(212,221,219)
#E6EDEA
(230,237,234)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #324D54; }

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

This text font color is #324D54.


Background Color

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

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

This div background color is #324D54.


Border color

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

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

This div border color is #324D54.


Opacity

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

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

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

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

This text has shadow with #324D54 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #324D54 on black background.


Color preview on white background

This text has color #324D54 on white background.



Black color preview on #324D54 background

This text has black color on #324D54 background.


White color preview on #324D54 background

This text has white color on #324D54 background.