COLOR #324044

HEX: #324044
RGB: (50,64,68)

Color info

#324044 contains red, green and blue colors in about the same proportion. Web safe color of #324044 is #333333 (or #333).

RGB color model

#324044 color RGB value is (50,64,68).

  • red value is 50;
  • green value is 64;
  • blue value is 68.
RGB:
(50,64,68)
(20%,25%,27%)

RGB channels and saturation

R 50 of 255 = 20%
G 64 of 255 = 25%
B 68 of 255 = 27%

50
64
68

R + G + B ~ 24%. #324044 is dark color.

Portions of RGB colors in percentages

R + G + B =
50 + 64 + 68 = 182 (100%)
R 50 of 182 ~ 27.47%
G 64 of 182 ~ 35.16%
B 68 of 182 ~ 37.36%

%27.47
%35.16
%37.36

CMYK color model

#324044 color CMYK value is (26,6,0,73).

  • cyan value is 26.47%
  • magenta value is 5.88%
  • yellow value is 0.00%
  • key color value is 73.33%
CMYK:
(26,6,0,73)
C26M6Y0K73 
(26%,6%,0%,73%)
(0.26/0.06/0.00/0.73)	

CMYK percentages

%26.47
%5.88
%0
%73.33

Codes

Color #324044 in popluar color models

324044
RGB506468
HSL193°15.25%23.14%
HSB/HSV193°26.47%26.67%
CMYK26.47%5.88%0.00%
73.33%

Color #324044 in popluar number systems.

HEX324044
Decimal506468
Binary11001010000001000100
Octal62100104

Shades and tints

Shades of #324044

#324044
(50,64,68)
#2E3B3E
(46,59,62)
#2A3638
(42,54,56)
#263132
(38,49,50)
#222C2C
(34,44,44)
#1E2726
(30,39,38)
#1A2220
(26,34,32)
#161D1A
(22,29,26)
#121814
(18,24,20)
#0E130E
(14,19,14)
#0A0E08
(10,14,8)
#000000
(0,0,0)

Tints of #324044

#324044
(50,64,68)
#445155
(68,81,85)
#566266
(86,98,102)
#687377
(104,115,119)
#7A8488
(122,132,136)
#8C9599
(140,149,153)
#9EA6AA
(158,166,170)
#B0B7BB
(176,183,187)
#C2C8CC
(194,200,204)
#D4D9DD
(212,217,221)
#E6EAEE
(230,234,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #324044 color. Also use rgb(50,64,68) instead hex code.

Text Font Color

.myTextColor { color: #324044; }

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

This text font color is #324044.


Background Color

.myBgColor { background-color: #324044; }

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

This div background color is #324044.


Border color

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

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

This div border color is #324044.


Opacity

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

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

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

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

This text has shadow with #324044 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #324044 on black background.


Color preview on white background

This text has color #324044 on white background.



Black color preview on #324044 background

This text has black color on #324044 background.


White color preview on #324044 background

This text has white color on #324044 background.