COLOR #601F3A

HEX: #601F3A
RGB: (96,31,58)

Color info

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

RGB color model

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

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

RGB channels and saturation

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

96
31
58

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

Portions of RGB colors in percentages

R + G + B =
96 + 31 + 58 = 185 (100%)
R 96 of 185 ~ 51.89%
G 31 of 185 ~ 16.76%
B 58 of 185 ~ 31.35%

%51.89
%16.76
%31.35

CMYK color model

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

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

CMYK percentages

%0
%67.71
%39.58
%62.35

Codes

Color #601F3A in popluar color models

601F3A
RGB963158
HSL335°51.18%24.90%
HSB/HSV335°67.71%37.65%
CMYK0.00%67.71%39.58%
62.35%

Color #601F3A in popluar number systems.

HEX601F3A
Decimal963158
Binary110000011111111010
Octal1403772

Shades and tints

Shades of #601F3A

#601F3A
(96,31,58)
#581D35
(88,29,53)
#501B30
(80,27,48)
#48192B
(72,25,43)
#401726
(64,23,38)
#381521
(56,21,33)
#30131C
(48,19,28)
#281117
(40,17,23)
#200F12
(32,15,18)
#180D0D
(24,13,13)
#100B08
(16,11,8)
#000000
(0,0,0)

Tints of #601F3A

#601F3A
(96,31,58)
#6E334B
(110,51,75)
#7C475C
(124,71,92)
#8A5B6D
(138,91,109)
#986F7E
(152,111,126)
#A6838F
(166,131,143)
#B497A0
(180,151,160)
#C2ABB1
(194,171,177)
#D0BFC2
(208,191,194)
#DED3D3
(222,211,211)
#ECE7E4
(236,231,228)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #601F3A; }

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

This text font color is #601F3A.


Background Color

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

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

This div background color is #601F3A.


Border color

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

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

This div border color is #601F3A.


Opacity

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

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

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

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

This text has shadow with #601F3A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #601F3A on black background.


Color preview on white background

This text has color #601F3A on white background.



Black color preview on #601F3A background

This text has black color on #601F3A background.


White color preview on #601F3A background

This text has white color on #601F3A background.