COLOR #600000

HEX: #600000
RGB: (96,0,0)

Color info

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

RGB color model

#600000 color RGB value is (96,0,0).

  • red value is 96;
  • green value is 0;
  • blue value is 0.
RGB:
(96,0,0)
(38%,0%,0%)

RGB channels and saturation

R 96 of 255 = 38%
G 0 of 255 = 0%
B 0 of 255 = 0%

96
0
0

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

Portions of RGB colors in percentages

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

%100

CMYK color model

#600000 color CMYK value is (0,100,100,62).

  • cyan value is 0.00%
  • magenta value is 100.00%
  • yellow value is 100.00%
  • key color value is 62.35%
CMYK:
(0,100,100,62)
C0M100Y100K62 
(0%,100%,100%,62%)
(0.00/1.00/1.00/0.62)	

CMYK percentages

%0
%100
%100
%62.35

Codes

Color #600000 in popluar color models

600000
RGB9600
HSL100.00%18.82%
HSB/HSV100.00%37.65%
CMYK0.00%100.00%100.00%
62.35%

Color #600000 in popluar number systems.

HEX600000
Decimal9600
Binary110000000
Octal14000

Shades and tints

Shades of #600000

#600000
(96,0,0)
#580000
(88,0,0)
#500000
(80,0,0)
#480000
(72,0,0)
#400000
(64,0,0)
#380000
(56,0,0)
#300000
(48,0,0)
#280000
(40,0,0)
#200000
(32,0,0)
#180000
(24,0,0)
#100000
(16,0,0)
#000000
(0,0,0)

Tints of #600000

#600000
(96,0,0)
#6E1717
(110,23,23)
#7C2E2E
(124,46,46)
#8A4545
(138,69,69)
#985C5C
(152,92,92)
#A67373
(166,115,115)
#B48A8A
(180,138,138)
#C2A1A1
(194,161,161)
#D0B8B8
(208,184,184)
#DECFCF
(222,207,207)
#ECE6E6
(236,230,230)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #600000; }

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

This text font color is #600000.


Background Color

.myBgColor { background-color: #600000; }

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

This div background color is #600000.


Border color

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

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

This div border color is #600000.


Opacity

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

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

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

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

This text has shadow with #600000 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #600000 on black background.


Color preview on white background

This text has color #600000 on white background.



Black color preview on #600000 background

This text has black color on #600000 background.


White color preview on #600000 background

This text has white color on #600000 background.