COLOR #601C1D

HEX: #601C1D
RGB: (96,28,29)

Color info

#601C1D contains mainly red color. Web safe color of #601C1D is #663333 (or #633).

RGB color model

#601C1D color RGB value is (96,28,29).

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

RGB channels and saturation

R 96 of 255 = 38%
G 28 of 255 = 11%
B 29 of 255 = 11%

96
28
29

R + G + B ~ 20%. #601C1D is dark color.

Portions of RGB colors in percentages

R + G + B =
96 + 28 + 29 = 153 (100%)
R 96 of 153 ~ 62.75%
G 28 of 153 ~ 18.3%
B 29 of 153 ~ 18.95%

%62.75
%18.3
%18.95

CMYK color model

#601C1D color CMYK value is (0,71,70,62).

  • cyan value is 0.00%
  • magenta value is 70.83%
  • yellow value is 69.79%
  • key color value is 62.35%
CMYK:
(0,71,70,62)
C0M71Y70K62 
(0%,71%,70%,62%)
(0.00/0.71/0.70/0.62)	

CMYK percentages

%0
%70.83
%69.79
%62.35

Codes

Color #601C1D in popluar color models

601C1D
RGB962829
HSL359°54.84%24.31%
HSB/HSV359°70.83%37.65%
CMYK0.00%70.83%69.79%
62.35%

Color #601C1D in popluar number systems.

HEX601C1D
Decimal962829
Binary11000001110011101
Octal1403435

Shades and tints

Shades of #601C1D

#601C1D
(96,28,29)
#581A1B
(88,26,27)
#501819
(80,24,25)
#481617
(72,22,23)
#401415
(64,20,21)
#381213
(56,18,19)
#301011
(48,16,17)
#280E0F
(40,14,15)
#200C0D
(32,12,13)
#180A0B
(24,10,11)
#100809
(16,8,9)
#000000
(0,0,0)

Tints of #601C1D

#601C1D
(96,28,29)
#6E3031
(110,48,49)
#7C4445
(124,68,69)
#8A5859
(138,88,89)
#986C6D
(152,108,109)
#A68081
(166,128,129)
#B49495
(180,148,149)
#C2A8A9
(194,168,169)
#D0BCBD
(208,188,189)
#DED0D1
(222,208,209)
#ECE4E5
(236,228,229)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #601C1D; }

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

This text font color is #601C1D.


Background Color

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

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

This div background color is #601C1D.


Border color

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

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

This div border color is #601C1D.


Opacity

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

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

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

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

This text has shadow with #601C1D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #601C1D on black background.


Color preview on white background

This text has color #601C1D on white background.



Black color preview on #601C1D background

This text has black color on #601C1D background.


White color preview on #601C1D background

This text has white color on #601C1D background.