COLOR #324348

HEX: #324348
RGB: (50,67,72)

Color info

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

RGB color model

#324348 color RGB value is (50,67,72).

  • red value is 50;
  • green value is 67;
  • blue value is 72.
RGB:
(50,67,72)
(20%,26%,28%)

RGB channels and saturation

R 50 of 255 = 20%
G 67 of 255 = 26%
B 72 of 255 = 28%

50
67
72

R + G + B ~ 25%. #324348 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
50 + 67 + 72 = 189 (100%)
R 50 of 189 ~ 26.46%
G 67 of 189 ~ 35.45%
B 72 of 189 ~ 38.1%

%26.46
%35.45
%38.1

CMYK color model

#324348 color CMYK value is (31,7,0,72).

  • cyan value is 30.56%
  • magenta value is 6.94%
  • yellow value is 0.00%
  • key color value is 71.76%
CMYK:
(31,7,0,72)
C31M7Y0K72 
(31%,7%,0%,72%)
(0.31/0.07/0.00/0.72)	

CMYK percentages

%30.56
%6.94
%0
%71.76

Codes

Color #324348 in popluar color models

324348
RGB506772
HSL194°18.03%23.92%
HSB/HSV194°30.56%28.24%
CMYK30.56%6.94%0.00%
71.76%

Color #324348 in popluar number systems.

HEX324348
Decimal506772
Binary11001010000111001000
Octal62103110

Shades and tints

Shades of #324348

#324348
(50,67,72)
#2E3D42
(46,61,66)
#2A373C
(42,55,60)
#263136
(38,49,54)
#222B30
(34,43,48)
#1E252A
(30,37,42)
#1A1F24
(26,31,36)
#16191E
(22,25,30)
#121318
(18,19,24)
#0E0D12
(14,13,18)
#0A070C
(10,7,12)
#000000
(0,0,0)

Tints of #324348

#324348
(50,67,72)
#445458
(68,84,88)
#566568
(86,101,104)
#687678
(104,118,120)
#7A8788
(122,135,136)
#8C9898
(140,152,152)
#9EA9A8
(158,169,168)
#B0BAB8
(176,186,184)
#C2CBC8
(194,203,200)
#D4DCD8
(212,220,216)
#E6EDE8
(230,237,232)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #324348 color. Also use rgb(50,67,72) instead hex code.

Text Font Color

.myTextColor { color: #324348; }

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

This text font color is #324348.


Background Color

.myBgColor { background-color: #324348; }

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

This div background color is #324348.


Border color

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

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

This div border color is #324348.


Opacity

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

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

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

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

This text has shadow with #324348 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #324348 on black background.


Color preview on white background

This text has color #324348 on white background.



Black color preview on #324348 background

This text has black color on #324348 background.


White color preview on #324348 background

This text has white color on #324348 background.