COLOR #600517

HEX: #600517
RGB: (96,5,23)

Color info

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

RGB color model

#600517 color RGB value is (96,5,23).

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

RGB channels and saturation

R 96 of 255 = 38%
G 5 of 255 = 2%
B 23 of 255 = 9%

96
5
23

R + G + B ~ 16%. #600517 is dark color.

Portions of RGB colors in percentages

R + G + B =
96 + 5 + 23 = 124 (100%)
R 96 of 124 ~ 77.42%
G 5 of 124 ~ 4.03%
B 23 of 124 ~ 18.55%

%77.42
%18.55

CMYK color model

#600517 color CMYK value is (0,95,76,62).

  • cyan value is 0.00%
  • magenta value is 94.79%
  • yellow value is 76.04%
  • key color value is 62.35%
CMYK:
(0,95,76,62)
C0M95Y76K62 
(0%,95%,76%,62%)
(0.00/0.95/0.76/0.62)	

CMYK percentages

%0
%94.79
%76.04
%62.35

Codes

Color #600517 in popluar color models

600517
RGB96523
HSL348°90.10%19.80%
HSB/HSV348°94.79%37.65%
CMYK0.00%94.79%76.04%
62.35%

Color #600517 in popluar number systems.

HEX600517
Decimal96523
Binary110000010110111
Octal140527

Shades and tints

Shades of #600517

#600517
(96,5,23)
#580515
(88,5,21)
#500513
(80,5,19)
#480511
(72,5,17)
#40050F
(64,5,15)
#38050D
(56,5,13)
#30050B
(48,5,11)
#280509
(40,5,9)
#200507
(32,5,7)
#180505
(24,5,5)
#100503
(16,5,3)
#000000
(0,0,0)

Tints of #600517

#600517
(96,5,23)
#6E1B2C
(110,27,44)
#7C3141
(124,49,65)
#8A4756
(138,71,86)
#985D6B
(152,93,107)
#A67380
(166,115,128)
#B48995
(180,137,149)
#C29FAA
(194,159,170)
#D0B5BF
(208,181,191)
#DECBD4
(222,203,212)
#ECE1E9
(236,225,233)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #600517; }

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

This text font color is #600517.


Background Color

.myBgColor { background-color: #600517; }

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

This div background color is #600517.


Border color

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

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

This div border color is #600517.


Opacity

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

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

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

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

This text has shadow with #600517 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #600517 on black background.


Color preview on white background

This text has color #600517 on white background.



Black color preview on #600517 background

This text has black color on #600517 background.


White color preview on #600517 background

This text has white color on #600517 background.