COLOR #603C4A

HEX: #603C4A
RGB: (96,60,74)

Color info

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

RGB color model

#603C4A color RGB value is (96,60,74).

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

RGB channels and saturation

R 96 of 255 = 38%
G 60 of 255 = 24%
B 74 of 255 = 29%

96
60
74

R + G + B ~ 30%. #603C4A is quite dark color.

Portions of RGB colors in percentages

R + G + B =
96 + 60 + 74 = 230 (100%)
R 96 of 230 ~ 41.74%
G 60 of 230 ~ 26.09%
B 74 of 230 ~ 32.17%

%41.74
%26.09
%32.17

CMYK color model

#603C4A color CMYK value is (0,38,23,62).

  • cyan value is 0.00%
  • magenta value is 37.50%
  • yellow value is 22.92%
  • key color value is 62.35%
CMYK:
(0,38,23,62)
C0M38Y23K62 
(0%,38%,23%,62%)
(0.00/0.38/0.23/0.62)	

CMYK percentages

%0
%37.5
%22.92
%62.35

Codes

Color #603C4A in popluar color models

603C4A
RGB966074
HSL337°23.08%30.59%
HSB/HSV337°37.50%37.65%
CMYK0.00%37.50%22.92%
62.35%

Color #603C4A in popluar number systems.

HEX603C4A
Decimal966074
Binary11000001111001001010
Octal14074112

Shades and tints

Shades of #603C4A

#603C4A
(96,60,74)
#583744
(88,55,68)
#50323E
(80,50,62)
#482D38
(72,45,56)
#402832
(64,40,50)
#38232C
(56,35,44)
#301E26
(48,30,38)
#281920
(40,25,32)
#20141A
(32,20,26)
#180F14
(24,15,20)
#100A0E
(16,10,14)
#000000
(0,0,0)

Tints of #603C4A

#603C4A
(96,60,74)
#6E4D5A
(110,77,90)
#7C5E6A
(124,94,106)
#8A6F7A
(138,111,122)
#98808A
(152,128,138)
#A6919A
(166,145,154)
#B4A2AA
(180,162,170)
#C2B3BA
(194,179,186)
#D0C4CA
(208,196,202)
#DED5DA
(222,213,218)
#ECE6EA
(236,230,234)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #603C4A; }

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

This text font color is #603C4A.


Background Color

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

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

This div background color is #603C4A.


Border color

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

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

This div border color is #603C4A.


Opacity

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

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

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

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

This text has shadow with #603C4A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #603C4A on black background.


Color preview on white background

This text has color #603C4A on white background.



Black color preview on #603C4A background

This text has black color on #603C4A background.


White color preview on #603C4A background

This text has white color on #603C4A background.