COLOR #602C11

HEX: #602C11
RGB: (96,44,17)

Color info

#602C11 contains mainly red and green colors. Web safe color of #602C11 is #663300 (or #630).

RGB color model

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

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

RGB channels and saturation

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

96
44
17

R + G + B ~ 21%. #602C11 is dark color.

Portions of RGB colors in percentages

R + G + B =
96 + 44 + 17 = 157 (100%)
R 96 of 157 ~ 61.15%
G 44 of 157 ~ 28.03%
B 17 of 157 ~ 10.83%

%61.15
%28.03
%10.83

CMYK color model

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

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

CMYK percentages

%0
%54.17
%82.29
%62.35

Codes

Color #602C11 in popluar color models

602C11
RGB964417
HSL21°69.91%22.16%
HSB/HSV21°82.29%37.65%
CMYK0.00%54.17%82.29%
62.35%

Color #602C11 in popluar number systems.

HEX602C11
Decimal964417
Binary110000010110010001
Octal1405421

Shades and tints

Shades of #602C11

#602C11
(96,44,17)
#582810
(88,40,16)
#50240F
(80,36,15)
#48200E
(72,32,14)
#401C0D
(64,28,13)
#38180C
(56,24,12)
#30140B
(48,20,11)
#28100A
(40,16,10)
#200C09
(32,12,9)
#180808
(24,8,8)
#100407
(16,4,7)
#000000
(0,0,0)

Tints of #602C11

#602C11
(96,44,17)
#6E3F26
(110,63,38)
#7C523B
(124,82,59)
#8A6550
(138,101,80)
#987865
(152,120,101)
#A68B7A
(166,139,122)
#B49E8F
(180,158,143)
#C2B1A4
(194,177,164)
#D0C4B9
(208,196,185)
#DED7CE
(222,215,206)
#ECEAE3
(236,234,227)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #602C11; }

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

This text font color is #602C11.


Background Color

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

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

This div background color is #602C11.


Border color

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

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

This div border color is #602C11.


Opacity

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

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

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

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

This text has shadow with #602C11 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #602C11 on black background.


Color preview on white background

This text has color #602C11 on white background.



Black color preview on #602C11 background

This text has black color on #602C11 background.


White color preview on #602C11 background

This text has white color on #602C11 background.