COLOR #601C3B

HEX: #601C3B
RGB: (96,28,59)

Color info

#601C3B contains mainly red and blue colors. Web safe color of #601C3B is #663333 (or #633).

RGB color model

#601C3B color RGB value is (96,28,59).

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

RGB channels and saturation

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

96
28
59

R + G + B ~ 24%. #601C3B is dark color.

Portions of RGB colors in percentages

R + G + B =
96 + 28 + 59 = 183 (100%)
R 96 of 183 ~ 52.46%
G 28 of 183 ~ 15.3%
B 59 of 183 ~ 32.24%

%52.46
%15.3
%32.24

CMYK color model

#601C3B color CMYK value is (0,71,39,62).

  • cyan value is 0.00%
  • magenta value is 70.83%
  • yellow value is 38.54%
  • key color value is 62.35%
CMYK:
(0,71,39,62)
C0M71Y39K62 
(0%,71%,39%,62%)
(0.00/0.71/0.39/0.62)	

CMYK percentages

%0
%70.83
%38.54
%62.35

Codes

Color #601C3B in popluar color models

601C3B
RGB962859
HSL333°54.84%24.31%
HSB/HSV333°70.83%37.65%
CMYK0.00%70.83%38.54%
62.35%

Color #601C3B in popluar number systems.

HEX601C3B
Decimal962859
Binary110000011100111011
Octal1403473

Shades and tints

Shades of #601C3B

#601C3B
(96,28,59)
#581A36
(88,26,54)
#501831
(80,24,49)
#48162C
(72,22,44)
#401427
(64,20,39)
#381222
(56,18,34)
#30101D
(48,16,29)
#280E18
(40,14,24)
#200C13
(32,12,19)
#180A0E
(24,10,14)
#100809
(16,8,9)
#000000
(0,0,0)

Tints of #601C3B

#601C3B
(96,28,59)
#6E304C
(110,48,76)
#7C445D
(124,68,93)
#8A586E
(138,88,110)
#986C7F
(152,108,127)
#A68090
(166,128,144)
#B494A1
(180,148,161)
#C2A8B2
(194,168,178)
#D0BCC3
(208,188,195)
#DED0D4
(222,208,212)
#ECE4E5
(236,228,229)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #601C3B; }

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

This text font color is #601C3B.


Background Color

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

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

This div background color is #601C3B.


Border color

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

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

This div border color is #601C3B.


Opacity

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

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

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

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

This text has shadow with #601C3B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #601C3B on black background.


Color preview on white background

This text has color #601C3B on white background.



Black color preview on #601C3B background

This text has black color on #601C3B background.


White color preview on #601C3B background

This text has white color on #601C3B background.