COLOR #603D43

HEX: #603D43
RGB: (96,61,67)

Color info

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

RGB color model

#603D43 color RGB value is (96,61,67).

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

RGB channels and saturation

R 96 of 255 = 38%
G 61 of 255 = 24%
B 67 of 255 = 26%

96
61
67

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

Portions of RGB colors in percentages

R + G + B =
96 + 61 + 67 = 224 (100%)
R 96 of 224 ~ 42.86%
G 61 of 224 ~ 27.23%
B 67 of 224 ~ 29.91%

%42.86
%27.23
%29.91

CMYK color model

#603D43 color CMYK value is (0,36,30,62).

  • cyan value is 0.00%
  • magenta value is 36.46%
  • yellow value is 30.21%
  • key color value is 62.35%
CMYK:
(0,36,30,62)
C0M36Y30K62 
(0%,36%,30%,62%)
(0.00/0.36/0.30/0.62)	

CMYK percentages

%0
%36.46
%30.21
%62.35

Codes

Color #603D43 in popluar color models

603D43
RGB966167
HSL350°22.29%30.78%
HSB/HSV350°36.46%37.65%
CMYK0.00%36.46%30.21%
62.35%

Color #603D43 in popluar number systems.

HEX603D43
Decimal966167
Binary11000001111011000011
Octal14075103

Shades and tints

Shades of #603D43

#603D43
(96,61,67)
#58383D
(88,56,61)
#503337
(80,51,55)
#482E31
(72,46,49)
#40292B
(64,41,43)
#382425
(56,36,37)
#301F1F
(48,31,31)
#281A19
(40,26,25)
#201513
(32,21,19)
#18100D
(24,16,13)
#100B07
(16,11,7)
#000000
(0,0,0)

Tints of #603D43

#603D43
(96,61,67)
#6E4E54
(110,78,84)
#7C5F65
(124,95,101)
#8A7076
(138,112,118)
#988187
(152,129,135)
#A69298
(166,146,152)
#B4A3A9
(180,163,169)
#C2B4BA
(194,180,186)
#D0C5CB
(208,197,203)
#DED6DC
(222,214,220)
#ECE7ED
(236,231,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #603D43; }

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

This text font color is #603D43.


Background Color

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

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

This div background color is #603D43.


Border color

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

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

This div border color is #603D43.


Opacity

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

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

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

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

This text has shadow with #603D43 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #603D43 on black background.


Color preview on white background

This text has color #603D43 on white background.



Black color preview on #603D43 background

This text has black color on #603D43 background.


White color preview on #603D43 background

This text has white color on #603D43 background.