COLOR #603A33

HEX: #603A33
RGB: (96,58,51)

Color info

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

RGB color model

#603A33 color RGB value is (96,58,51).

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

RGB channels and saturation

R 96 of 255 = 38%
G 58 of 255 = 23%
B 51 of 255 = 20%

96
58
51

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

Portions of RGB colors in percentages

R + G + B =
96 + 58 + 51 = 205 (100%)
R 96 of 205 ~ 46.83%
G 58 of 205 ~ 28.29%
B 51 of 205 ~ 24.88%

%46.83
%28.29
%24.88

CMYK color model

#603A33 color CMYK value is (0,40,47,62).

  • cyan value is 0.00%
  • magenta value is 39.58%
  • yellow value is 46.88%
  • key color value is 62.35%
CMYK:
(0,40,47,62)
C0M40Y47K62 
(0%,40%,47%,62%)
(0.00/0.40/0.47/0.62)	

CMYK percentages

%0
%39.58
%46.88
%62.35

Codes

Color #603A33 in popluar color models

603A33
RGB965851
HSL30.61%28.82%
HSB/HSV46.88%37.65%
CMYK0.00%39.58%46.88%
62.35%

Color #603A33 in popluar number systems.

HEX603A33
Decimal965851
Binary1100000111010110011
Octal1407263

Shades and tints

Shades of #603A33

#603A33
(96,58,51)
#58352F
(88,53,47)
#50302B
(80,48,43)
#482B27
(72,43,39)
#402623
(64,38,35)
#38211F
(56,33,31)
#301C1B
(48,28,27)
#281717
(40,23,23)
#201213
(32,18,19)
#180D0F
(24,13,15)
#10080B
(16,8,11)
#000000
(0,0,0)

Tints of #603A33

#603A33
(96,58,51)
#6E4B45
(110,75,69)
#7C5C57
(124,92,87)
#8A6D69
(138,109,105)
#987E7B
(152,126,123)
#A68F8D
(166,143,141)
#B4A09F
(180,160,159)
#C2B1B1
(194,177,177)
#D0C2C3
(208,194,195)
#DED3D5
(222,211,213)
#ECE4E7
(236,228,231)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #603A33; }

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

This text font color is #603A33.


Background Color

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

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

This div background color is #603A33.


Border color

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

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

This div border color is #603A33.


Opacity

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

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

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

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

This text has shadow with #603A33 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #603A33 on black background.


Color preview on white background

This text has color #603A33 on white background.



Black color preview on #603A33 background

This text has black color on #603A33 background.


White color preview on #603A33 background

This text has white color on #603A33 background.