COLOR #324E3B

HEX: #324E3B
RGB: (50,78,59)

Color info

#324E3B contains red, green and blue colors in about the same proportion. Web safe color of #324E3B is #336633 (or #363).

RGB color model

#324E3B color RGB value is (50,78,59).

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

RGB channels and saturation

R 50 of 255 = 20%
G 78 of 255 = 31%
B 59 of 255 = 23%

50
78
59

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

Portions of RGB colors in percentages

R + G + B =
50 + 78 + 59 = 187 (100%)
R 50 of 187 ~ 26.74%
G 78 of 187 ~ 41.71%
B 59 of 187 ~ 31.55%

%26.74
%41.71
%31.55

CMYK color model

#324E3B color CMYK value is (36,0,24,69).

  • cyan value is 35.90%
  • magenta value is 0.00%
  • yellow value is 24.36%
  • key color value is 69.41%
CMYK:
(36,0,24,69)
C36M0Y24K69 
(36%,0%,24%,69%)
(0.36/0.00/0.24/0.69)	

CMYK percentages

%35.9
%0
%24.36
%69.41

Codes

Color #324E3B in popluar color models

324E3B
RGB507859
HSL139°21.88%25.10%
HSB/HSV139°35.90%30.59%
CMYK35.90%0.00%24.36%
69.41%

Color #324E3B in popluar number systems.

HEX324E3B
Decimal507859
Binary1100101001110111011
Octal6211673

Shades and tints

Shades of #324E3B

#324E3B
(50,78,59)
#2E4736
(46,71,54)
#2A4031
(42,64,49)
#26392C
(38,57,44)
#223227
(34,50,39)
#1E2B22
(30,43,34)
#1A241D
(26,36,29)
#161D18
(22,29,24)
#121613
(18,22,19)
#0E0F0E
(14,15,14)
#0A0809
(10,8,9)
#000000
(0,0,0)

Tints of #324E3B

#324E3B
(50,78,59)
#445E4C
(68,94,76)
#566E5D
(86,110,93)
#687E6E
(104,126,110)
#7A8E7F
(122,142,127)
#8C9E90
(140,158,144)
#9EAEA1
(158,174,161)
#B0BEB2
(176,190,178)
#C2CEC3
(194,206,195)
#D4DED4
(212,222,212)
#E6EEE5
(230,238,229)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #324E3B; }

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

This text font color is #324E3B.


Background Color

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

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

This div background color is #324E3B.


Border color

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

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

This div border color is #324E3B.


Opacity

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

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

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

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

This text has shadow with #324E3B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #324E3B on black background.


Color preview on white background

This text has color #324E3B on white background.



Black color preview on #324E3B background

This text has black color on #324E3B background.


White color preview on #324E3B background

This text has white color on #324E3B background.