COLOR #602347

HEX: #602347
RGB: (96,35,71)

Color info

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

RGB color model

#602347 color RGB value is (96,35,71).

  • red value is 96;
  • green value is 35;
  • blue value is 71.
RGB:
(96,35,71)
(38%,14%,28%)

RGB channels and saturation

R 96 of 255 = 38%
G 35 of 255 = 14%
B 71 of 255 = 28%

96
35
71

R + G + B ~ 27%. #602347 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
96 + 35 + 71 = 202 (100%)
R 96 of 202 ~ 47.52%
G 35 of 202 ~ 17.33%
B 71 of 202 ~ 35.15%

%47.52
%17.33
%35.15

CMYK color model

#602347 color CMYK value is (0,64,26,62).

  • cyan value is 0.00%
  • magenta value is 63.54%
  • yellow value is 26.04%
  • key color value is 62.35%
CMYK:
(0,64,26,62)
C0M64Y26K62 
(0%,64%,26%,62%)
(0.00/0.64/0.26/0.62)	

CMYK percentages

%0
%63.54
%26.04
%62.35

Codes

Color #602347 in popluar color models

602347
RGB963571
HSL325°46.56%25.69%
HSB/HSV325°63.54%37.65%
CMYK0.00%63.54%26.04%
62.35%

Color #602347 in popluar number systems.

HEX602347
Decimal963571
Binary11000001000111000111
Octal14043107

Shades and tints

Shades of #602347

#602347
(96,35,71)
#582041
(88,32,65)
#501D3B
(80,29,59)
#481A35
(72,26,53)
#40172F
(64,23,47)
#381429
(56,20,41)
#301123
(48,17,35)
#280E1D
(40,14,29)
#200B17
(32,11,23)
#180811
(24,8,17)
#10050B
(16,5,11)
#000000
(0,0,0)

Tints of #602347

#602347
(96,35,71)
#6E3757
(110,55,87)
#7C4B67
(124,75,103)
#8A5F77
(138,95,119)
#987387
(152,115,135)
#A68797
(166,135,151)
#B49BA7
(180,155,167)
#C2AFB7
(194,175,183)
#D0C3C7
(208,195,199)
#DED7D7
(222,215,215)
#ECEBE7
(236,235,231)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #602347 color. Also use rgb(96,35,71) instead hex code.

Text Font Color

.myTextColor { color: #602347; }

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

This text font color is #602347.


Background Color

.myBgColor { background-color: #602347; }

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

This div background color is #602347.


Border color

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

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

This div border color is #602347.


Opacity

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

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

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

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

This text has shadow with #602347 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #602347 on black background.


Color preview on white background

This text has color #602347 on white background.



Black color preview on #602347 background

This text has black color on #602347 background.


White color preview on #602347 background

This text has white color on #602347 background.