COLOR #601F40

HEX: #601F40
RGB: (96,31,64)

Color info

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

RGB color model

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

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

RGB channels and saturation

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

96
31
64

R + G + B ~ 25%. #601F40 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
96 + 31 + 64 = 191 (100%)
R 96 of 191 ~ 50.26%
G 31 of 191 ~ 16.23%
B 64 of 191 ~ 33.51%

%50.26
%16.23
%33.51

CMYK color model

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

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

CMYK percentages

%0
%67.71
%33.33
%62.35

Codes

Color #601F40 in popluar color models

601F40
RGB963164
HSL330°51.18%24.90%
HSB/HSV330°67.71%37.65%
CMYK0.00%67.71%33.33%
62.35%

Color #601F40 in popluar number systems.

HEX601F40
Decimal963164
Binary1100000111111000000
Octal14037100

Shades and tints

Shades of #601F40

#601F40
(96,31,64)
#581D3B
(88,29,59)
#501B36
(80,27,54)
#481931
(72,25,49)
#40172C
(64,23,44)
#381527
(56,21,39)
#301322
(48,19,34)
#28111D
(40,17,29)
#200F18
(32,15,24)
#180D13
(24,13,19)
#100B0E
(16,11,14)
#000000
(0,0,0)

Tints of #601F40

#601F40
(96,31,64)
#6E3351
(110,51,81)
#7C4762
(124,71,98)
#8A5B73
(138,91,115)
#986F84
(152,111,132)
#A68395
(166,131,149)
#B497A6
(180,151,166)
#C2ABB7
(194,171,183)
#D0BFC8
(208,191,200)
#DED3D9
(222,211,217)
#ECE7EA
(236,231,234)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #601F40; }

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

This text font color is #601F40.


Background Color

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

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

This div background color is #601F40.


Border color

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

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

This div border color is #601F40.


Opacity

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

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

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

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

This text has shadow with #601F40 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #601F40 on black background.


Color preview on white background

This text has color #601F40 on white background.



Black color preview on #601F40 background

This text has black color on #601F40 background.


White color preview on #601F40 background

This text has white color on #601F40 background.