COLOR #603A21

HEX: #603A21
RGB: (96,58,33)

Color info

#603A21 contains mainly red and green colors. Web safe color of #603A21 is #663333 (or #633).

RGB color model

#603A21 color RGB value is (96,58,33).

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

RGB channels and saturation

R 96 of 255 = 38%
G 58 of 255 = 23%
B 33 of 255 = 13%

96
58
33

R + G + B ~ 25%. #603A21 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
96 + 58 + 33 = 187 (100%)
R 96 of 187 ~ 51.34%
G 58 of 187 ~ 31.02%
B 33 of 187 ~ 17.65%

%51.34
%31.02
%17.65

CMYK color model

#603A21 color CMYK value is (0,40,66,62).

  • cyan value is 0.00%
  • magenta value is 39.58%
  • yellow value is 65.63%
  • key color value is 62.35%
CMYK:
(0,40,66,62)
C0M40Y66K62 
(0%,40%,66%,62%)
(0.00/0.40/0.66/0.62)	

CMYK percentages

%0
%39.58
%65.63
%62.35

Codes

Color #603A21 in popluar color models

603A21
RGB965833
HSL24°48.84%25.29%
HSB/HSV24°65.63%37.65%
CMYK0.00%39.58%65.63%
62.35%

Color #603A21 in popluar number systems.

HEX603A21
Decimal965833
Binary1100000111010100001
Octal1407241

Shades and tints

Shades of #603A21

#603A21
(96,58,33)
#58351E
(88,53,30)
#50301B
(80,48,27)
#482B18
(72,43,24)
#402615
(64,38,21)
#382112
(56,33,18)
#301C0F
(48,28,15)
#28170C
(40,23,12)
#201209
(32,18,9)
#180D06
(24,13,6)
#100803
(16,8,3)
#000000
(0,0,0)

Tints of #603A21

#603A21
(96,58,33)
#6E4B35
(110,75,53)
#7C5C49
(124,92,73)
#8A6D5D
(138,109,93)
#987E71
(152,126,113)
#A68F85
(166,143,133)
#B4A099
(180,160,153)
#C2B1AD
(194,177,173)
#D0C2C1
(208,194,193)
#DED3D5
(222,211,213)
#ECE4E9
(236,228,233)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #603A21; }

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

This text font color is #603A21.


Background Color

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

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

This div background color is #603A21.


Border color

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

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

This div border color is #603A21.


Opacity

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

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

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

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

This text has shadow with #603A21 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #603A21 on black background.


Color preview on white background

This text has color #603A21 on white background.



Black color preview on #603A21 background

This text has black color on #603A21 background.


White color preview on #603A21 background

This text has white color on #603A21 background.