COLOR #602133

HEX: #602133
RGB: (96,33,51)

Color info

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

RGB color model

#602133 color RGB value is (96,33,51).

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

RGB channels and saturation

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

96
33
51

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

Portions of RGB colors in percentages

R + G + B =
96 + 33 + 51 = 180 (100%)
R 96 of 180 ~ 53.33%
G 33 of 180 ~ 18.33%
B 51 of 180 ~ 28.33%

%53.33
%18.33
%28.33

CMYK color model

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

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

CMYK percentages

%0
%65.63
%46.88
%62.35

Codes

Color #602133 in popluar color models

602133
RGB963351
HSL343°48.84%25.29%
HSB/HSV343°65.63%37.65%
CMYK0.00%65.63%46.88%
62.35%

Color #602133 in popluar number systems.

HEX602133
Decimal963351
Binary1100000100001110011
Octal1404163

Shades and tints

Shades of #602133

#602133
(96,33,51)
#581E2F
(88,30,47)
#501B2B
(80,27,43)
#481827
(72,24,39)
#401523
(64,21,35)
#38121F
(56,18,31)
#300F1B
(48,15,27)
#280C17
(40,12,23)
#200913
(32,9,19)
#18060F
(24,6,15)
#10030B
(16,3,11)
#000000
(0,0,0)

Tints of #602133

#602133
(96,33,51)
#6E3545
(110,53,69)
#7C4957
(124,73,87)
#8A5D69
(138,93,105)
#98717B
(152,113,123)
#A6858D
(166,133,141)
#B4999F
(180,153,159)
#C2ADB1
(194,173,177)
#D0C1C3
(208,193,195)
#DED5D5
(222,213,213)
#ECE9E7
(236,233,231)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #602133; }

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

This text font color is #602133.


Background Color

.myBgColor { background-color: #602133; }

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

This div background color is #602133.


Border color

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

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

This div border color is #602133.


Opacity

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

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

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

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

This text has shadow with #602133 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #602133 on black background.


Color preview on white background

This text has color #602133 on white background.



Black color preview on #602133 background

This text has black color on #602133 background.


White color preview on #602133 background

This text has white color on #602133 background.