COLOR #324336

HEX: #324336
RGB: (50,67,54)

Color info

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

RGB color model

#324336 color RGB value is (50,67,54).

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

RGB channels and saturation

R 50 of 255 = 20%
G 67 of 255 = 26%
B 54 of 255 = 21%

50
67
54

R + G + B ~ 22%. #324336 is dark color.

Portions of RGB colors in percentages

R + G + B =
50 + 67 + 54 = 171 (100%)
R 50 of 171 ~ 29.24%
G 67 of 171 ~ 39.18%
B 54 of 171 ~ 31.58%

%29.24
%39.18
%31.58

CMYK color model

#324336 color CMYK value is (25,0,19,74).

  • cyan value is 25.37%
  • magenta value is 0.00%
  • yellow value is 19.40%
  • key color value is 73.73%
CMYK:
(25,0,19,74)
C25M0Y19K74 
(25%,0%,19%,74%)
(0.25/0.00/0.19/0.74)	

CMYK percentages

%25.37
%0
%19.4
%73.73

Codes

Color #324336 in popluar color models

324336
RGB506754
HSL134°14.53%22.94%
HSB/HSV134°25.37%26.27%
CMYK25.37%0.00%19.40%
73.73%

Color #324336 in popluar number systems.

HEX324336
Decimal506754
Binary1100101000011110110
Octal6210366

Shades and tints

Shades of #324336

#324336
(50,67,54)
#2E3D32
(46,61,50)
#2A372E
(42,55,46)
#26312A
(38,49,42)
#222B26
(34,43,38)
#1E2522
(30,37,34)
#1A1F1E
(26,31,30)
#16191A
(22,25,26)
#121316
(18,19,22)
#0E0D12
(14,13,18)
#0A070E
(10,7,14)
#000000
(0,0,0)

Tints of #324336

#324336
(50,67,54)
#445448
(68,84,72)
#56655A
(86,101,90)
#68766C
(104,118,108)
#7A877E
(122,135,126)
#8C9890
(140,152,144)
#9EA9A2
(158,169,162)
#B0BAB4
(176,186,180)
#C2CBC6
(194,203,198)
#D4DCD8
(212,220,216)
#E6EDEA
(230,237,234)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #324336; }

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

This text font color is #324336.


Background Color

.myBgColor { background-color: #324336; }

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

This div background color is #324336.


Border color

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

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

This div border color is #324336.


Opacity

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

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

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

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

This text has shadow with #324336 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #324336 on black background.


Color preview on white background

This text has color #324336 on white background.



Black color preview on #324336 background

This text has black color on #324336 background.


White color preview on #324336 background

This text has white color on #324336 background.