COLOR #602C2C

HEX: #602C2C
RGB: (96,44,44)

Color info

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

RGB color model

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

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

RGB channels and saturation

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

96
44
44

R + G + B ~ 24%. #602C2C is dark color.

Portions of RGB colors in percentages

R + G + B =
96 + 44 + 44 = 184 (100%)
R 96 of 184 ~ 52.17%
G 44 of 184 ~ 23.91%
B 44 of 184 ~ 23.91%

%52.17
%23.91
%23.91

CMYK color model

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

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

CMYK percentages

%0
%54.17
%54.17
%62.35

Codes

Color #602C2C in popluar color models

602C2C
RGB964444
HSL37.14%27.45%
HSB/HSV54.17%37.65%
CMYK0.00%54.17%54.17%
62.35%

Color #602C2C in popluar number systems.

HEX602C2C
Decimal964444
Binary1100000101100101100
Octal1405454

Shades and tints

Shades of #602C2C

#602C2C
(96,44,44)
#582828
(88,40,40)
#502424
(80,36,36)
#482020
(72,32,32)
#401C1C
(64,28,28)
#381818
(56,24,24)
#301414
(48,20,20)
#281010
(40,16,16)
#200C0C
(32,12,12)
#180808
(24,8,8)
#100404
(16,4,4)
#000000
(0,0,0)

Tints of #602C2C

#602C2C
(96,44,44)
#6E3F3F
(110,63,63)
#7C5252
(124,82,82)
#8A6565
(138,101,101)
#987878
(152,120,120)
#A68B8B
(166,139,139)
#B49E9E
(180,158,158)
#C2B1B1
(194,177,177)
#D0C4C4
(208,196,196)
#DED7D7
(222,215,215)
#ECEAEA
(236,234,234)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #602C2C; }

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

This text font color is #602C2C.


Background Color

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

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

This div background color is #602C2C.


Border color

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

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

This div border color is #602C2C.


Opacity

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

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

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

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

This text has shadow with #602C2C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #602C2C on black background.


Color preview on white background

This text has color #602C2C on white background.



Black color preview on #602C2C background

This text has black color on #602C2C background.


White color preview on #602C2C background

This text has white color on #602C2C background.