COLOR #601B00

HEX: #601B00
RGB: (96,27,0)

Color info

#601B00 contains mainly red color. Web safe color of #601B00 is #663300 (or #630).

RGB color model

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

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

RGB channels and saturation

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

96
27
0

R + G + B ~ 16%. #601B00 is dark color.

Portions of RGB colors in percentages

R + G + B =
96 + 27 + 0 = 123 (100%)
R 96 of 123 ~ 78.05%
G 27 of 123 ~ 21.95%
B 0 of 123 ~ 0%

%78.05
%21.95

CMYK color model

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

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

CMYK percentages

%0
%71.88
%100
%62.35

Codes

Color #601B00 in popluar color models

601B00
RGB96270
HSL17°100.00%18.82%
HSB/HSV17°100.00%37.65%
CMYK0.00%71.88%100.00%
62.35%

Color #601B00 in popluar number systems.

HEX601B00
Decimal96270
Binary1100000110110
Octal140330

Shades and tints

Shades of #601B00

#601B00
(96,27,0)
#581900
(88,25,0)
#501700
(80,23,0)
#481500
(72,21,0)
#401300
(64,19,0)
#381100
(56,17,0)
#300F00
(48,15,0)
#280D00
(40,13,0)
#200B00
(32,11,0)
#180900
(24,9,0)
#100700
(16,7,0)
#000000
(0,0,0)

Tints of #601B00

#601B00
(96,27,0)
#6E2F17
(110,47,23)
#7C432E
(124,67,46)
#8A5745
(138,87,69)
#986B5C
(152,107,92)
#A67F73
(166,127,115)
#B4938A
(180,147,138)
#C2A7A1
(194,167,161)
#D0BBB8
(208,187,184)
#DECFCF
(222,207,207)
#ECE3E6
(236,227,230)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #601B00; }

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

This text font color is #601B00.


Background Color

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

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

This div background color is #601B00.


Border color

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

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

This div border color is #601B00.


Opacity

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

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

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

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

This text has shadow with #601B00 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #601B00 on black background.


Color preview on white background

This text has color #601B00 on white background.



Black color preview on #601B00 background

This text has black color on #601B00 background.


White color preview on #601B00 background

This text has white color on #601B00 background.