COLOR #324843

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

Color info

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

RGB color model

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

RGB: (50,72,67) (20%, 28%, 26%)

RGB channels and saturation

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

50
72
67

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

Portions of RGB colors in percentages

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

%26.46
%38.1
%35.45

CMYK color model

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

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

CMYK percentages

%30.56
%0
%6.94
%71.76

Codes

Color #324843 in popluar color models

32 48 43
RGB 50 72 67
HSL 166° 18.03% 23.92%
HSB/HSV 166° 30.56% 28.24%
CMYK 30.56% 0.00% 6.94%
71.76%

Color #324843 in popluar number systems.

HEX 32 48 43
Decimal 50 72 67
Binary 110010 1001000 1000011
Octal 62 110 103

Shades and tints

Shades of #324843

#324843
(50,72,67)
#2E423D
(46,66,61)
#2A3C37
(42,60,55)
#263631
(38,54,49)
#22302B
(34,48,43)
#1E2A25
(30,42,37)
#1A241F
(26,36,31)
#161E19
(22,30,25)
#121813
(18,24,19)
#0E120D
(14,18,13)
#0A0C07
(10,12,7)
#000000
(0,0,0)

Tints of #324843

#324843
(50,72,67)
#445854
(68,88,84)
#566865
(86,104,101)
#687876
(104,120,118)
#7A8887
(122,136,135)
#8C9898
(140,152,152)
#9EA8A9
(158,168,169)
#B0B8BA
(176,184,186)
#C2C8CB
(194,200,203)
#D4D8DC
(212,216,220)
#E6E8ED
(230,232,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #324843; }

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

This text font color is #324843.

Background Color

.myBgColor { background-color: #324843; }

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

This div background color is #324843.

Border color

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

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

This div border color is #324843.

Opacity

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

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

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

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

This text has shadow with #324843 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #324843.

Preview

Color preview on black background

This text has color #324843 on black background.


Color preview on white background

This text has color #324843 on white background.


Black color preview on #324843 background

This text has black color on #324843 background.


White color preview on #324843 background

This text has white color on #324843 background.


Related colors

Complementary color

Complementary color for #hex is #CDB7BC.


I love getcolorcode.com

Triadic colors

1 #433248 and #484332 with #324843 are triadic colors.

2 #434832 and #483243 with #324843 are triadic colors.