COLOR #601412

HEX: #601412
RGB: (96,20,18)

Color info

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

RGB color model

#601412 color RGB value is (96,20,18).

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

RGB channels and saturation

R 96 of 255 = 38%
G 20 of 255 = 8%
B 18 of 255 = 7%

96
20
18

R + G + B ~ 18%. #601412 is dark color.

Portions of RGB colors in percentages

R + G + B =
96 + 20 + 18 = 134 (100%)
R 96 of 134 ~ 71.64%
G 20 of 134 ~ 14.93%
B 18 of 134 ~ 13.43%

%71.64
%14.93
%13.43

CMYK color model

#601412 color CMYK value is (0,79,81,62).

  • cyan value is 0.00%
  • magenta value is 79.17%
  • yellow value is 81.25%
  • key color value is 62.35%
CMYK:
(0,79,81,62)
C0M79Y81K62 
(0%,79%,81%,62%)
(0.00/0.79/0.81/0.62)	

CMYK percentages

%0
%79.17
%81.25
%62.35

Codes

Color #601412 in popluar color models

601412
RGB962018
HSL68.42%22.35%
HSB/HSV81.25%37.65%
CMYK0.00%79.17%81.25%
62.35%

Color #601412 in popluar number systems.

HEX601412
Decimal962018
Binary11000001010010010
Octal1402422

Shades and tints

Shades of #601412

#601412
(96,20,18)
#581311
(88,19,17)
#501210
(80,18,16)
#48110F
(72,17,15)
#40100E
(64,16,14)
#380F0D
(56,15,13)
#300E0C
(48,14,12)
#280D0B
(40,13,11)
#200C0A
(32,12,10)
#180B09
(24,11,9)
#100A08
(16,10,8)
#000000
(0,0,0)

Tints of #601412

#601412
(96,20,18)
#6E2927
(110,41,39)
#7C3E3C
(124,62,60)
#8A5351
(138,83,81)
#986866
(152,104,102)
#A67D7B
(166,125,123)
#B49290
(180,146,144)
#C2A7A5
(194,167,165)
#D0BCBA
(208,188,186)
#DED1CF
(222,209,207)
#ECE6E4
(236,230,228)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #601412; }

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

This text font color is #601412.


Background Color

.myBgColor { background-color: #601412; }

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

This div background color is #601412.


Border color

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

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

This div border color is #601412.


Opacity

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

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

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

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

This text has shadow with #601412 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #601412 on black background.


Color preview on white background

This text has color #601412 on white background.



Black color preview on #601412 background

This text has black color on #601412 background.


White color preview on #601412 background

This text has white color on #601412 background.