COLOR #601238

HEX: #601238
RGB: (96,18,56)

Color info

#601238 contains mainly red and blue colors. Web safe color of #601238 is #660033 (or #603).

RGB color model

#601238 color RGB value is (96,18,56).

  • red value is 96;
  • green value is 18;
  • blue value is 56.
RGB:
(96,18,56)
(38%,7%,22%)

RGB channels and saturation

R 96 of 255 = 38%
G 18 of 255 = 7%
B 56 of 255 = 22%

96
18
56

R + G + B ~ 22%. #601238 is dark color.

Portions of RGB colors in percentages

R + G + B =
96 + 18 + 56 = 170 (100%)
R 96 of 170 ~ 56.47%
G 18 of 170 ~ 10.59%
B 56 of 170 ~ 32.94%

%56.47
%10.59
%32.94

CMYK color model

#601238 color CMYK value is (0,81,42,62).

  • cyan value is 0.00%
  • magenta value is 81.25%
  • yellow value is 41.67%
  • key color value is 62.35%
CMYK:
(0,81,42,62)
C0M81Y42K62 
(0%,81%,42%,62%)
(0.00/0.81/0.42/0.62)	

CMYK percentages

%0
%81.25
%41.67
%62.35

Codes

Color #601238 in popluar color models

601238
RGB961856
HSL331°68.42%22.35%
HSB/HSV331°81.25%37.65%
CMYK0.00%81.25%41.67%
62.35%

Color #601238 in popluar number systems.

HEX601238
Decimal961856
Binary110000010010111000
Octal1402270

Shades and tints

Shades of #601238

#601238
(96,18,56)
#581133
(88,17,51)
#50102E
(80,16,46)
#480F29
(72,15,41)
#400E24
(64,14,36)
#380D1F
(56,13,31)
#300C1A
(48,12,26)
#280B15
(40,11,21)
#200A10
(32,10,16)
#18090B
(24,9,11)
#100806
(16,8,6)
#000000
(0,0,0)

Tints of #601238

#601238
(96,18,56)
#6E274A
(110,39,74)
#7C3C5C
(124,60,92)
#8A516E
(138,81,110)
#986680
(152,102,128)
#A67B92
(166,123,146)
#B490A4
(180,144,164)
#C2A5B6
(194,165,182)
#D0BAC8
(208,186,200)
#DECFDA
(222,207,218)
#ECE4EC
(236,228,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #601238 color. Also use rgb(96,18,56) instead hex code.

Text Font Color

.myTextColor { color: #601238; }

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

This text font color is #601238.


Background Color

.myBgColor { background-color: #601238; }

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

This div background color is #601238.


Border color

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

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

This div border color is #601238.


Opacity

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

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

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

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

This text has shadow with #601238 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #601238 on black background.


Color preview on white background

This text has color #601238 on white background.



Black color preview on #601238 background

This text has black color on #601238 background.


White color preview on #601238 background

This text has white color on #601238 background.