COLOR #324D27

HEX: #324D27
RGB: (50,77,39)

Color info

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

RGB color model

#324D27 color RGB value is (50,77,39).

  • red value is 50;
  • green value is 77;
  • blue value is 39.
RGB:
(50,77,39)
(20%,30%,15%)

RGB channels and saturation

R 50 of 255 = 20%
G 77 of 255 = 30%
B 39 of 255 = 15%

50
77
39

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

Portions of RGB colors in percentages

R + G + B =
50 + 77 + 39 = 166 (100%)
R 50 of 166 ~ 30.12%
G 77 of 166 ~ 46.39%
B 39 of 166 ~ 23.49%

%30.12
%46.39
%23.49

CMYK color model

#324D27 color CMYK value is (35,0,49,70).

  • cyan value is 35.06%
  • magenta value is 0.00%
  • yellow value is 49.35%
  • key color value is 69.80%
CMYK:
(35,0,49,70)
C35M0Y49K70 
(35%,0%,49%,70%)
(0.35/0.00/0.49/0.70)	

CMYK percentages

%35.06
%0
%49.35
%69.8

Codes

Color #324D27 in popluar color models

324D27
RGB507739
HSL103°32.76%22.75%
HSB/HSV103°49.35%30.20%
CMYK35.06%0.00%49.35%
69.80%

Color #324D27 in popluar number systems.

HEX324D27
Decimal507739
Binary1100101001101100111
Octal6211547

Shades and tints

Shades of #324D27

#324D27
(50,77,39)
#2E4624
(46,70,36)
#2A3F21
(42,63,33)
#26381E
(38,56,30)
#22311B
(34,49,27)
#1E2A18
(30,42,24)
#1A2315
(26,35,21)
#161C12
(22,28,18)
#12150F
(18,21,15)
#0E0E0C
(14,14,12)
#0A0709
(10,7,9)
#000000
(0,0,0)

Tints of #324D27

#324D27
(50,77,39)
#445D3A
(68,93,58)
#566D4D
(86,109,77)
#687D60
(104,125,96)
#7A8D73
(122,141,115)
#8C9D86
(140,157,134)
#9EAD99
(158,173,153)
#B0BDAC
(176,189,172)
#C2CDBF
(194,205,191)
#D4DDD2
(212,221,210)
#E6EDE5
(230,237,229)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #324D27 color. Also use rgb(50,77,39) instead hex code.

Text Font Color

.myTextColor { color: #324D27; }

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

This text font color is #324D27.


Background Color

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

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

This div background color is #324D27.


Border color

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

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

This div border color is #324D27.


Opacity

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

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

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

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

This text has shadow with #324D27 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #324D27 on black background.


Color preview on white background

This text has color #324D27 on white background.



Black color preview on #324D27 background

This text has black color on #324D27 background.


White color preview on #324D27 background

This text has white color on #324D27 background.