COLOR #603C15

HEX: #603C15
RGB: (96,60,21)

Color info

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

RGB color model

#603C15 color RGB value is (96,60,21).

  • red value is 96;
  • green value is 60;
  • blue value is 21.
RGB:
(96,60,21)
(38%,24%,8%)

RGB channels and saturation

R 96 of 255 = 38%
G 60 of 255 = 24%
B 21 of 255 = 8%

96
60
21

R + G + B ~ 23%. #603C15 is dark color.

Portions of RGB colors in percentages

R + G + B =
96 + 60 + 21 = 177 (100%)
R 96 of 177 ~ 54.24%
G 60 of 177 ~ 33.9%
B 21 of 177 ~ 11.86%

%54.24
%33.9
%11.86

CMYK color model

#603C15 color CMYK value is (0,38,78,62).

  • cyan value is 0.00%
  • magenta value is 37.50%
  • yellow value is 78.13%
  • key color value is 62.35%
CMYK:
(0,38,78,62)
C0M38Y78K62 
(0%,38%,78%,62%)
(0.00/0.38/0.78/0.62)	

CMYK percentages

%0
%37.5
%78.13
%62.35

Codes

Color #603C15 in popluar color models

603C15
RGB966021
HSL31°64.10%22.94%
HSB/HSV31°78.13%37.65%
CMYK0.00%37.50%78.13%
62.35%

Color #603C15 in popluar number systems.

HEX603C15
Decimal966021
Binary110000011110010101
Octal1407425

Shades and tints

Shades of #603C15

#603C15
(96,60,21)
#583714
(88,55,20)
#503213
(80,50,19)
#482D12
(72,45,18)
#402811
(64,40,17)
#382310
(56,35,16)
#301E0F
(48,30,15)
#28190E
(40,25,14)
#20140D
(32,20,13)
#180F0C
(24,15,12)
#100A0B
(16,10,11)
#000000
(0,0,0)

Tints of #603C15

#603C15
(96,60,21)
#6E4D2A
(110,77,42)
#7C5E3F
(124,94,63)
#8A6F54
(138,111,84)
#988069
(152,128,105)
#A6917E
(166,145,126)
#B4A293
(180,162,147)
#C2B3A8
(194,179,168)
#D0C4BD
(208,196,189)
#DED5D2
(222,213,210)
#ECE6E7
(236,230,231)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #603C15 color. Also use rgb(96,60,21) instead hex code.

Text Font Color

.myTextColor { color: #603C15; }

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

This text font color is #603C15.


Background Color

.myBgColor { background-color: #603C15; }

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

This div background color is #603C15.


Border color

.myBorderColor { border: 1px solid #603C15; }

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

This div border color is #603C15.


Opacity

.myOpacity80 { color: #603C15; opacity: 0.8; }

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

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

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

This text has shadow with #603C15 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #603C15 on black background.


Color preview on white background

This text has color #603C15 on white background.



Black color preview on #603C15 background

This text has black color on #603C15 background.


White color preview on #603C15 background

This text has white color on #603C15 background.