COLOR #324C4F

HEX: #324C4F
RGB: (50,76,79)

Color info

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

RGB color model

#324C4F color RGB value is (50,76,79).

  • red value is 50;
  • green value is 76;
  • blue value is 79.
RGB:
(50,76,79)
(20%,30%,31%)

RGB channels and saturation

R 50 of 255 = 20%
G 76 of 255 = 30%
B 79 of 255 = 31%

50
76
79

R + G + B ~ 27%. #324C4F is quite dark color.

Portions of RGB colors in percentages

R + G + B =
50 + 76 + 79 = 205 (100%)
R 50 of 205 ~ 24.39%
G 76 of 205 ~ 37.07%
B 79 of 205 ~ 38.54%

%24.39
%37.07
%38.54

CMYK color model

#324C4F color CMYK value is (37,4,0,69).

  • cyan value is 36.71%
  • magenta value is 3.80%
  • yellow value is 0.00%
  • key color value is 69.02%
CMYK:
(37,4,0,69)
C37M4Y0K69 
(37%,4%,0%,69%)
(0.37/0.04/0.00/0.69)	

CMYK percentages

%36.71
%3.8
%0
%69.02

Codes

Color #324C4F in popluar color models

324C4F
RGB507679
HSL186°22.48%25.29%
HSB/HSV186°36.71%30.98%
CMYK36.71%3.80%0.00%
69.02%

Color #324C4F in popluar number systems.

HEX324C4F
Decimal507679
Binary11001010011001001111
Octal62114117

Shades and tints

Shades of #324C4F

#324C4F
(50,76,79)
#2E4648
(46,70,72)
#2A4041
(42,64,65)
#263A3A
(38,58,58)
#223433
(34,52,51)
#1E2E2C
(30,46,44)
#1A2825
(26,40,37)
#16221E
(22,34,30)
#121C17
(18,28,23)
#0E1610
(14,22,16)
#0A1009
(10,16,9)
#000000
(0,0,0)

Tints of #324C4F

#324C4F
(50,76,79)
#445C5F
(68,92,95)
#566C6F
(86,108,111)
#687C7F
(104,124,127)
#7A8C8F
(122,140,143)
#8C9C9F
(140,156,159)
#9EACAF
(158,172,175)
#B0BCBF
(176,188,191)
#C2CCCF
(194,204,207)
#D4DCDF
(212,220,223)
#E6ECEF
(230,236,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #324C4F color. Also use rgb(50,76,79) instead hex code.

Text Font Color

.myTextColor { color: #324C4F; }

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

This text font color is #324C4F.


Background Color

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

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

This div background color is #324C4F.


Border color

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

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

This div border color is #324C4F.


Opacity

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

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

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

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

This text has shadow with #324C4F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #324C4F on black background.


Color preview on white background

This text has color #324C4F on white background.



Black color preview on #324C4F background

This text has black color on #324C4F background.


White color preview on #324C4F background

This text has white color on #324C4F background.