COLOR #601435

HEX: #601435
RGB: (96,20,53)

Color info

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

RGB color model

#601435 color RGB value is (96,20,53).

  • red value is 96;
  • green value is 20;
  • blue value is 53.
RGB:
(96,20,53)
(38%,8%,21%)

RGB channels and saturation

R 96 of 255 = 38%
G 20 of 255 = 8%
B 53 of 255 = 21%

96
20
53

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

Portions of RGB colors in percentages

R + G + B =
96 + 20 + 53 = 169 (100%)
R 96 of 169 ~ 56.8%
G 20 of 169 ~ 11.83%
B 53 of 169 ~ 31.36%

%56.8
%11.83
%31.36

CMYK color model

#601435 color CMYK value is (0,79,45,62).

  • cyan value is 0.00%
  • magenta value is 79.17%
  • yellow value is 44.79%
  • key color value is 62.35%
CMYK:
(0,79,45,62)
C0M79Y45K62 
(0%,79%,45%,62%)
(0.00/0.79/0.45/0.62)	

CMYK percentages

%0
%79.17
%44.79
%62.35

Codes

Color #601435 in popluar color models

601435
RGB962053
HSL334°65.52%22.75%
HSB/HSV334°79.17%37.65%
CMYK0.00%79.17%44.79%
62.35%

Color #601435 in popluar number systems.

HEX601435
Decimal962053
Binary110000010100110101
Octal1402465

Shades and tints

Shades of #601435

#601435
(96,20,53)
#581331
(88,19,49)
#50122D
(80,18,45)
#481129
(72,17,41)
#401025
(64,16,37)
#380F21
(56,15,33)
#300E1D
(48,14,29)
#280D19
(40,13,25)
#200C15
(32,12,21)
#180B11
(24,11,17)
#100A0D
(16,10,13)
#000000
(0,0,0)

Tints of #601435

#601435
(96,20,53)
#6E2947
(110,41,71)
#7C3E59
(124,62,89)
#8A536B
(138,83,107)
#98687D
(152,104,125)
#A67D8F
(166,125,143)
#B492A1
(180,146,161)
#C2A7B3
(194,167,179)
#D0BCC5
(208,188,197)
#DED1D7
(222,209,215)
#ECE6E9
(236,230,233)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #601435 color. Also use rgb(96,20,53) instead hex code.

Text Font Color

.myTextColor { color: #601435; }

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

This text font color is #601435.


Background Color

.myBgColor { background-color: #601435; }

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

This div background color is #601435.


Border color

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

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

This div border color is #601435.


Opacity

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

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

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

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

This text has shadow with #601435 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #601435 on black background.


Color preview on white background

This text has color #601435 on white background.



Black color preview on #601435 background

This text has black color on #601435 background.


White color preview on #601435 background

This text has white color on #601435 background.