COLOR #603E49

HEX: #603E49
RGB: (96,62,73)

Color info

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

RGB color model

#603E49 color RGB value is (96,62,73).

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

RGB channels and saturation

R 96 of 255 = 38%
G 62 of 255 = 24%
B 73 of 255 = 29%

96
62
73

R + G + B ~ 30%. #603E49 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
96 + 62 + 73 = 231 (100%)
R 96 of 231 ~ 41.56%
G 62 of 231 ~ 26.84%
B 73 of 231 ~ 31.6%

%41.56
%26.84
%31.6

CMYK color model

#603E49 color CMYK value is (0,35,24,62).

  • cyan value is 0.00%
  • magenta value is 35.42%
  • yellow value is 23.96%
  • key color value is 62.35%
CMYK:
(0,35,24,62)
C0M35Y24K62 
(0%,35%,24%,62%)
(0.00/0.35/0.24/0.62)	

CMYK percentages

%0
%35.42
%23.96
%62.35

Codes

Color #603E49 in popluar color models

603E49
RGB966273
HSL341°21.52%30.98%
HSB/HSV341°35.42%37.65%
CMYK0.00%35.42%23.96%
62.35%

Color #603E49 in popluar number systems.

HEX603E49
Decimal966273
Binary11000001111101001001
Octal14076111

Shades and tints

Shades of #603E49

#603E49
(96,62,73)
#583943
(88,57,67)
#50343D
(80,52,61)
#482F37
(72,47,55)
#402A31
(64,42,49)
#38252B
(56,37,43)
#302025
(48,32,37)
#281B1F
(40,27,31)
#201619
(32,22,25)
#181113
(24,17,19)
#100C0D
(16,12,13)
#000000
(0,0,0)

Tints of #603E49

#603E49
(96,62,73)
#6E4F59
(110,79,89)
#7C6069
(124,96,105)
#8A7179
(138,113,121)
#988289
(152,130,137)
#A69399
(166,147,153)
#B4A4A9
(180,164,169)
#C2B5B9
(194,181,185)
#D0C6C9
(208,198,201)
#DED7D9
(222,215,217)
#ECE8E9
(236,232,233)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #603E49; }

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

This text font color is #603E49.


Background Color

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

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

This div background color is #603E49.


Border color

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

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

This div border color is #603E49.


Opacity

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

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

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

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

This text has shadow with #603E49 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #603E49 on black background.


Color preview on white background

This text has color #603E49 on white background.



Black color preview on #603E49 background

This text has black color on #603E49 background.


White color preview on #603E49 background

This text has white color on #603E49 background.