COLOR #601851

HEX: #601851
RGB: (96,24,81)

Color info

#601851 contains mainly red and blue colors. Web safe color of #601851 is #660066 (or #606).

RGB color model

#601851 color RGB value is (96,24,81).

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

RGB channels and saturation

R 96 of 255 = 38%
G 24 of 255 = 9%
B 81 of 255 = 32%

96
24
81

R + G + B ~ 26%. #601851 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
96 + 24 + 81 = 201 (100%)
R 96 of 201 ~ 47.76%
G 24 of 201 ~ 11.94%
B 81 of 201 ~ 40.3%

%47.76
%11.94
%40.3

CMYK color model

#601851 color CMYK value is (0,75,16,62).

  • cyan value is 0.00%
  • magenta value is 75.00%
  • yellow value is 15.63%
  • key color value is 62.35%
CMYK:
(0,75,16,62)
C0M75Y16K62 
(0%,75%,16%,62%)
(0.00/0.75/0.16/0.62)	

CMYK percentages

%0
%75
%15.63
%62.35

Codes

Color #601851 in popluar color models

601851
RGB962481
HSL313°60.00%23.53%
HSB/HSV313°75.00%37.65%
CMYK0.00%75.00%15.63%
62.35%

Color #601851 in popluar number systems.

HEX601851
Decimal962481
Binary1100000110001010001
Octal14030121

Shades and tints

Shades of #601851

#601851
(96,24,81)
#58164A
(88,22,74)
#501443
(80,20,67)
#48123C
(72,18,60)
#401035
(64,16,53)
#380E2E
(56,14,46)
#300C27
(48,12,39)
#280A20
(40,10,32)
#200819
(32,8,25)
#180612
(24,6,18)
#10040B
(16,4,11)
#000000
(0,0,0)

Tints of #601851

#601851
(96,24,81)
#6E2D60
(110,45,96)
#7C426F
(124,66,111)
#8A577E
(138,87,126)
#986C8D
(152,108,141)
#A6819C
(166,129,156)
#B496AB
(180,150,171)
#C2ABBA
(194,171,186)
#D0C0C9
(208,192,201)
#DED5D8
(222,213,216)
#ECEAE7
(236,234,231)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #601851; }

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

This text font color is #601851.


Background Color

.myBgColor { background-color: #601851; }

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

This div background color is #601851.


Border color

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

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

This div border color is #601851.


Opacity

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

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

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

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

This text has shadow with #601851 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #601851 on black background.


Color preview on white background

This text has color #601851 on white background.



Black color preview on #601851 background

This text has black color on #601851 background.


White color preview on #601851 background

This text has white color on #601851 background.