COLOR #324641

HEX: #324641
RGB: (50,70,65)

Color info

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

RGB color model

#324641 color RGB value is (50,70,65).

  • red value is 50;
  • green value is 70;
  • blue value is 65.
RGB:
(50,70,65)
(20%,27%,25%)

RGB channels and saturation

R 50 of 255 = 20%
G 70 of 255 = 27%
B 65 of 255 = 25%

50
70
65

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

Portions of RGB colors in percentages

R + G + B =
50 + 70 + 65 = 185 (100%)
R 50 of 185 ~ 27.03%
G 70 of 185 ~ 37.84%
B 65 of 185 ~ 35.14%

%27.03
%37.84
%35.14

CMYK color model

#324641 color CMYK value is (29,0,7,73).

  • cyan value is 28.57%
  • magenta value is 0.00%
  • yellow value is 7.14%
  • key color value is 72.55%
CMYK:
(29,0,7,73)
C29M0Y7K73 
(29%,0%,7%,73%)
(0.29/0.00/0.07/0.73)	

CMYK percentages

%28.57
%0
%7.14
%72.55

Codes

Color #324641 in popluar color models

324641
RGB507065
HSL165°16.67%23.53%
HSB/HSV165°28.57%27.45%
CMYK28.57%0.00%7.14%
72.55%

Color #324641 in popluar number systems.

HEX324641
Decimal507065
Binary11001010001101000001
Octal62106101

Shades and tints

Shades of #324641

#324641
(50,70,65)
#2E403C
(46,64,60)
#2A3A37
(42,58,55)
#263432
(38,52,50)
#222E2D
(34,46,45)
#1E2828
(30,40,40)
#1A2223
(26,34,35)
#161C1E
(22,28,30)
#121619
(18,22,25)
#0E1014
(14,16,20)
#0A0A0F
(10,10,15)
#000000
(0,0,0)

Tints of #324641

#324641
(50,70,65)
#445652
(68,86,82)
#566663
(86,102,99)
#687674
(104,118,116)
#7A8685
(122,134,133)
#8C9696
(140,150,150)
#9EA6A7
(158,166,167)
#B0B6B8
(176,182,184)
#C2C6C9
(194,198,201)
#D4D6DA
(212,214,218)
#E6E6EB
(230,230,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #324641 color. Also use rgb(50,70,65) instead hex code.

Text Font Color

.myTextColor { color: #324641; }

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

This text font color is #324641.


Background Color

.myBgColor { background-color: #324641; }

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

This div background color is #324641.


Border color

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

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

This div border color is #324641.


Opacity

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

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

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

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

This text has shadow with #324641 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #324641 on black background.


Color preview on white background

This text has color #324641 on white background.



Black color preview on #324641 background

This text has black color on #324641 background.


White color preview on #324641 background

This text has white color on #324641 background.