COLOR #603049

HEX: #603049
RGB: (96,48,73)

Color info

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

RGB color model

#603049 color RGB value is (96,48,73).

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

RGB channels and saturation

R 96 of 255 = 38%
G 48 of 255 = 19%
B 73 of 255 = 29%

96
48
73

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

Portions of RGB colors in percentages

R + G + B =
96 + 48 + 73 = 217 (100%)
R 96 of 217 ~ 44.24%
G 48 of 217 ~ 22.12%
B 73 of 217 ~ 33.64%

%44.24
%22.12
%33.64

CMYK color model

#603049 color CMYK value is (0,50,24,62).

  • cyan value is 0.00%
  • magenta value is 50.00%
  • yellow value is 23.96%
  • key color value is 62.35%
CMYK:
(0,50,24,62)
C0M50Y24K62 
(0%,50%,24%,62%)
(0.00/0.50/0.24/0.62)	

CMYK percentages

%0
%50
%23.96
%62.35

Codes

Color #603049 in popluar color models

603049
RGB964873
HSL329°33.33%28.24%
HSB/HSV329°50.00%37.65%
CMYK0.00%50.00%23.96%
62.35%

Color #603049 in popluar number systems.

HEX603049
Decimal964873
Binary11000001100001001001
Octal14060111

Shades and tints

Shades of #603049

#603049
(96,48,73)
#582C43
(88,44,67)
#50283D
(80,40,61)
#482437
(72,36,55)
#402031
(64,32,49)
#381C2B
(56,28,43)
#301825
(48,24,37)
#28141F
(40,20,31)
#201019
(32,16,25)
#180C13
(24,12,19)
#10080D
(16,8,13)
#000000
(0,0,0)

Tints of #603049

#603049
(96,48,73)
#6E4259
(110,66,89)
#7C5469
(124,84,105)
#8A6679
(138,102,121)
#987889
(152,120,137)
#A68A99
(166,138,153)
#B49CA9
(180,156,169)
#C2AEB9
(194,174,185)
#D0C0C9
(208,192,201)
#DED2D9
(222,210,217)
#ECE4E9
(236,228,233)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #603049; }

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

This text font color is #603049.


Background Color

.myBgColor { background-color: #603049; }

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

This div background color is #603049.


Border color

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

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

This div border color is #603049.


Opacity

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

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

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

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

This text has shadow with #603049 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #603049 on black background.


Color preview on white background

This text has color #603049 on white background.



Black color preview on #603049 background

This text has black color on #603049 background.


White color preview on #603049 background

This text has white color on #603049 background.