COLOR #64344D

HEX: #64344D
RGB: (100,52,77)

Color info

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

RGB color model

#64344D color RGB value is (100,52,77).

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

RGB channels and saturation

R 100 of 255 = 39%
G 52 of 255 = 20%
B 77 of 255 = 30%

100
52
77

R + G + B ~ 30%. #64344D is quite dark color.

Portions of RGB colors in percentages

R + G + B =
100 + 52 + 77 = 229 (100%)
R 100 of 229 ~ 43.67%
G 52 of 229 ~ 22.71%
B 77 of 229 ~ 33.62%

%43.67
%22.71
%33.62

CMYK color model

#64344D color CMYK value is (0,48,23,61).

  • cyan value is 0.00%
  • magenta value is 48.00%
  • yellow value is 23.00%
  • key color value is 60.78%
CMYK:
(0,48,23,61)
C0M48Y23K61 
(0%,48%,23%,61%)
(0.00/0.48/0.23/0.61)	

CMYK percentages

%0
%48
%23
%60.78

Codes

Color #64344D in popluar color models

64344D
RGB1005277
HSL329°31.58%29.80%
HSB/HSV329°48.00%39.22%
CMYK0.00%48.00%23.00%
60.78%

Color #64344D in popluar number systems.

HEX64344D
Decimal1005277
Binary11001001101001001101
Octal14464115

Shades and tints

Shades of #64344D

#64344D
(100,52,77)
#5B3046
(91,48,70)
#522C3F
(82,44,63)
#492838
(73,40,56)
#402431
(64,36,49)
#37202A
(55,32,42)
#2E1C23
(46,28,35)
#25181C
(37,24,28)
#1C1415
(28,20,21)
#13100E
(19,16,14)
#0A0C07
(10,12,7)
#000000
(0,0,0)

Tints of #64344D

#64344D
(100,52,77)
#72465D
(114,70,93)
#80586D
(128,88,109)
#8E6A7D
(142,106,125)
#9C7C8D
(156,124,141)
#AA8E9D
(170,142,157)
#B8A0AD
(184,160,173)
#C6B2BD
(198,178,189)
#D4C4CD
(212,196,205)
#E2D6DD
(226,214,221)
#F0E8ED
(240,232,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #64344D color. Also use rgb(100,52,77) instead hex code.

Text Font Color

.myTextColor { color: #64344D; }

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

This text font color is #64344D.


Background Color

.myBgColor { background-color: #64344D; }

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

This div background color is #64344D.


Border color

.myBorderColor { border: 1px solid #64344D; }

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

This div border color is #64344D.


Opacity

.myOpacity80 { color: #64344D; opacity: 0.8; }

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

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

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

This text has shadow with #64344D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #64344D on black background.


Color preview on white background

This text has color #64344D on white background.



Black color preview on #64344D background

This text has black color on #64344D background.


White color preview on #64344D background

This text has white color on #64344D background.