COLOR #600B17

HEX: #600B17
RGB: (96,11,23)

Color info

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

RGB color model

#600B17 color RGB value is (96,11,23).

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

RGB channels and saturation

R 96 of 255 = 38%
G 11 of 255 = 4%
B 23 of 255 = 9%

96
11
23

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

Portions of RGB colors in percentages

R + G + B =
96 + 11 + 23 = 130 (100%)
R 96 of 130 ~ 73.85%
G 11 of 130 ~ 8.46%
B 23 of 130 ~ 17.69%

%73.85
%17.69

CMYK color model

#600B17 color CMYK value is (0,89,76,62).

  • cyan value is 0.00%
  • magenta value is 88.54%
  • yellow value is 76.04%
  • key color value is 62.35%
CMYK:
(0,89,76,62)
C0M89Y76K62 
(0%,89%,76%,62%)
(0.00/0.89/0.76/0.62)	

CMYK percentages

%0
%88.54
%76.04
%62.35

Codes

Color #600B17 in popluar color models

600B17
RGB961123
HSL352°79.44%20.98%
HSB/HSV352°88.54%37.65%
CMYK0.00%88.54%76.04%
62.35%

Color #600B17 in popluar number systems.

HEX600B17
Decimal961123
Binary1100000101110111
Octal1401327

Shades and tints

Shades of #600B17

#600B17
(96,11,23)
#580A15
(88,10,21)
#500913
(80,9,19)
#480811
(72,8,17)
#40070F
(64,7,15)
#38060D
(56,6,13)
#30050B
(48,5,11)
#280409
(40,4,9)
#200307
(32,3,7)
#180205
(24,2,5)
#100103
(16,1,3)
#000000
(0,0,0)

Tints of #600B17

#600B17
(96,11,23)
#6E212C
(110,33,44)
#7C3741
(124,55,65)
#8A4D56
(138,77,86)
#98636B
(152,99,107)
#A67980
(166,121,128)
#B48F95
(180,143,149)
#C2A5AA
(194,165,170)
#D0BBBF
(208,187,191)
#DED1D4
(222,209,212)
#ECE7E9
(236,231,233)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #600B17 color. Also use rgb(96,11,23) instead hex code.

Text Font Color

.myTextColor { color: #600B17; }

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

This text font color is #600B17.


Background Color

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

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

This div background color is #600B17.


Border color

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

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

This div border color is #600B17.


Opacity

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

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

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

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

This text has shadow with #600B17 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #600B17 on black background.


Color preview on white background

This text has color #600B17 on white background.



Black color preview on #600B17 background

This text has black color on #600B17 background.


White color preview on #600B17 background

This text has white color on #600B17 background.