COLOR #600F15

HEX: #600F15
RGB: (96,15,21)

Color info

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

RGB color model

#600F15 color RGB value is (96,15,21).

  • red value is 96;
  • green value is 15;
  • blue value is 21.
RGB:
(96,15,21)
(38%,6%,8%)

RGB channels and saturation

R 96 of 255 = 38%
G 15 of 255 = 6%
B 21 of 255 = 8%

96
15
21

R + G + B ~ 17%. #600F15 is dark color.

Portions of RGB colors in percentages

R + G + B =
96 + 15 + 21 = 132 (100%)
R 96 of 132 ~ 72.73%
G 15 of 132 ~ 11.36%
B 21 of 132 ~ 15.91%

%72.73
%11.36
%15.91

CMYK color model

#600F15 color CMYK value is (0,84,78,62).

  • cyan value is 0.00%
  • magenta value is 84.38%
  • yellow value is 78.13%
  • key color value is 62.35%
CMYK:
(0,84,78,62)
C0M84Y78K62 
(0%,84%,78%,62%)
(0.00/0.84/0.78/0.62)	

CMYK percentages

%0
%84.38
%78.13
%62.35

Codes

Color #600F15 in popluar color models

600F15
RGB961521
HSL356°72.97%21.76%
HSB/HSV356°84.38%37.65%
CMYK0.00%84.38%78.13%
62.35%

Color #600F15 in popluar number systems.

HEX600F15
Decimal961521
Binary1100000111110101
Octal1401725

Shades and tints

Shades of #600F15

#600F15
(96,15,21)
#580E14
(88,14,20)
#500D13
(80,13,19)
#480C12
(72,12,18)
#400B11
(64,11,17)
#380A10
(56,10,16)
#30090F
(48,9,15)
#28080E
(40,8,14)
#20070D
(32,7,13)
#18060C
(24,6,12)
#10050B
(16,5,11)
#000000
(0,0,0)

Tints of #600F15

#600F15
(96,15,21)
#6E242A
(110,36,42)
#7C393F
(124,57,63)
#8A4E54
(138,78,84)
#986369
(152,99,105)
#A6787E
(166,120,126)
#B48D93
(180,141,147)
#C2A2A8
(194,162,168)
#D0B7BD
(208,183,189)
#DECCD2
(222,204,210)
#ECE1E7
(236,225,231)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #600F15 color. Also use rgb(96,15,21) instead hex code.

Text Font Color

.myTextColor { color: #600F15; }

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

This text font color is #600F15.


Background Color

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

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

This div background color is #600F15.


Border color

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

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

This div border color is #600F15.


Opacity

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

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

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

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

This text has shadow with #600F15 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #600F15 on black background.


Color preview on white background

This text has color #600F15 on white background.



Black color preview on #600F15 background

This text has black color on #600F15 background.


White color preview on #600F15 background

This text has white color on #600F15 background.