COLOR #600A09

HEX: #600A09
RGB: (96,10,9)

Color info

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

RGB color model

#600A09 color RGB value is (96,10,9).

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

RGB channels and saturation

R 96 of 255 = 38%
G 10 of 255 = 4%
B 9 of 255 = 4%

96
10
9

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

Portions of RGB colors in percentages

R + G + B =
96 + 10 + 9 = 115 (100%)
R 96 of 115 ~ 83.48%
G 10 of 115 ~ 8.7%
B 9 of 115 ~ 7.83%

%83.48

CMYK color model

#600A09 color CMYK value is (0,90,91,62).

  • cyan value is 0.00%
  • magenta value is 89.58%
  • yellow value is 90.63%
  • key color value is 62.35%
CMYK:
(0,90,91,62)
C0M90Y91K62 
(0%,90%,91%,62%)
(0.00/0.90/0.91/0.62)	

CMYK percentages

%0
%89.58
%90.63
%62.35

Codes

Color #600A09 in popluar color models

600A09
RGB96109
HSL82.86%20.59%
HSB/HSV90.63%37.65%
CMYK0.00%89.58%90.63%
62.35%

Color #600A09 in popluar number systems.

HEX600A09
Decimal96109
Binary110000010101001
Octal1401211

Shades and tints

Shades of #600A09

#600A09
(96,10,9)
#580A09
(88,10,9)
#500A09
(80,10,9)
#480A09
(72,10,9)
#400A09
(64,10,9)
#380A09
(56,10,9)
#300A09
(48,10,9)
#280A09
(40,10,9)
#200A09
(32,10,9)
#180A09
(24,10,9)
#100A09
(16,10,9)
#000000
(0,0,0)

Tints of #600A09

#600A09
(96,10,9)
#6E201F
(110,32,31)
#7C3635
(124,54,53)
#8A4C4B
(138,76,75)
#986261
(152,98,97)
#A67877
(166,120,119)
#B48E8D
(180,142,141)
#C2A4A3
(194,164,163)
#D0BAB9
(208,186,185)
#DED0CF
(222,208,207)
#ECE6E5
(236,230,229)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #600A09 color. Also use rgb(96,10,9) instead hex code.

Text Font Color

.myTextColor { color: #600A09; }

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

This text font color is #600A09.


Background Color

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

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

This div background color is #600A09.


Border color

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

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

This div border color is #600A09.


Opacity

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

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

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

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

This text has shadow with #600A09 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #600A09 on black background.


Color preview on white background

This text has color #600A09 on white background.



Black color preview on #600A09 background

This text has black color on #600A09 background.


White color preview on #600A09 background

This text has white color on #600A09 background.