COLOR #324F3D

HEX: #324F3D
RGB: (50,79,61)

Color info

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

RGB color model

#324F3D color RGB value is (50,79,61).

  • red value is 50;
  • green value is 79;
  • blue value is 61.
RGB:
(50,79,61)
(20%,31%,24%)

RGB channels and saturation

R 50 of 255 = 20%
G 79 of 255 = 31%
B 61 of 255 = 24%

50
79
61

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

Portions of RGB colors in percentages

R + G + B =
50 + 79 + 61 = 190 (100%)
R 50 of 190 ~ 26.32%
G 79 of 190 ~ 41.58%
B 61 of 190 ~ 32.11%

%26.32
%41.58
%32.11

CMYK color model

#324F3D color CMYK value is (37,0,23,69).

  • cyan value is 36.71%
  • magenta value is 0.00%
  • yellow value is 22.78%
  • key color value is 69.02%
CMYK:
(37,0,23,69)
C37M0Y23K69 
(37%,0%,23%,69%)
(0.37/0.00/0.23/0.69)	

CMYK percentages

%36.71
%0
%22.78
%69.02

Codes

Color #324F3D in popluar color models

324F3D
RGB507961
HSL143°22.48%25.29%
HSB/HSV143°36.71%30.98%
CMYK36.71%0.00%22.78%
69.02%

Color #324F3D in popluar number systems.

HEX324F3D
Decimal507961
Binary1100101001111111101
Octal6211775

Shades and tints

Shades of #324F3D

#324F3D
(50,79,61)
#2E4838
(46,72,56)
#2A4133
(42,65,51)
#263A2E
(38,58,46)
#223329
(34,51,41)
#1E2C24
(30,44,36)
#1A251F
(26,37,31)
#161E1A
(22,30,26)
#121715
(18,23,21)
#0E1010
(14,16,16)
#0A090B
(10,9,11)
#000000
(0,0,0)

Tints of #324F3D

#324F3D
(50,79,61)
#445F4E
(68,95,78)
#566F5F
(86,111,95)
#687F70
(104,127,112)
#7A8F81
(122,143,129)
#8C9F92
(140,159,146)
#9EAFA3
(158,175,163)
#B0BFB4
(176,191,180)
#C2CFC5
(194,207,197)
#D4DFD6
(212,223,214)
#E6EFE7
(230,239,231)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #324F3D color. Also use rgb(50,79,61) instead hex code.

Text Font Color

.myTextColor { color: #324F3D; }

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

This text font color is #324F3D.


Background Color

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

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

This div background color is #324F3D.


Border color

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

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

This div border color is #324F3D.


Opacity

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

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

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

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

This text has shadow with #324F3D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #324F3D on black background.


Color preview on white background

This text has color #324F3D on white background.



Black color preview on #324F3D background

This text has black color on #324F3D background.


White color preview on #324F3D background

This text has white color on #324F3D background.