COLOR #601C12

HEX: #601C12
RGB: (96,28,18)

Color info

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

RGB color model

#601C12 color RGB value is (96,28,18).

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

RGB channels and saturation

R 96 of 255 = 38%
G 28 of 255 = 11%
B 18 of 255 = 7%

96
28
18

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

Portions of RGB colors in percentages

R + G + B =
96 + 28 + 18 = 142 (100%)
R 96 of 142 ~ 67.61%
G 28 of 142 ~ 19.72%
B 18 of 142 ~ 12.68%

%67.61
%19.72
%12.68

CMYK color model

#601C12 color CMYK value is (0,71,81,62).

  • cyan value is 0.00%
  • magenta value is 70.83%
  • yellow value is 81.25%
  • key color value is 62.35%
CMYK:
(0,71,81,62)
C0M71Y81K62 
(0%,71%,81%,62%)
(0.00/0.71/0.81/0.62)	

CMYK percentages

%0
%70.83
%81.25
%62.35

Codes

Color #601C12 in popluar color models

601C12
RGB962818
HSL68.42%22.35%
HSB/HSV81.25%37.65%
CMYK0.00%70.83%81.25%
62.35%

Color #601C12 in popluar number systems.

HEX601C12
Decimal962818
Binary11000001110010010
Octal1403422

Shades and tints

Shades of #601C12

#601C12
(96,28,18)
#581A11
(88,26,17)
#501810
(80,24,16)
#48160F
(72,22,15)
#40140E
(64,20,14)
#38120D
(56,18,13)
#30100C
(48,16,12)
#280E0B
(40,14,11)
#200C0A
(32,12,10)
#180A09
(24,10,9)
#100808
(16,8,8)
#000000
(0,0,0)

Tints of #601C12

#601C12
(96,28,18)
#6E3027
(110,48,39)
#7C443C
(124,68,60)
#8A5851
(138,88,81)
#986C66
(152,108,102)
#A6807B
(166,128,123)
#B49490
(180,148,144)
#C2A8A5
(194,168,165)
#D0BCBA
(208,188,186)
#DED0CF
(222,208,207)
#ECE4E4
(236,228,228)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #601C12; }

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

This text font color is #601C12.


Background Color

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

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

This div background color is #601C12.


Border color

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

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

This div border color is #601C12.


Opacity

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

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

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

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

This text has shadow with #601C12 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #601C12 on black background.


Color preview on white background

This text has color #601C12 on white background.



Black color preview on #601C12 background

This text has black color on #601C12 background.


White color preview on #601C12 background

This text has white color on #601C12 background.