COLOR #601626

HEX: #601626
RGB: (96,22,38)

Color info

#601626 contains mainly red and blue colors. Web safe color of #601626 is #660033 (or #603).

RGB color model

#601626 color RGB value is (96,22,38).

  • red value is 96;
  • green value is 22;
  • blue value is 38.
RGB:
(96,22,38)
(38%,9%,15%)

RGB channels and saturation

R 96 of 255 = 38%
G 22 of 255 = 9%
B 38 of 255 = 15%

96
22
38

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

Portions of RGB colors in percentages

R + G + B =
96 + 22 + 38 = 156 (100%)
R 96 of 156 ~ 61.54%
G 22 of 156 ~ 14.1%
B 38 of 156 ~ 24.36%

%61.54
%14.1
%24.36

CMYK color model

#601626 color CMYK value is (0,77,60,62).

  • cyan value is 0.00%
  • magenta value is 77.08%
  • yellow value is 60.42%
  • key color value is 62.35%
CMYK:
(0,77,60,62)
C0M77Y60K62 
(0%,77%,60%,62%)
(0.00/0.77/0.60/0.62)	

CMYK percentages

%0
%77.08
%60.42
%62.35

Codes

Color #601626 in popluar color models

601626
RGB962238
HSL347°62.71%23.14%
HSB/HSV347°77.08%37.65%
CMYK0.00%77.08%60.42%
62.35%

Color #601626 in popluar number systems.

HEX601626
Decimal962238
Binary110000010110100110
Octal1402646

Shades and tints

Shades of #601626

#601626
(96,22,38)
#581423
(88,20,35)
#501220
(80,18,32)
#48101D
(72,16,29)
#400E1A
(64,14,26)
#380C17
(56,12,23)
#300A14
(48,10,20)
#280811
(40,8,17)
#20060E
(32,6,14)
#18040B
(24,4,11)
#100208
(16,2,8)
#000000
(0,0,0)

Tints of #601626

#601626
(96,22,38)
#6E2B39
(110,43,57)
#7C404C
(124,64,76)
#8A555F
(138,85,95)
#986A72
(152,106,114)
#A67F85
(166,127,133)
#B49498
(180,148,152)
#C2A9AB
(194,169,171)
#D0BEBE
(208,190,190)
#DED3D1
(222,211,209)
#ECE8E4
(236,232,228)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #601626 color. Also use rgb(96,22,38) instead hex code.

Text Font Color

.myTextColor { color: #601626; }

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

This text font color is #601626.


Background Color

.myBgColor { background-color: #601626; }

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

This div background color is #601626.


Border color

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

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

This div border color is #601626.


Opacity

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

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

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

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

This text has shadow with #601626 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #601626 on black background.


Color preview on white background

This text has color #601626 on white background.



Black color preview on #601626 background

This text has black color on #601626 background.


White color preview on #601626 background

This text has white color on #601626 background.