COLOR #324F3C

HEX: #324F3C RGB: (50,79,60)

Color info

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

RGB color model

#324F3C color RGB value is (50,79,60).

RGB: (50,79,60) (20%, 31%, 24%)

RGB channels and saturation

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

50
79
60

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

Portions of RGB colors in percentages

R + G + B = 50 + 79 + 60 = 189 (100%)
R 50 of 189 ~ 26.46%
G 79 of 189 ~ 41.8%
B 60 of 189 ~ 31.75'%

%26.46
%41.8
%31.75

CMYK color model

#324F3C color CMYK value is (37,0,24,69).

  • cyan value is 36.71%
  • magenta value is 0.00%
  • yellow value is 24.05%
  • key color value is 69.02%

CMYK: (37,0,24,69)
C37M0Y24K69 (37%, 0%, 24%, 69%)
(0.37 / 0.00 / 0.24 / 0.69)

CMYK percentages

%36.71
%0
%24.05
%69.02

Codes

Color #324F3C in popluar color models

32 4F 3C
RGB 50 79 60
HSL 141° 22.48% 25.29%
HSB/HSV 141° 36.71% 30.98%
CMYK 36.71% 0.00% 24.05%
69.02%

Color #324F3C in popluar number systems.

HEX 32 4F 3C
Decimal 50 79 60
Binary 110010 1001111 111100
Octal 62 117 74

Shades and tints

Shades of #324F3C

#324F3C
(50,79,60)
#2E4837
(46,72,55)
#2A4132
(42,65,50)
#263A2D
(38,58,45)
#223328
(34,51,40)
#1E2C23
(30,44,35)
#1A251E
(26,37,30)
#161E19
(22,30,25)
#121714
(18,23,20)
#0E100F
(14,16,15)
#0A090A
(10,9,10)
#000000
(0,0,0)

Tints of #324F3C

#324F3C
(50,79,60)
#445F4D
(68,95,77)
#566F5E
(86,111,94)
#687F6F
(104,127,111)
#7A8F80
(122,143,128)
#8C9F91
(140,159,145)
#9EAFA2
(158,175,162)
#B0BFB3
(176,191,179)
#C2CFC4
(194,207,196)
#D4DFD5
(212,223,213)
#E6EFE6
(230,239,230)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #324F3C; }

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

This text font color is #324F3C.

Background Color

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

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

This div background color is #324F3C.

Border color

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

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

This div border color is #324F3C.

Opacity

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

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

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

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

This text has shadow with #324F3C color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #324F3C.

Preview

Color preview on black background

This text has color #324F3C on black background.


Color preview on white background

This text has color #324F3C on white background.


Black color preview on #324F3C background

This text has black color on #324F3C background.


White color preview on #324F3C background

This text has white color on #324F3C background.


Related colors

Complementary color

Complementary color for #hex is #CDB0C3.


I love getcolorcode.com

Triadic colors

1 #3C324F and #4F3C32 with #324F3C are triadic colors.

2 #3C4F32 and #4F323C with #324F3C are triadic colors.