COLOR #601C30

HEX: #601C30
RGB: (96,28,48)

Color info

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

RGB color model

#601C30 color RGB value is (96,28,48).

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

RGB channels and saturation

R 96 of 255 = 38%
G 28 of 255 = 11%
B 48 of 255 = 19%

96
28
48

R + G + B ~ 23%. #601C30 is dark color.

Portions of RGB colors in percentages

R + G + B =
96 + 28 + 48 = 172 (100%)
R 96 of 172 ~ 55.81%
G 28 of 172 ~ 16.28%
B 48 of 172 ~ 27.91%

%55.81
%16.28
%27.91

CMYK color model

#601C30 color CMYK value is (0,71,50,62).

  • cyan value is 0.00%
  • magenta value is 70.83%
  • yellow value is 50.00%
  • key color value is 62.35%
CMYK:
(0,71,50,62)
C0M71Y50K62 
(0%,71%,50%,62%)
(0.00/0.71/0.50/0.62)	

CMYK percentages

%0
%70.83
%50
%62.35

Codes

Color #601C30 in popluar color models

601C30
RGB962848
HSL342°54.84%24.31%
HSB/HSV342°70.83%37.65%
CMYK0.00%70.83%50.00%
62.35%

Color #601C30 in popluar number systems.

HEX601C30
Decimal962848
Binary110000011100110000
Octal1403460

Shades and tints

Shades of #601C30

#601C30
(96,28,48)
#581A2C
(88,26,44)
#501828
(80,24,40)
#481624
(72,22,36)
#401420
(64,20,32)
#38121C
(56,18,28)
#301018
(48,16,24)
#280E14
(40,14,20)
#200C10
(32,12,16)
#180A0C
(24,10,12)
#100808
(16,8,8)
#000000
(0,0,0)

Tints of #601C30

#601C30
(96,28,48)
#6E3042
(110,48,66)
#7C4454
(124,68,84)
#8A5866
(138,88,102)
#986C78
(152,108,120)
#A6808A
(166,128,138)
#B4949C
(180,148,156)
#C2A8AE
(194,168,174)
#D0BCC0
(208,188,192)
#DED0D2
(222,208,210)
#ECE4E4
(236,228,228)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #601C30; }

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

This text font color is #601C30.


Background Color

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

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

This div background color is #601C30.


Border color

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

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

This div border color is #601C30.


Opacity

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

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

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

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

This text has shadow with #601C30 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #601C30 on black background.


Color preview on white background

This text has color #601C30 on white background.



Black color preview on #601C30 background

This text has black color on #601C30 background.


White color preview on #601C30 background

This text has white color on #601C30 background.