COLOR #601C17

HEX: #601C17
RGB: (96,28,23)

Color info

#601C17 contains mainly red color. Web safe color of #601C17 is #663300 (or #630).

RGB color model

#601C17 color RGB value is (96,28,23).

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

RGB channels and saturation

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

96
28
23

R + G + B ~ 19%. #601C17 is dark color.

Portions of RGB colors in percentages

R + G + B =
96 + 28 + 23 = 147 (100%)
R 96 of 147 ~ 65.31%
G 28 of 147 ~ 19.05%
B 23 of 147 ~ 15.65%

%65.31
%19.05
%15.65

CMYK color model

#601C17 color CMYK value is (0,71,76,62).

  • cyan value is 0.00%
  • magenta value is 70.83%
  • yellow value is 76.04%
  • key color value is 62.35%
CMYK:
(0,71,76,62)
C0M71Y76K62 
(0%,71%,76%,62%)
(0.00/0.71/0.76/0.62)	

CMYK percentages

%0
%70.83
%76.04
%62.35

Codes

Color #601C17 in popluar color models

601C17
RGB962823
HSL61.34%23.33%
HSB/HSV76.04%37.65%
CMYK0.00%70.83%76.04%
62.35%

Color #601C17 in popluar number systems.

HEX601C17
Decimal962823
Binary11000001110010111
Octal1403427

Shades and tints

Shades of #601C17

#601C17
(96,28,23)
#581A15
(88,26,21)
#501813
(80,24,19)
#481611
(72,22,17)
#40140F
(64,20,15)
#38120D
(56,18,13)
#30100B
(48,16,11)
#280E09
(40,14,9)
#200C07
(32,12,7)
#180A05
(24,10,5)
#100803
(16,8,3)
#000000
(0,0,0)

Tints of #601C17

#601C17
(96,28,23)
#6E302C
(110,48,44)
#7C4441
(124,68,65)
#8A5856
(138,88,86)
#986C6B
(152,108,107)
#A68080
(166,128,128)
#B49495
(180,148,149)
#C2A8AA
(194,168,170)
#D0BCBF
(208,188,191)
#DED0D4
(222,208,212)
#ECE4E9
(236,228,233)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #601C17; }

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

This text font color is #601C17.


Background Color

.myBgColor { background-color: #601C17; }

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

This div background color is #601C17.


Border color

.myBorderColor { border: 1px solid #601C17; }

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

This div border color is #601C17.


Opacity

.myOpacity80 { color: #601C17; opacity: 0.8; }

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

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

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

This text has shadow with #601C17 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #601C17 on black background.


Color preview on white background

This text has color #601C17 on white background.



Black color preview on #601C17 background

This text has black color on #601C17 background.


White color preview on #601C17 background

This text has white color on #601C17 background.