COLOR #603333

HEX: #603333
RGB: (96,51,51)

Color info

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

RGB color model

#603333 color RGB value is (96,51,51).

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

RGB channels and saturation

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

96
51
51

R + G + B ~ 26%. #603333 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
96 + 51 + 51 = 198 (100%)
R 96 of 198 ~ 48.48%
G 51 of 198 ~ 25.76%
B 51 of 198 ~ 25.76%

%48.48
%25.76
%25.76

CMYK color model

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

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

CMYK percentages

%0
%46.88
%46.88
%62.35

Codes

Color #603333 in popluar color models

603333
RGB965151
HSL30.61%28.82%
HSB/HSV46.88%37.65%
CMYK0.00%46.88%46.88%
62.35%

Color #603333 in popluar number systems.

HEX603333
Decimal965151
Binary1100000110011110011
Octal1406363

Shades and tints

Shades of #603333

#603333
(96,51,51)
#582F2F
(88,47,47)
#502B2B
(80,43,43)
#482727
(72,39,39)
#402323
(64,35,35)
#381F1F
(56,31,31)
#301B1B
(48,27,27)
#281717
(40,23,23)
#201313
(32,19,19)
#180F0F
(24,15,15)
#100B0B
(16,11,11)
#000000
(0,0,0)

Tints of #603333

#603333
(96,51,51)
#6E4545
(110,69,69)
#7C5757
(124,87,87)
#8A6969
(138,105,105)
#987B7B
(152,123,123)
#A68D8D
(166,141,141)
#B49F9F
(180,159,159)
#C2B1B1
(194,177,177)
#D0C3C3
(208,195,195)
#DED5D5
(222,213,213)
#ECE7E7
(236,231,231)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #603333; }

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

This text font color is #603333.


Background Color

.myBgColor { background-color: #603333; }

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

This div background color is #603333.


Border color

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

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

This div border color is #603333.


Opacity

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

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

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

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

This text has shadow with #603333 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #603333 on black background.


Color preview on white background

This text has color #603333 on white background.



Black color preview on #603333 background

This text has black color on #603333 background.


White color preview on #603333 background

This text has white color on #603333 background.