COLOR #324425

HEX: #324425
RGB: (50,68,37)

Color info

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

RGB color model

#324425 color RGB value is (50,68,37).

  • red value is 50;
  • green value is 68;
  • blue value is 37.
RGB:
(50,68,37)
(20%,27%,15%)

RGB channels and saturation

R 50 of 255 = 20%
G 68 of 255 = 27%
B 37 of 255 = 15%

50
68
37

R + G + B ~ 21%. #324425 is dark color.

Portions of RGB colors in percentages

R + G + B =
50 + 68 + 37 = 155 (100%)
R 50 of 155 ~ 32.26%
G 68 of 155 ~ 43.87%
B 37 of 155 ~ 23.87%

%32.26
%43.87
%23.87

CMYK color model

#324425 color CMYK value is (26,0,46,73).

  • cyan value is 26.47%
  • magenta value is 0.00%
  • yellow value is 45.59%
  • key color value is 73.33%
CMYK:
(26,0,46,73)
C26M0Y46K73 
(26%,0%,46%,73%)
(0.26/0.00/0.46/0.73)	

CMYK percentages

%26.47
%0
%45.59
%73.33

Codes

Color #324425 in popluar color models

324425
RGB506837
HSL95°29.52%20.59%
HSB/HSV95°45.59%26.67%
CMYK26.47%0.00%45.59%
73.33%

Color #324425 in popluar number systems.

HEX324425
Decimal506837
Binary1100101000100100101
Octal6210445

Shades and tints

Shades of #324425

#324425
(50,68,37)
#2E3E22
(46,62,34)
#2A381F
(42,56,31)
#26321C
(38,50,28)
#222C19
(34,44,25)
#1E2616
(30,38,22)
#1A2013
(26,32,19)
#161A10
(22,26,16)
#12140D
(18,20,13)
#0E0E0A
(14,14,10)
#0A0807
(10,8,7)
#000000
(0,0,0)

Tints of #324425

#324425
(50,68,37)
#445538
(68,85,56)
#56664B
(86,102,75)
#68775E
(104,119,94)
#7A8871
(122,136,113)
#8C9984
(140,153,132)
#9EAA97
(158,170,151)
#B0BBAA
(176,187,170)
#C2CCBD
(194,204,189)
#D4DDD0
(212,221,208)
#E6EEE3
(230,238,227)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #324425 color. Also use rgb(50,68,37) instead hex code.

Text Font Color

.myTextColor { color: #324425; }

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

This text font color is #324425.


Background Color

.myBgColor { background-color: #324425; }

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

This div background color is #324425.


Border color

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

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

This div border color is #324425.


Opacity

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

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

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

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

This text has shadow with #324425 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #324425 on black background.


Color preview on white background

This text has color #324425 on white background.



Black color preview on #324425 background

This text has black color on #324425 background.


White color preview on #324425 background

This text has white color on #324425 background.