COLOR #600704

HEX: #600704
RGB: (96,7,4)

Color info

#600704 contains mainly red color. Web safe color of #600704 is #660000 (or #600).

RGB color model

#600704 color RGB value is (96,7,4).

  • red value is 96;
  • green value is 7;
  • blue value is 4.
RGB:
(96,7,4)
(38%,3%,2%)

RGB channels and saturation

R 96 of 255 = 38%
G 7 of 255 = 3%
B 4 of 255 = 2%

96
7
4

R + G + B ~ 14%. #600704 is dark color.

Portions of RGB colors in percentages

R + G + B =
96 + 7 + 4 = 107 (100%)
R 96 of 107 ~ 89.72%
G 7 of 107 ~ 6.54%
B 4 of 107 ~ 3.74%

%89.72

CMYK color model

#600704 color CMYK value is (0,93,96,62).

  • cyan value is 0.00%
  • magenta value is 92.71%
  • yellow value is 95.83%
  • key color value is 62.35%
CMYK:
(0,93,96,62)
C0M93Y96K62 
(0%,93%,96%,62%)
(0.00/0.93/0.96/0.62)	

CMYK percentages

%0
%92.71
%95.83
%62.35

Codes

Color #600704 in popluar color models

600704
RGB9674
HSL92.00%19.61%
HSB/HSV95.83%37.65%
CMYK0.00%92.71%95.83%
62.35%

Color #600704 in popluar number systems.

HEX600704
Decimal9674
Binary1100000111100
Octal14074

Shades and tints

Shades of #600704

#600704
(96,7,4)
#580704
(88,7,4)
#500704
(80,7,4)
#480704
(72,7,4)
#400704
(64,7,4)
#380704
(56,7,4)
#300704
(48,7,4)
#280704
(40,7,4)
#200704
(32,7,4)
#180704
(24,7,4)
#100704
(16,7,4)
#000000
(0,0,0)

Tints of #600704

#600704
(96,7,4)
#6E1D1A
(110,29,26)
#7C3330
(124,51,48)
#8A4946
(138,73,70)
#985F5C
(152,95,92)
#A67572
(166,117,114)
#B48B88
(180,139,136)
#C2A19E
(194,161,158)
#D0B7B4
(208,183,180)
#DECDCA
(222,205,202)
#ECE3E0
(236,227,224)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #600704; }

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

This text font color is #600704.


Background Color

.myBgColor { background-color: #600704; }

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

This div background color is #600704.


Border color

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

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

This div border color is #600704.


Opacity

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

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

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

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

This text has shadow with #600704 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #600704 on black background.


Color preview on white background

This text has color #600704 on white background.



Black color preview on #600704 background

This text has black color on #600704 background.


White color preview on #600704 background

This text has white color on #600704 background.