COLOR #640000

HEX: #640000
RGB: (100,0,0)

Color info

#640000 contains only red color. Web safe color of #640000 is #660000 (or #600).

RGB color model

#640000 color RGB value is (100,0,0).

  • red value is 100;
  • green value is 0;
  • blue value is 0.
RGB:
(100,0,0)
(39%,0%,0%)

RGB channels and saturation

R 100 of 255 = 39%
G 0 of 255 = 0%
B 0 of 255 = 0%

100
0
0

R + G + B ~ 13%. #640000 is dark color.

Portions of RGB colors in percentages

R + G + B =
100 + 0 + 0 = 100 (100%)
R 100 of 100 ~ 100%
G 0 of 100 ~ 0%
B 0 of 100 ~ 0%

%100

CMYK color model

#640000 color CMYK value is (0,100,100,61).

  • cyan value is 0.00%
  • magenta value is 100.00%
  • yellow value is 100.00%
  • key color value is 60.78%
CMYK:
(0,100,100,61)
C0M100Y100K61 
(0%,100%,100%,61%)
(0.00/1.00/1.00/0.61)	

CMYK percentages

%0
%100
%100
%60.78

Codes

Color #640000 in popluar color models

640000
RGB10000
HSL100.00%19.61%
HSB/HSV100.00%39.22%
CMYK0.00%100.00%100.00%
60.78%

Color #640000 in popluar number systems.

HEX640000
Decimal10000
Binary110010000
Octal14400

Shades and tints

Shades of #640000

#640000
(100,0,0)
#5B0000
(91,0,0)
#520000
(82,0,0)
#490000
(73,0,0)
#400000
(64,0,0)
#370000
(55,0,0)
#2E0000
(46,0,0)
#250000
(37,0,0)
#1C0000
(28,0,0)
#130000
(19,0,0)
#0A0000
(10,0,0)
#000000
(0,0,0)

Tints of #640000

#640000
(100,0,0)
#721717
(114,23,23)
#802E2E
(128,46,46)
#8E4545
(142,69,69)
#9C5C5C
(156,92,92)
#AA7373
(170,115,115)
#B88A8A
(184,138,138)
#C6A1A1
(198,161,161)
#D4B8B8
(212,184,184)
#E2CFCF
(226,207,207)
#F0E6E6
(240,230,230)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #640000 color. Also use rgb(100,0,0) instead hex code.

Text Font Color

.myTextColor { color: #640000; }

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

This text font color is #640000.


Background Color

.myBgColor { background-color: #640000; }

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

This div background color is #640000.


Border color

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

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

This div border color is #640000.


Opacity

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

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

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

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

This text has shadow with #640000 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #640000 on black background.


Color preview on white background

This text has color #640000 on white background.



Black color preview on #640000 background

This text has black color on #640000 background.


White color preview on #640000 background

This text has white color on #640000 background.