COLOR #600E04

HEX: #600E04
RGB: (96,14,4)

Color info

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

RGB color model

#600E04 color RGB value is (96,14,4).

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

RGB channels and saturation

R 96 of 255 = 38%
G 14 of 255 = 5%
B 4 of 255 = 2%

96
14
4

R + G + B ~ 15%. #600E04 is dark color.

Portions of RGB colors in percentages

R + G + B =
96 + 14 + 4 = 114 (100%)
R 96 of 114 ~ 84.21%
G 14 of 114 ~ 12.28%
B 4 of 114 ~ 3.51%

%84.21
%12.28

CMYK color model

#600E04 color CMYK value is (0,85,96,62).

  • cyan value is 0.00%
  • magenta value is 85.42%
  • yellow value is 95.83%
  • key color value is 62.35%
CMYK:
(0,85,96,62)
C0M85Y96K62 
(0%,85%,96%,62%)
(0.00/0.85/0.96/0.62)	

CMYK percentages

%0
%85.42
%95.83
%62.35

Codes

Color #600E04 in popluar color models

600E04
RGB96144
HSL92.00%19.61%
HSB/HSV95.83%37.65%
CMYK0.00%85.42%95.83%
62.35%

Color #600E04 in popluar number systems.

HEX600E04
Decimal96144
Binary11000001110100
Octal140164

Shades and tints

Shades of #600E04

#600E04
(96,14,4)
#580D04
(88,13,4)
#500C04
(80,12,4)
#480B04
(72,11,4)
#400A04
(64,10,4)
#380904
(56,9,4)
#300804
(48,8,4)
#280704
(40,7,4)
#200604
(32,6,4)
#180504
(24,5,4)
#100404
(16,4,4)
#000000
(0,0,0)

Tints of #600E04

#600E04
(96,14,4)
#6E231A
(110,35,26)
#7C3830
(124,56,48)
#8A4D46
(138,77,70)
#98625C
(152,98,92)
#A67772
(166,119,114)
#B48C88
(180,140,136)
#C2A19E
(194,161,158)
#D0B6B4
(208,182,180)
#DECBCA
(222,203,202)
#ECE0E0
(236,224,224)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #600E04; }

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

This text font color is #600E04.


Background Color

.myBgColor { background-color: #600E04; }

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

This div background color is #600E04.


Border color

.myBorderColor { border: 1px solid #600E04; }

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

This div border color is #600E04.


Opacity

.myOpacity80 { color: #600E04; opacity: 0.8; }

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

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

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

This text has shadow with #600E04 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #600E04 on black background.


Color preview on white background

This text has color #600E04 on white background.



Black color preview on #600E04 background

This text has black color on #600E04 background.


White color preview on #600E04 background

This text has white color on #600E04 background.