COLOR #603A39

HEX: #603A39
RGB: (96,58,57)

Color info

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

RGB color model

#603A39 color RGB value is (96,58,57).

  • red value is 96;
  • green value is 58;
  • blue value is 57.
RGB:
(96,58,57)
(38%,23%,22%)

RGB channels and saturation

R 96 of 255 = 38%
G 58 of 255 = 23%
B 57 of 255 = 22%

96
58
57

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

Portions of RGB colors in percentages

R + G + B =
96 + 58 + 57 = 211 (100%)
R 96 of 211 ~ 45.5%
G 58 of 211 ~ 27.49%
B 57 of 211 ~ 27.01%

%45.5
%27.49
%27.01

CMYK color model

#603A39 color CMYK value is (0,40,41,62).

  • cyan value is 0.00%
  • magenta value is 39.58%
  • yellow value is 40.63%
  • key color value is 62.35%
CMYK:
(0,40,41,62)
C0M40Y41K62 
(0%,40%,41%,62%)
(0.00/0.40/0.41/0.62)	

CMYK percentages

%0
%39.58
%40.63
%62.35

Codes

Color #603A39 in popluar color models

603A39
RGB965857
HSL25.49%30.00%
HSB/HSV40.63%37.65%
CMYK0.00%39.58%40.63%
62.35%

Color #603A39 in popluar number systems.

HEX603A39
Decimal965857
Binary1100000111010111001
Octal1407271

Shades and tints

Shades of #603A39

#603A39
(96,58,57)
#583534
(88,53,52)
#50302F
(80,48,47)
#482B2A
(72,43,42)
#402625
(64,38,37)
#382120
(56,33,32)
#301C1B
(48,28,27)
#281716
(40,23,22)
#201211
(32,18,17)
#180D0C
(24,13,12)
#100807
(16,8,7)
#000000
(0,0,0)

Tints of #603A39

#603A39
(96,58,57)
#6E4B4B
(110,75,75)
#7C5C5D
(124,92,93)
#8A6D6F
(138,109,111)
#987E81
(152,126,129)
#A68F93
(166,143,147)
#B4A0A5
(180,160,165)
#C2B1B7
(194,177,183)
#D0C2C9
(208,194,201)
#DED3DB
(222,211,219)
#ECE4ED
(236,228,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #603A39 color. Also use rgb(96,58,57) instead hex code.

Text Font Color

.myTextColor { color: #603A39; }

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

This text font color is #603A39.


Background Color

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

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

This div background color is #603A39.


Border color

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

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

This div border color is #603A39.


Opacity

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

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

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

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

This text has shadow with #603A39 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #603A39 on black background.


Color preview on white background

This text has color #603A39 on white background.



Black color preview on #603A39 background

This text has black color on #603A39 background.


White color preview on #603A39 background

This text has white color on #603A39 background.