COLOR #324939

HEX: #324939
RGB: (50,73,57)

Color info

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

RGB color model

#324939 color RGB value is (50,73,57).

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

RGB channels and saturation

R 50 of 255 = 20%
G 73 of 255 = 29%
B 57 of 255 = 22%

50
73
57

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

Portions of RGB colors in percentages

R + G + B =
50 + 73 + 57 = 180 (100%)
R 50 of 180 ~ 27.78%
G 73 of 180 ~ 40.56%
B 57 of 180 ~ 31.67%

%27.78
%40.56
%31.67

CMYK color model

#324939 color CMYK value is (32,0,22,71).

  • cyan value is 31.51%
  • magenta value is 0.00%
  • yellow value is 21.92%
  • key color value is 71.37%
CMYK: (32,0,22,71) C32M0Y22K71 (32%,0%,22%,71%) (0.32/0.00/0.22/0.71)

CMYK percentages

%31.51
%0
%21.92
%71.37

Codes

Color #324939 in popluar color models

324939
RGB507357
HSL138°18.70%24.12%
HSB/HSV138°31.51%28.63%
CMYK31.51%0.00%21.92%
71.37%

Color #324939 in popluar number systems.

HEX324939
Decimal507357
Binary1100101001001111001
Octal6211171

Shades and tints

Shades of #324939

#324939
(50,73,57)
#2E4334
(46,67,52)
#2A3D2F
(42,61,47)
#26372A
(38,55,42)
#223125
(34,49,37)
#1E2B20
(30,43,32)
#1A251B
(26,37,27)
#161F16
(22,31,22)
#121911
(18,25,17)
#0E130C
(14,19,12)
#0A0D07
(10,13,7)
#000000
(0,0,0)

Tints of #324939

#324939
(50,73,57)
#44594B
(68,89,75)
#56695D
(86,105,93)
#68796F
(104,121,111)
#7A8981
(122,137,129)
#8C9993
(140,153,147)
#9EA9A5
(158,169,165)
#B0B9B7
(176,185,183)
#C2C9C9
(194,201,201)
#D4D9DB
(212,217,219)
#E6E9ED
(230,233,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #324939; }

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

This text font color is #324939.


Background Color

.myBgColor { background-color: #324939; }

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

This div background color is #324939.


Border color

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

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

This div border color is #324939.


Opacity

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

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

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

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

This text has shadow with #324939 color.

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

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

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


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

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

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


Div box shadow color

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

Preview

Color preview on black background

This text has color #324939 on black background.


Color preview on white background

This text has color #324939 on white background.



Black color preview on #324939 background

This text has black color on #324939 background.


White color preview on #324939 background

This text has white color on #324939 background.