COLOR #601B4B

HEX: #601B4B
RGB: (96,27,75)

Color info

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

RGB color model

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

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

RGB channels and saturation

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

96
27
75

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

Portions of RGB colors in percentages

R + G + B =
96 + 27 + 75 = 198 (100%)
R 96 of 198 ~ 48.48%
G 27 of 198 ~ 13.64%
B 75 of 198 ~ 37.88%

%48.48
%13.64
%37.88

CMYK color model

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

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

CMYK percentages

%0
%71.88
%21.88
%62.35

Codes

Color #601B4B in popluar color models

601B4B
RGB962775
HSL318°56.10%24.12%
HSB/HSV318°71.88%37.65%
CMYK0.00%71.88%21.88%
62.35%

Color #601B4B in popluar number systems.

HEX601B4B
Decimal962775
Binary1100000110111001011
Octal14033113

Shades and tints

Shades of #601B4B

#601B4B
(96,27,75)
#581945
(88,25,69)
#50173F
(80,23,63)
#481539
(72,21,57)
#401333
(64,19,51)
#38112D
(56,17,45)
#300F27
(48,15,39)
#280D21
(40,13,33)
#200B1B
(32,11,27)
#180915
(24,9,21)
#10070F
(16,7,15)
#000000
(0,0,0)

Tints of #601B4B

#601B4B
(96,27,75)
#6E2F5B
(110,47,91)
#7C436B
(124,67,107)
#8A577B
(138,87,123)
#986B8B
(152,107,139)
#A67F9B
(166,127,155)
#B493AB
(180,147,171)
#C2A7BB
(194,167,187)
#D0BBCB
(208,187,203)
#DECFDB
(222,207,219)
#ECE3EB
(236,227,235)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #601B4B; }

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

This text font color is #601B4B.


Background Color

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

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

This div background color is #601B4B.


Border color

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

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

This div border color is #601B4B.


Opacity

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

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

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

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

This text has shadow with #601B4B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #601B4B on black background.


Color preview on white background

This text has color #601B4B on white background.



Black color preview on #601B4B background

This text has black color on #601B4B background.


White color preview on #601B4B background

This text has white color on #601B4B background.