COLOR #603E40

HEX: #603E40
RGB: (96,62,64)

Color info

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

RGB color model

#603E40 color RGB value is (96,62,64).

  • red value is 96;
  • green value is 62;
  • blue value is 64.
RGB:
(96,62,64)
(38%,24%,25%)

RGB channels and saturation

R 96 of 255 = 38%
G 62 of 255 = 24%
B 64 of 255 = 25%

96
62
64

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

Portions of RGB colors in percentages

R + G + B =
96 + 62 + 64 = 222 (100%)
R 96 of 222 ~ 43.24%
G 62 of 222 ~ 27.93%
B 64 of 222 ~ 28.83%

%43.24
%27.93
%28.83

CMYK color model

#603E40 color CMYK value is (0,35,33,62).

  • cyan value is 0.00%
  • magenta value is 35.42%
  • yellow value is 33.33%
  • key color value is 62.35%
CMYK:
(0,35,33,62)
C0M35Y33K62 
(0%,35%,33%,62%)
(0.00/0.35/0.33/0.62)	

CMYK percentages

%0
%35.42
%33.33
%62.35

Codes

Color #603E40 in popluar color models

603E40
RGB966264
HSL356°21.52%30.98%
HSB/HSV356°35.42%37.65%
CMYK0.00%35.42%33.33%
62.35%

Color #603E40 in popluar number systems.

HEX603E40
Decimal966264
Binary11000001111101000000
Octal14076100

Shades and tints

Shades of #603E40

#603E40
(96,62,64)
#58393B
(88,57,59)
#503436
(80,52,54)
#482F31
(72,47,49)
#402A2C
(64,42,44)
#382527
(56,37,39)
#302022
(48,32,34)
#281B1D
(40,27,29)
#201618
(32,22,24)
#181113
(24,17,19)
#100C0E
(16,12,14)
#000000
(0,0,0)

Tints of #603E40

#603E40
(96,62,64)
#6E4F51
(110,79,81)
#7C6062
(124,96,98)
#8A7173
(138,113,115)
#988284
(152,130,132)
#A69395
(166,147,149)
#B4A4A6
(180,164,166)
#C2B5B7
(194,181,183)
#D0C6C8
(208,198,200)
#DED7D9
(222,215,217)
#ECE8EA
(236,232,234)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #603E40 color. Also use rgb(96,62,64) instead hex code.

Text Font Color

.myTextColor { color: #603E40; }

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

This text font color is #603E40.


Background Color

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

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

This div background color is #603E40.


Border color

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

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

This div border color is #603E40.


Opacity

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

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

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

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

This text has shadow with #603E40 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #603E40 on black background.


Color preview on white background

This text has color #603E40 on white background.



Black color preview on #603E40 background

This text has black color on #603E40 background.


White color preview on #603E40 background

This text has white color on #603E40 background.