COLOR #602C3B

HEX: #602C3B
RGB: (96,44,59)

Color info

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

RGB color model

#602C3B color RGB value is (96,44,59).

  • red value is 96;
  • green value is 44;
  • blue value is 59.
RGB:
(96,44,59)
(38%,17%,23%)

RGB channels and saturation

R 96 of 255 = 38%
G 44 of 255 = 17%
B 59 of 255 = 23%

96
44
59

R + G + B ~ 26%. #602C3B is quite dark color.

Portions of RGB colors in percentages

R + G + B =
96 + 44 + 59 = 199 (100%)
R 96 of 199 ~ 48.24%
G 44 of 199 ~ 22.11%
B 59 of 199 ~ 29.65%

%48.24
%22.11
%29.65

CMYK color model

#602C3B color CMYK value is (0,54,39,62).

  • cyan value is 0.00%
  • magenta value is 54.17%
  • yellow value is 38.54%
  • key color value is 62.35%
CMYK:
(0,54,39,62)
C0M54Y39K62 
(0%,54%,39%,62%)
(0.00/0.54/0.39/0.62)	

CMYK percentages

%0
%54.17
%38.54
%62.35

Codes

Color #602C3B in popluar color models

602C3B
RGB964459
HSL343°37.14%27.45%
HSB/HSV343°54.17%37.65%
CMYK0.00%54.17%38.54%
62.35%

Color #602C3B in popluar number systems.

HEX602C3B
Decimal964459
Binary1100000101100111011
Octal1405473

Shades and tints

Shades of #602C3B

#602C3B
(96,44,59)
#582836
(88,40,54)
#502431
(80,36,49)
#48202C
(72,32,44)
#401C27
(64,28,39)
#381822
(56,24,34)
#30141D
(48,20,29)
#281018
(40,16,24)
#200C13
(32,12,19)
#18080E
(24,8,14)
#100409
(16,4,9)
#000000
(0,0,0)

Tints of #602C3B

#602C3B
(96,44,59)
#6E3F4C
(110,63,76)
#7C525D
(124,82,93)
#8A656E
(138,101,110)
#98787F
(152,120,127)
#A68B90
(166,139,144)
#B49EA1
(180,158,161)
#C2B1B2
(194,177,178)
#D0C4C3
(208,196,195)
#DED7D4
(222,215,212)
#ECEAE5
(236,234,229)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #602C3B color. Also use rgb(96,44,59) instead hex code.

Text Font Color

.myTextColor { color: #602C3B; }

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

This text font color is #602C3B.


Background Color

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

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

This div background color is #602C3B.


Border color

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

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

This div border color is #602C3B.


Opacity

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

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

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

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

This text has shadow with #602C3B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #602C3B on black background.


Color preview on white background

This text has color #602C3B on white background.



Black color preview on #602C3B background

This text has black color on #602C3B background.


White color preview on #602C3B background

This text has white color on #602C3B background.