COLOR #603339

HEX: #603339
RGB: (96,51,57)

Color info

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

RGB color model

#603339 color RGB value is (96,51,57).

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

RGB channels and saturation

R 96 of 255 = 38%
G 51 of 255 = 20%
B 57 of 255 = 22%

96
51
57

R + G + B ~ 27%. #603339 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
96 + 51 + 57 = 204 (100%)
R 96 of 204 ~ 47.06%
G 51 of 204 ~ 25%
B 57 of 204 ~ 27.94%

%47.06
%25
%27.94

CMYK color model

#603339 color CMYK value is (0,47,41,62).

  • cyan value is 0.00%
  • magenta value is 46.88%
  • yellow value is 40.63%
  • key color value is 62.35%
CMYK:
(0,47,41,62)
C0M47Y41K62 
(0%,47%,41%,62%)
(0.00/0.47/0.41/0.62)	

CMYK percentages

%0
%46.88
%40.63
%62.35

Codes

Color #603339 in popluar color models

603339
RGB965157
HSL352°30.61%28.82%
HSB/HSV352°46.88%37.65%
CMYK0.00%46.88%40.63%
62.35%

Color #603339 in popluar number systems.

HEX603339
Decimal965157
Binary1100000110011111001
Octal1406371

Shades and tints

Shades of #603339

#603339
(96,51,57)
#582F34
(88,47,52)
#502B2F
(80,43,47)
#48272A
(72,39,42)
#402325
(64,35,37)
#381F20
(56,31,32)
#301B1B
(48,27,27)
#281716
(40,23,22)
#201311
(32,19,17)
#180F0C
(24,15,12)
#100B07
(16,11,7)
#000000
(0,0,0)

Tints of #603339

#603339
(96,51,57)
#6E454B
(110,69,75)
#7C575D
(124,87,93)
#8A696F
(138,105,111)
#987B81
(152,123,129)
#A68D93
(166,141,147)
#B49FA5
(180,159,165)
#C2B1B7
(194,177,183)
#D0C3C9
(208,195,201)
#DED5DB
(222,213,219)
#ECE7ED
(236,231,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #603339; }

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

This text font color is #603339.


Background Color

.myBgColor { background-color: #603339; }

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

This div background color is #603339.


Border color

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

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

This div border color is #603339.


Opacity

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

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

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

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

This text has shadow with #603339 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #603339 on black background.


Color preview on white background

This text has color #603339 on white background.



Black color preview on #603339 background

This text has black color on #603339 background.


White color preview on #603339 background

This text has white color on #603339 background.