COLOR #324236

HEX: #324236
RGB: (50,66,54)

Color info

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

RGB color model

#324236 color RGB value is (50,66,54).

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

RGB channels and saturation

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

50
66
54

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

Portions of RGB colors in percentages

R + G + B =
50 + 66 + 54 = 170 (100%)
R 50 of 170 ~ 29.41%
G 66 of 170 ~ 38.82%
B 54 of 170 ~ 31.76%

%29.41
%38.82
%31.76

CMYK color model

#324236 color CMYK value is (24,0,18,74).

  • cyan value is 24.24%
  • magenta value is 0.00%
  • yellow value is 18.18%
  • key color value is 74.12%
CMYK:
(24,0,18,74)
C24M0Y18K74 
(24%,0%,18%,74%)
(0.24/0.00/0.18/0.74)	

CMYK percentages

%24.24
%0
%18.18
%74.12

Codes

Color #324236 in popluar color models

324236
RGB506654
HSL135°13.79%22.75%
HSB/HSV135°24.24%25.88%
CMYK24.24%0.00%18.18%
74.12%

Color #324236 in popluar number systems.

HEX324236
Decimal506654
Binary1100101000010110110
Octal6210266

Shades and tints

Shades of #324236

#324236
(50,66,54)
#2E3C32
(46,60,50)
#2A362E
(42,54,46)
#26302A
(38,48,42)
#222A26
(34,42,38)
#1E2422
(30,36,34)
#1A1E1E
(26,30,30)
#16181A
(22,24,26)
#121216
(18,18,22)
#0E0C12
(14,12,18)
#0A060E
(10,6,14)
#000000
(0,0,0)

Tints of #324236

#324236
(50,66,54)
#445348
(68,83,72)
#56645A
(86,100,90)
#68756C
(104,117,108)
#7A867E
(122,134,126)
#8C9790
(140,151,144)
#9EA8A2
(158,168,162)
#B0B9B4
(176,185,180)
#C2CAC6
(194,202,198)
#D4DBD8
(212,219,216)
#E6ECEA
(230,236,234)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #324236; }

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

This text font color is #324236.


Background Color

.myBgColor { background-color: #324236; }

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

This div background color is #324236.


Border color

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

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

This div border color is #324236.


Opacity

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

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

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

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

This text has shadow with #324236 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #324236 on black background.


Color preview on white background

This text has color #324236 on white background.



Black color preview on #324236 background

This text has black color on #324236 background.


White color preview on #324236 background

This text has white color on #324236 background.