COLOR #324C3B

HEX: #324C3B
RGB: (50,76,59)

Color info

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

RGB color model

#324C3B color RGB value is (50,76,59).

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

RGB channels and saturation

R 50 of 255 = 20%
G 76 of 255 = 30%
B 59 of 255 = 23%

50
76
59

R + G + B ~ 24%. #324C3B is dark color.

Portions of RGB colors in percentages

R + G + B =
50 + 76 + 59 = 185 (100%)
R 50 of 185 ~ 27.03%
G 76 of 185 ~ 41.08%
B 59 of 185 ~ 31.89%

%27.03
%41.08
%31.89

CMYK color model

#324C3B color CMYK value is (34,0,22,70).

  • cyan value is 34.21%
  • magenta value is 0.00%
  • yellow value is 22.37%
  • key color value is 70.20%
CMYK:
(34,0,22,70)
C34M0Y22K70 
(34%,0%,22%,70%)
(0.34/0.00/0.22/0.70)	

CMYK percentages

%34.21
%0
%22.37
%70.2

Codes

Color #324C3B in popluar color models

324C3B
RGB507659
HSL141°20.63%24.71%
HSB/HSV141°34.21%29.80%
CMYK34.21%0.00%22.37%
70.20%

Color #324C3B in popluar number systems.

HEX324C3B
Decimal507659
Binary1100101001100111011
Octal6211473

Shades and tints

Shades of #324C3B

#324C3B
(50,76,59)
#2E4636
(46,70,54)
#2A4031
(42,64,49)
#263A2C
(38,58,44)
#223427
(34,52,39)
#1E2E22
(30,46,34)
#1A281D
(26,40,29)
#162218
(22,34,24)
#121C13
(18,28,19)
#0E160E
(14,22,14)
#0A1009
(10,16,9)
#000000
(0,0,0)

Tints of #324C3B

#324C3B
(50,76,59)
#445C4C
(68,92,76)
#566C5D
(86,108,93)
#687C6E
(104,124,110)
#7A8C7F
(122,140,127)
#8C9C90
(140,156,144)
#9EACA1
(158,172,161)
#B0BCB2
(176,188,178)
#C2CCC3
(194,204,195)
#D4DCD4
(212,220,212)
#E6ECE5
(230,236,229)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #324C3B; }

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

This text font color is #324C3B.


Background Color

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

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

This div background color is #324C3B.


Border color

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

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

This div border color is #324C3B.


Opacity

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

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

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

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

This text has shadow with #324C3B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #324C3B on black background.


Color preview on white background

This text has color #324C3B on white background.



Black color preview on #324C3B background

This text has black color on #324C3B background.


White color preview on #324C3B background

This text has white color on #324C3B background.