COLOR #601918

HEX: #601918
RGB: (96,25,24)

Color info

#601918 contains mainly red color. Web safe color of #601918 is #660000 (or #600).

RGB color model

#601918 color RGB value is (96,25,24).

  • red value is 96;
  • green value is 25;
  • blue value is 24.
RGB:
(96,25,24)
(38%,10%,9%)

RGB channels and saturation

R 96 of 255 = 38%
G 25 of 255 = 10%
B 24 of 255 = 9%

96
25
24

R + G + B ~ 19%. #601918 is dark color.

Portions of RGB colors in percentages

R + G + B =
96 + 25 + 24 = 145 (100%)
R 96 of 145 ~ 66.21%
G 25 of 145 ~ 17.24%
B 24 of 145 ~ 16.55%

%66.21
%17.24
%16.55

CMYK color model

#601918 color CMYK value is (0,74,75,62).

  • cyan value is 0.00%
  • magenta value is 73.96%
  • yellow value is 75.00%
  • key color value is 62.35%
CMYK:
(0,74,75,62)
C0M74Y75K62 
(0%,74%,75%,62%)
(0.00/0.74/0.75/0.62)	

CMYK percentages

%0
%73.96
%75
%62.35

Codes

Color #601918 in popluar color models

601918
RGB962524
HSL60.00%23.53%
HSB/HSV75.00%37.65%
CMYK0.00%73.96%75.00%
62.35%

Color #601918 in popluar number systems.

HEX601918
Decimal962524
Binary11000001100111000
Octal1403130

Shades and tints

Shades of #601918

#601918
(96,25,24)
#581716
(88,23,22)
#501514
(80,21,20)
#481312
(72,19,18)
#401110
(64,17,16)
#380F0E
(56,15,14)
#300D0C
(48,13,12)
#280B0A
(40,11,10)
#200908
(32,9,8)
#180706
(24,7,6)
#100504
(16,5,4)
#000000
(0,0,0)

Tints of #601918

#601918
(96,25,24)
#6E2D2D
(110,45,45)
#7C4142
(124,65,66)
#8A5557
(138,85,87)
#98696C
(152,105,108)
#A67D81
(166,125,129)
#B49196
(180,145,150)
#C2A5AB
(194,165,171)
#D0B9C0
(208,185,192)
#DECDD5
(222,205,213)
#ECE1EA
(236,225,234)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #601918 color. Also use rgb(96,25,24) instead hex code.

Text Font Color

.myTextColor { color: #601918; }

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

This text font color is #601918.


Background Color

.myBgColor { background-color: #601918; }

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

This div background color is #601918.


Border color

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

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

This div border color is #601918.


Opacity

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

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

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

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

This text has shadow with #601918 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #601918 on black background.


Color preview on white background

This text has color #601918 on white background.



Black color preview on #601918 background

This text has black color on #601918 background.


White color preview on #601918 background

This text has white color on #601918 background.