COLOR #603B44

HEX: #603B44
RGB: (96,59,68)

Color info

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

RGB color model

#603B44 color RGB value is (96,59,68).

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

RGB channels and saturation

R 96 of 255 = 38%
G 59 of 255 = 23%
B 68 of 255 = 27%

96
59
68

R + G + B ~ 29%. #603B44 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
96 + 59 + 68 = 223 (100%)
R 96 of 223 ~ 43.05%
G 59 of 223 ~ 26.46%
B 68 of 223 ~ 30.49%

%43.05
%26.46
%30.49

CMYK color model

#603B44 color CMYK value is (0,39,29,62).

  • cyan value is 0.00%
  • magenta value is 38.54%
  • yellow value is 29.17%
  • key color value is 62.35%
CMYK:
(0,39,29,62)
C0M39Y29K62 
(0%,39%,29%,62%)
(0.00/0.39/0.29/0.62)	

CMYK percentages

%0
%38.54
%29.17
%62.35

Codes

Color #603B44 in popluar color models

603B44
RGB965968
HSL345°23.87%30.39%
HSB/HSV345°38.54%37.65%
CMYK0.00%38.54%29.17%
62.35%

Color #603B44 in popluar number systems.

HEX603B44
Decimal965968
Binary11000001110111000100
Octal14073104

Shades and tints

Shades of #603B44

#603B44
(96,59,68)
#58363E
(88,54,62)
#503138
(80,49,56)
#482C32
(72,44,50)
#40272C
(64,39,44)
#382226
(56,34,38)
#301D20
(48,29,32)
#28181A
(40,24,26)
#201314
(32,19,20)
#180E0E
(24,14,14)
#100908
(16,9,8)
#000000
(0,0,0)

Tints of #603B44

#603B44
(96,59,68)
#6E4C55
(110,76,85)
#7C5D66
(124,93,102)
#8A6E77
(138,110,119)
#987F88
(152,127,136)
#A69099
(166,144,153)
#B4A1AA
(180,161,170)
#C2B2BB
(194,178,187)
#D0C3CC
(208,195,204)
#DED4DD
(222,212,221)
#ECE5EE
(236,229,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #603B44 color. Also use rgb(96,59,68) instead hex code.

Text Font Color

.myTextColor { color: #603B44; }

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

This text font color is #603B44.


Background Color

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

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

This div background color is #603B44.


Border color

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

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

This div border color is #603B44.


Opacity

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

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

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

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

This text has shadow with #603B44 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #603B44 on black background.


Color preview on white background

This text has color #603B44 on white background.



Black color preview on #603B44 background

This text has black color on #603B44 background.


White color preview on #603B44 background

This text has white color on #603B44 background.