COLOR #324C3C

HEX: #324C3C
RGB: (50,76,60)

Color info

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

RGB color model

#324C3C color RGB value is (50,76,60).

  • red value is 50;
  • green value is 76;
  • blue value is 60.
RGB:
(50,76,60)
(20%,30%,24%)

RGB channels and saturation

R 50 of 255 = 20%
G 76 of 255 = 30%
B 60 of 255 = 24%

50
76
60

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

Portions of RGB colors in percentages

R + G + B =
50 + 76 + 60 = 186 (100%)
R 50 of 186 ~ 26.88%
G 76 of 186 ~ 40.86%
B 60 of 186 ~ 32.26%

%26.88
%40.86
%32.26

CMYK color model

#324C3C color CMYK value is (34,0,21,70).

  • cyan value is 34.21%
  • magenta value is 0.00%
  • yellow value is 21.05%
  • key color value is 70.20%
CMYK:
(34,0,21,70)
C34M0Y21K70 
(34%,0%,21%,70%)
(0.34/0.00/0.21/0.70)	

CMYK percentages

%34.21
%0
%21.05
%70.2

Codes

Color #324C3C in popluar color models

324C3C
RGB507660
HSL143°20.63%24.71%
HSB/HSV143°34.21%29.80%
CMYK34.21%0.00%21.05%
70.20%

Color #324C3C in popluar number systems.

HEX324C3C
Decimal507660
Binary1100101001100111100
Octal6211474

Shades and tints

Shades of #324C3C

#324C3C
(50,76,60)
#2E4637
(46,70,55)
#2A4032
(42,64,50)
#263A2D
(38,58,45)
#223428
(34,52,40)
#1E2E23
(30,46,35)
#1A281E
(26,40,30)
#162219
(22,34,25)
#121C14
(18,28,20)
#0E160F
(14,22,15)
#0A100A
(10,16,10)
#000000
(0,0,0)

Tints of #324C3C

#324C3C
(50,76,60)
#445C4D
(68,92,77)
#566C5E
(86,108,94)
#687C6F
(104,124,111)
#7A8C80
(122,140,128)
#8C9C91
(140,156,145)
#9EACA2
(158,172,162)
#B0BCB3
(176,188,179)
#C2CCC4
(194,204,196)
#D4DCD5
(212,220,213)
#E6ECE6
(230,236,230)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #324C3C; }

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

This text font color is #324C3C.


Background Color

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

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

This div background color is #324C3C.


Border color

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

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

This div border color is #324C3C.


Opacity

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

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

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

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

This text has shadow with #324C3C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #324C3C on black background.


Color preview on white background

This text has color #324C3C on white background.



Black color preview on #324C3C background

This text has black color on #324C3C background.


White color preview on #324C3C background

This text has white color on #324C3C background.