COLOR #601B1B

HEX: #601B1B
RGB: (96,27,27)

Color info

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

RGB color model

#601B1B color RGB value is (96,27,27).

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

RGB channels and saturation

R 96 of 255 = 38%
G 27 of 255 = 11%
B 27 of 255 = 11%

96
27
27

R + G + B ~ 20%. #601B1B is dark color.

Portions of RGB colors in percentages

R + G + B =
96 + 27 + 27 = 150 (100%)
R 96 of 150 ~ 64%
G 27 of 150 ~ 18%
B 27 of 150 ~ 18%

%64
%18
%18

CMYK color model

#601B1B color CMYK value is (0,72,72,62).

  • cyan value is 0.00%
  • magenta value is 71.88%
  • yellow value is 71.88%
  • key color value is 62.35%
CMYK:
(0,72,72,62)
C0M72Y72K62 
(0%,72%,72%,62%)
(0.00/0.72/0.72/0.62)	

CMYK percentages

%0
%71.88
%71.88
%62.35

Codes

Color #601B1B in popluar color models

601B1B
RGB962727
HSL56.10%24.12%
HSB/HSV71.88%37.65%
CMYK0.00%71.88%71.88%
62.35%

Color #601B1B in popluar number systems.

HEX601B1B
Decimal962727
Binary11000001101111011
Octal1403333

Shades and tints

Shades of #601B1B

#601B1B
(96,27,27)
#581919
(88,25,25)
#501717
(80,23,23)
#481515
(72,21,21)
#401313
(64,19,19)
#381111
(56,17,17)
#300F0F
(48,15,15)
#280D0D
(40,13,13)
#200B0B
(32,11,11)
#180909
(24,9,9)
#100707
(16,7,7)
#000000
(0,0,0)

Tints of #601B1B

#601B1B
(96,27,27)
#6E2F2F
(110,47,47)
#7C4343
(124,67,67)
#8A5757
(138,87,87)
#986B6B
(152,107,107)
#A67F7F
(166,127,127)
#B49393
(180,147,147)
#C2A7A7
(194,167,167)
#D0BBBB
(208,187,187)
#DECFCF
(222,207,207)
#ECE3E3
(236,227,227)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #601B1B; }

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

This text font color is #601B1B.


Background Color

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

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

This div background color is #601B1B.


Border color

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

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

This div border color is #601B1B.


Opacity

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

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

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

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

This text has shadow with #601B1B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #601B1B on black background.


Color preview on white background

This text has color #601B1B on white background.



Black color preview on #601B1B background

This text has black color on #601B1B background.


White color preview on #601B1B background

This text has white color on #601B1B background.