COLOR #601F1F

HEX: #601F1F
RGB: (96,31,31)

Color info

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

RGB color model

#601F1F color RGB value is (96,31,31).

  • red value is 96;
  • green value is 31;
  • blue value is 31.
RGB:
(96,31,31)
(38%,12%,12%)

RGB channels and saturation

R 96 of 255 = 38%
G 31 of 255 = 12%
B 31 of 255 = 12%

96
31
31

R + G + B ~ 21%. #601F1F is dark color.

Portions of RGB colors in percentages

R + G + B =
96 + 31 + 31 = 158 (100%)
R 96 of 158 ~ 60.76%
G 31 of 158 ~ 19.62%
B 31 of 158 ~ 19.62%

%60.76
%19.62
%19.62

CMYK color model

#601F1F color CMYK value is (0,68,68,62).

  • cyan value is 0.00%
  • magenta value is 67.71%
  • yellow value is 67.71%
  • key color value is 62.35%
CMYK:
(0,68,68,62)
C0M68Y68K62 
(0%,68%,68%,62%)
(0.00/0.68/0.68/0.62)	

CMYK percentages

%0
%67.71
%67.71
%62.35

Codes

Color #601F1F in popluar color models

601F1F
RGB963131
HSL51.18%24.90%
HSB/HSV67.71%37.65%
CMYK0.00%67.71%67.71%
62.35%

Color #601F1F in popluar number systems.

HEX601F1F
Decimal963131
Binary11000001111111111
Octal1403737

Shades and tints

Shades of #601F1F

#601F1F
(96,31,31)
#581D1D
(88,29,29)
#501B1B
(80,27,27)
#481919
(72,25,25)
#401717
(64,23,23)
#381515
(56,21,21)
#301313
(48,19,19)
#281111
(40,17,17)
#200F0F
(32,15,15)
#180D0D
(24,13,13)
#100B0B
(16,11,11)
#000000
(0,0,0)

Tints of #601F1F

#601F1F
(96,31,31)
#6E3333
(110,51,51)
#7C4747
(124,71,71)
#8A5B5B
(138,91,91)
#986F6F
(152,111,111)
#A68383
(166,131,131)
#B49797
(180,151,151)
#C2ABAB
(194,171,171)
#D0BFBF
(208,191,191)
#DED3D3
(222,211,211)
#ECE7E7
(236,231,231)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #601F1F; }

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

This text font color is #601F1F.


Background Color

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

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

This div background color is #601F1F.


Border color

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

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

This div border color is #601F1F.


Opacity

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

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

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

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

This text has shadow with #601F1F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #601F1F on black background.


Color preview on white background

This text has color #601F1F on white background.



Black color preview on #601F1F background

This text has black color on #601F1F background.


White color preview on #601F1F background

This text has white color on #601F1F background.