COLOR #603323

HEX: #603323
RGB: (96,51,35)

Color info

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

RGB color model

#603323 color RGB value is (96,51,35).

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

RGB channels and saturation

R 96 of 255 = 38%
G 51 of 255 = 20%
B 35 of 255 = 14%

96
51
35

R + G + B ~ 24%. #603323 is dark color.

Portions of RGB colors in percentages

R + G + B =
96 + 51 + 35 = 182 (100%)
R 96 of 182 ~ 52.75%
G 51 of 182 ~ 28.02%
B 35 of 182 ~ 19.23%

%52.75
%28.02
%19.23

CMYK color model

#603323 color CMYK value is (0,47,64,62).

  • cyan value is 0.00%
  • magenta value is 46.88%
  • yellow value is 63.54%
  • key color value is 62.35%
CMYK:
(0,47,64,62)
C0M47Y64K62 
(0%,47%,64%,62%)
(0.00/0.47/0.64/0.62)	

CMYK percentages

%0
%46.88
%63.54
%62.35

Codes

Color #603323 in popluar color models

603323
RGB965135
HSL16°46.56%25.69%
HSB/HSV16°63.54%37.65%
CMYK0.00%46.88%63.54%
62.35%

Color #603323 in popluar number systems.

HEX603323
Decimal965135
Binary1100000110011100011
Octal1406343

Shades and tints

Shades of #603323

#603323
(96,51,35)
#582F20
(88,47,32)
#502B1D
(80,43,29)
#48271A
(72,39,26)
#402317
(64,35,23)
#381F14
(56,31,20)
#301B11
(48,27,17)
#28170E
(40,23,14)
#20130B
(32,19,11)
#180F08
(24,15,8)
#100B05
(16,11,5)
#000000
(0,0,0)

Tints of #603323

#603323
(96,51,35)
#6E4537
(110,69,55)
#7C574B
(124,87,75)
#8A695F
(138,105,95)
#987B73
(152,123,115)
#A68D87
(166,141,135)
#B49F9B
(180,159,155)
#C2B1AF
(194,177,175)
#D0C3C3
(208,195,195)
#DED5D7
(222,213,215)
#ECE7EB
(236,231,235)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #603323; }

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

This text font color is #603323.


Background Color

.myBgColor { background-color: #603323; }

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

This div background color is #603323.


Border color

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

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

This div border color is #603323.


Opacity

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

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

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

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

This text has shadow with #603323 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #603323 on black background.


Color preview on white background

This text has color #603323 on white background.



Black color preview on #603323 background

This text has black color on #603323 background.


White color preview on #603323 background

This text has white color on #603323 background.