COLOR #324D39

HEX: #324D39
RGB: (50,77,57)

Color info

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

RGB color model

#324D39 color RGB value is (50,77,57).

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

RGB channels and saturation

R 50 of 255 = 20%
G 77 of 255 = 30%
B 57 of 255 = 22%

50
77
57

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

Portions of RGB colors in percentages

R + G + B =
50 + 77 + 57 = 184 (100%)
R 50 of 184 ~ 27.17%
G 77 of 184 ~ 41.85%
B 57 of 184 ~ 30.98%

%27.17
%41.85
%30.98

CMYK color model

#324D39 color CMYK value is (35,0,26,70).

  • cyan value is 35.06%
  • magenta value is 0.00%
  • yellow value is 25.97%
  • key color value is 69.80%
CMYK:
(35,0,26,70)
C35M0Y26K70 
(35%,0%,26%,70%)
(0.35/0.00/0.26/0.70)	

CMYK percentages

%35.06
%0
%25.97
%69.8

Codes

Color #324D39 in popluar color models

324D39
RGB507757
HSL136°21.26%24.90%
HSB/HSV136°35.06%30.20%
CMYK35.06%0.00%25.97%
69.80%

Color #324D39 in popluar number systems.

HEX324D39
Decimal507757
Binary1100101001101111001
Octal6211571

Shades and tints

Shades of #324D39

#324D39
(50,77,57)
#2E4634
(46,70,52)
#2A3F2F
(42,63,47)
#26382A
(38,56,42)
#223125
(34,49,37)
#1E2A20
(30,42,32)
#1A231B
(26,35,27)
#161C16
(22,28,22)
#121511
(18,21,17)
#0E0E0C
(14,14,12)
#0A0707
(10,7,7)
#000000
(0,0,0)

Tints of #324D39

#324D39
(50,77,57)
#445D4B
(68,93,75)
#566D5D
(86,109,93)
#687D6F
(104,125,111)
#7A8D81
(122,141,129)
#8C9D93
(140,157,147)
#9EADA5
(158,173,165)
#B0BDB7
(176,189,183)
#C2CDC9
(194,205,201)
#D4DDDB
(212,221,219)
#E6EDED
(230,237,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #324D39; }

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

This text font color is #324D39.


Background Color

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

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

This div background color is #324D39.


Border color

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

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

This div border color is #324D39.


Opacity

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

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

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

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

This text has shadow with #324D39 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #324D39 on black background.


Color preview on white background

This text has color #324D39 on white background.



Black color preview on #324D39 background

This text has black color on #324D39 background.


White color preview on #324D39 background

This text has white color on #324D39 background.