COLOR #324D43

HEX: #324D43
RGB: (50,77,67)

Color info

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

RGB color model

#324D43 color RGB value is (50,77,67).

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

RGB channels and saturation

R 50 of 255 = 20%
G 77 of 255 = 30%
B 67 of 255 = 26%

50
77
67

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

Portions of RGB colors in percentages

R + G + B =
50 + 77 + 67 = 194 (100%)
R 50 of 194 ~ 25.77%
G 77 of 194 ~ 39.69%
B 67 of 194 ~ 34.54%

%25.77
%39.69
%34.54

CMYK color model

#324D43 color CMYK value is (35,0,13,70).

  • cyan value is 35.06%
  • magenta value is 0.00%
  • yellow value is 12.99%
  • key color value is 69.80%
CMYK:
(35,0,13,70)
C35M0Y13K70 
(35%,0%,13%,70%)
(0.35/0.00/0.13/0.70)	

CMYK percentages

%35.06
%0
%12.99
%69.8

Codes

Color #324D43 in popluar color models

324D43
RGB507767
HSL158°21.26%24.90%
HSB/HSV158°35.06%30.20%
CMYK35.06%0.00%12.99%
69.80%

Color #324D43 in popluar number systems.

HEX324D43
Decimal507767
Binary11001010011011000011
Octal62115103

Shades and tints

Shades of #324D43

#324D43
(50,77,67)
#2E463D
(46,70,61)
#2A3F37
(42,63,55)
#263831
(38,56,49)
#22312B
(34,49,43)
#1E2A25
(30,42,37)
#1A231F
(26,35,31)
#161C19
(22,28,25)
#121513
(18,21,19)
#0E0E0D
(14,14,13)
#0A0707
(10,7,7)
#000000
(0,0,0)

Tints of #324D43

#324D43
(50,77,67)
#445D54
(68,93,84)
#566D65
(86,109,101)
#687D76
(104,125,118)
#7A8D87
(122,141,135)
#8C9D98
(140,157,152)
#9EADA9
(158,173,169)
#B0BDBA
(176,189,186)
#C2CDCB
(194,205,203)
#D4DDDC
(212,221,220)
#E6EDED
(230,237,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #324D43; }

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

This text font color is #324D43.


Background Color

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

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

This div background color is #324D43.


Border color

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

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

This div border color is #324D43.


Opacity

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

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

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

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

This text has shadow with #324D43 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #324D43 on black background.


Color preview on white background

This text has color #324D43 on white background.



Black color preview on #324D43 background

This text has black color on #324D43 background.


White color preview on #324D43 background

This text has white color on #324D43 background.