COLOR #64324C

HEX: #64324C
RGB: (100,50,76)

Color info

#64324C contains red, green and blue colors in about the same proportion. Web safe color of #64324C is #663333 (or #633).

RGB color model

#64324C color RGB value is (100,50,76).

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

RGB channels and saturation

R 100 of 255 = 39%
G 50 of 255 = 20%
B 76 of 255 = 30%

100
50
76

R + G + B ~ 30%. #64324C is quite dark color.

Portions of RGB colors in percentages

R + G + B =
100 + 50 + 76 = 226 (100%)
R 100 of 226 ~ 44.25%
G 50 of 226 ~ 22.12%
B 76 of 226 ~ 33.63%

%44.25
%22.12
%33.63

CMYK color model

#64324C color CMYK value is (0,50,24,61).

  • cyan value is 0.00%
  • magenta value is 50.00%
  • yellow value is 24.00%
  • key color value is 60.78%
CMYK:
(0,50,24,61)
C0M50Y24K61 
(0%,50%,24%,61%)
(0.00/0.50/0.24/0.61)	

CMYK percentages

%0
%50
%24
%60.78

Codes

Color #64324C in popluar color models

64324C
RGB1005076
HSL329°33.33%29.41%
HSB/HSV329°50.00%39.22%
CMYK0.00%50.00%24.00%
60.78%

Color #64324C in popluar number systems.

HEX64324C
Decimal1005076
Binary11001001100101001100
Octal14462114

Shades and tints

Shades of #64324C

#64324C
(100,50,76)
#5B2E46
(91,46,70)
#522A40
(82,42,64)
#49263A
(73,38,58)
#402234
(64,34,52)
#371E2E
(55,30,46)
#2E1A28
(46,26,40)
#251622
(37,22,34)
#1C121C
(28,18,28)
#130E16
(19,14,22)
#0A0A10
(10,10,16)
#000000
(0,0,0)

Tints of #64324C

#64324C
(100,50,76)
#72445C
(114,68,92)
#80566C
(128,86,108)
#8E687C
(142,104,124)
#9C7A8C
(156,122,140)
#AA8C9C
(170,140,156)
#B89EAC
(184,158,172)
#C6B0BC
(198,176,188)
#D4C2CC
(212,194,204)
#E2D4DC
(226,212,220)
#F0E6EC
(240,230,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #64324C color. Also use rgb(100,50,76) instead hex code.

Text Font Color

.myTextColor { color: #64324C; }

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

This text font color is #64324C.


Background Color

.myBgColor { background-color: #64324C; }

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

This div background color is #64324C.


Border color

.myBorderColor { border: 1px solid #64324C; }

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

This div border color is #64324C.


Opacity

.myOpacity80 { color: #64324C; opacity: 0.8; }

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

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

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

This text has shadow with #64324C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #64324C on black background.


Color preview on white background

This text has color #64324C on white background.



Black color preview on #64324C background

This text has black color on #64324C background.


White color preview on #64324C background

This text has white color on #64324C background.