COLOR #603B43

HEX: #603B43
RGB: (96,59,67)

Color info

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

RGB color model

#603B43 color RGB value is (96,59,67).

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

RGB channels and saturation

R 96 of 255 = 38%
G 59 of 255 = 23%
B 67 of 255 = 26%

96
59
67

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

Portions of RGB colors in percentages

R + G + B =
96 + 59 + 67 = 222 (100%)
R 96 of 222 ~ 43.24%
G 59 of 222 ~ 26.58%
B 67 of 222 ~ 30.18%

%43.24
%26.58
%30.18

CMYK color model

#603B43 color CMYK value is (0,39,30,62).

  • cyan value is 0.00%
  • magenta value is 38.54%
  • yellow value is 30.21%
  • key color value is 62.35%
CMYK:
(0,39,30,62)
C0M39Y30K62 
(0%,39%,30%,62%)
(0.00/0.39/0.30/0.62)	

CMYK percentages

%0
%38.54
%30.21
%62.35

Codes

Color #603B43 in popluar color models

603B43
RGB965967
HSL347°23.87%30.39%
HSB/HSV347°38.54%37.65%
CMYK0.00%38.54%30.21%
62.35%

Color #603B43 in popluar number systems.

HEX603B43
Decimal965967
Binary11000001110111000011
Octal14073103

Shades and tints

Shades of #603B43

#603B43
(96,59,67)
#58363D
(88,54,61)
#503137
(80,49,55)
#482C31
(72,44,49)
#40272B
(64,39,43)
#382225
(56,34,37)
#301D1F
(48,29,31)
#281819
(40,24,25)
#201313
(32,19,19)
#180E0D
(24,14,13)
#100907
(16,9,7)
#000000
(0,0,0)

Tints of #603B43

#603B43
(96,59,67)
#6E4C54
(110,76,84)
#7C5D65
(124,93,101)
#8A6E76
(138,110,118)
#987F87
(152,127,135)
#A69098
(166,144,152)
#B4A1A9
(180,161,169)
#C2B2BA
(194,178,186)
#D0C3CB
(208,195,203)
#DED4DC
(222,212,220)
#ECE5ED
(236,229,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #603B43; }

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

This text font color is #603B43.


Background Color

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

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

This div background color is #603B43.


Border color

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

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

This div border color is #603B43.


Opacity

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

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

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

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

This text has shadow with #603B43 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #603B43 on black background.


Color preview on white background

This text has color #603B43 on white background.



Black color preview on #603B43 background

This text has black color on #603B43 background.


White color preview on #603B43 background

This text has white color on #603B43 background.