COLOR #602031

HEX: #602031 RGB: (96,32,49)

Color info

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

RGB color model

#602031 color RGB value is (96,32,49).

RGB: (96,32,49) (38%, 13%, 19%)

RGB channels and saturation

R 96 of 255 = 38%
G 32 of 255 = 13%
B 49 of 255 = 19%

96
32
49

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

Portions of RGB colors in percentages

R + G + B = 96 + 32 + 49 = 177 (100%)
R 96 of 177 ~ 54.24%
G 32 of 177 ~ 18.08%
B 49 of 177 ~ 27.68'%

%54.24
%18.08
%27.68

CMYK color model

#602031 color CMYK value is (0,67,49,62).

  • cyan value is 0.00%
  • magenta value is 66.67%
  • yellow value is 48.96%
  • key color value is 62.35%

CMYK: (0,67,49,62)
C0M67Y49K62 (0%, 67%, 49%, 62%)
(0.00 / 0.67 / 0.49 / 0.62)

CMYK percentages

%0
%66.67
%48.96
%62.35

Codes

Color #602031 in popluar color models

60 20 31
RGB 96 32 49
HSL 344° 50.00% 25.10%
HSB/HSV 344° 66.67% 37.65%
CMYK 0.00% 66.67% 48.96%
62.35%

Color #602031 in popluar number systems.

HEX 60 20 31
Decimal 96 32 49
Binary 1100000 100000 110001
Octal 140 40 61

Shades and tints

Shades of #602031

#602031
(96,32,49)
#581E2D
(88,30,45)
#501C29
(80,28,41)
#481A25
(72,26,37)
#401821
(64,24,33)
#38161D
(56,22,29)
#301419
(48,20,25)
#281215
(40,18,21)
#201011
(32,16,17)
#180E0D
(24,14,13)
#100C09
(16,12,9)
#000000
(0,0,0)

Tints of #602031

#602031
(96,32,49)
#6E3443
(110,52,67)
#7C4855
(124,72,85)
#8A5C67
(138,92,103)
#987079
(152,112,121)
#A6848B
(166,132,139)
#B4989D
(180,152,157)
#C2ACAF
(194,172,175)
#D0C0C1
(208,192,193)
#DED4D3
(222,212,211)
#ECE8E5
(236,232,229)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #602031 color. Also use rgb(96,32,49) instead hex code.

Text Font Color

.myTextColor { color: #602031; }

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

This text font color is #602031.

Background Color

.myBgColor { background-color: #602031; }

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

This div background color is #602031.

Border color

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

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

This div border color is #602031.

Opacity

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

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

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

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

This text has shadow with #602031 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #602031.

Preview

Color preview on black background

This text has color #602031 on black background.


Color preview on white background

This text has color #602031 on white background.


Black color preview on #602031 background

This text has black color on #602031 background.


White color preview on #602031 background

This text has white color on #602031 background.


Related colors

Complementary color

Complementary color for #hex is #9FDFCE.


I love getcolorcode.com

Triadic colors

1 #316020 and #203160 with #602031 are triadic colors.

2 #312060 and #206031 with #602031 are triadic colors.