COLOR #603443

HEX: #603443
RGB: (96,52,67)

Color info

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

RGB color model

#603443 color RGB value is (96,52,67).

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

RGB channels and saturation

R 96 of 255 = 38%
G 52 of 255 = 20%
B 67 of 255 = 26%

96
52
67

R + G + B ~ 28%. #603443 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
96 + 52 + 67 = 215 (100%)
R 96 of 215 ~ 44.65%
G 52 of 215 ~ 24.19%
B 67 of 215 ~ 31.16%

%44.65
%24.19
%31.16

CMYK color model

#603443 color CMYK value is (0,46,30,62).

  • cyan value is 0.00%
  • magenta value is 45.83%
  • yellow value is 30.21%
  • key color value is 62.35%
CMYK:
(0,46,30,62)
C0M46Y30K62 
(0%,46%,30%,62%)
(0.00/0.46/0.30/0.62)	

CMYK percentages

%0
%45.83
%30.21
%62.35

Codes

Color #603443 in popluar color models

603443
RGB965267
HSL340°29.73%29.02%
HSB/HSV340°45.83%37.65%
CMYK0.00%45.83%30.21%
62.35%

Color #603443 in popluar number systems.

HEX603443
Decimal965267
Binary11000001101001000011
Octal14064103

Shades and tints

Shades of #603443

#603443
(96,52,67)
#58303D
(88,48,61)
#502C37
(80,44,55)
#482831
(72,40,49)
#40242B
(64,36,43)
#382025
(56,32,37)
#301C1F
(48,28,31)
#281819
(40,24,25)
#201413
(32,20,19)
#18100D
(24,16,13)
#100C07
(16,12,7)
#000000
(0,0,0)

Tints of #603443

#603443
(96,52,67)
#6E4654
(110,70,84)
#7C5865
(124,88,101)
#8A6A76
(138,106,118)
#987C87
(152,124,135)
#A68E98
(166,142,152)
#B4A0A9
(180,160,169)
#C2B2BA
(194,178,186)
#D0C4CB
(208,196,203)
#DED6DC
(222,214,220)
#ECE8ED
(236,232,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #603443; }

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

This text font color is #603443.


Background Color

.myBgColor { background-color: #603443; }

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

This div background color is #603443.


Border color

.myBorderColor { border: 1px solid #603443; }

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

This div border color is #603443.


Opacity

.myOpacity80 { color: #603443; opacity: 0.8; }

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

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

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

This text has shadow with #603443 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #603443 on black background.


Color preview on white background

This text has color #603443 on white background.



Black color preview on #603443 background

This text has black color on #603443 background.


White color preview on #603443 background

This text has white color on #603443 background.