COLOR #602E41

HEX: #602E41
RGB: (96,46,65)

Color info

#602E41 contains red, green and blue colors in about the same proportion. Web safe color of #602E41 is #663333 (or #633).

RGB color model

#602E41 color RGB value is (96,46,65).

  • red value is 96;
  • green value is 46;
  • blue value is 65.
RGB:
(96,46,65)
(38%,18%,25%)

RGB channels and saturation

R 96 of 255 = 38%
G 46 of 255 = 18%
B 65 of 255 = 25%

96
46
65

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

Portions of RGB colors in percentages

R + G + B =
96 + 46 + 65 = 207 (100%)
R 96 of 207 ~ 46.38%
G 46 of 207 ~ 22.22%
B 65 of 207 ~ 31.4%

%46.38
%22.22
%31.4

CMYK color model

#602E41 color CMYK value is (0,52,32,62).

  • cyan value is 0.00%
  • magenta value is 52.08%
  • yellow value is 32.29%
  • key color value is 62.35%
CMYK:
(0,52,32,62)
C0M52Y32K62 
(0%,52%,32%,62%)
(0.00/0.52/0.32/0.62)	

CMYK percentages

%0
%52.08
%32.29
%62.35

Codes

Color #602E41 in popluar color models

602E41
RGB964665
HSL337°35.21%27.84%
HSB/HSV337°52.08%37.65%
CMYK0.00%52.08%32.29%
62.35%

Color #602E41 in popluar number systems.

HEX602E41
Decimal964665
Binary11000001011101000001
Octal14056101

Shades and tints

Shades of #602E41

#602E41
(96,46,65)
#582A3C
(88,42,60)
#502637
(80,38,55)
#482232
(72,34,50)
#401E2D
(64,30,45)
#381A28
(56,26,40)
#301623
(48,22,35)
#28121E
(40,18,30)
#200E19
(32,14,25)
#180A14
(24,10,20)
#10060F
(16,6,15)
#000000
(0,0,0)

Tints of #602E41

#602E41
(96,46,65)
#6E4152
(110,65,82)
#7C5463
(124,84,99)
#8A6774
(138,103,116)
#987A85
(152,122,133)
#A68D96
(166,141,150)
#B4A0A7
(180,160,167)
#C2B3B8
(194,179,184)
#D0C6C9
(208,198,201)
#DED9DA
(222,217,218)
#ECECEB
(236,236,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #602E41 color. Also use rgb(96,46,65) instead hex code.

Text Font Color

.myTextColor { color: #602E41; }

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

This text font color is #602E41.


Background Color

.myBgColor { background-color: #602E41; }

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

This div background color is #602E41.


Border color

.myBorderColor { border: 1px solid #602E41; }

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

This div border color is #602E41.


Opacity

.myOpacity80 { color: #602E41; opacity: 0.8; }

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

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

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

This text has shadow with #602E41 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #602E41 on black background.


Color preview on white background

This text has color #602E41 on white background.



Black color preview on #602E41 background

This text has black color on #602E41 background.


White color preview on #602E41 background

This text has white color on #602E41 background.