COLOR #602030

HEX: #602030
RGB: (96,32,48)

Color info

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

RGB color model

#602030 color RGB value is (96,32,48).

  • red value is 96;
  • green value is 32;
  • blue value is 48.
RGB:
(96,32,48)
(38%,13%,19%)

RGB channels and saturation

R 96 of 255 = 38%
G 32 of 255 = 13%
B 48 of 255 = 19%

96
32
48

R + G + B ~ 23%. #602030 is dark color.

Portions of RGB colors in percentages

R + G + B =
96 + 32 + 48 = 176 (100%)
R 96 of 176 ~ 54.55%
G 32 of 176 ~ 18.18%
B 48 of 176 ~ 27.27%

%54.55
%18.18
%27.27

CMYK color model

#602030 color CMYK value is (0,67,50,62).

  • cyan value is 0.00%
  • magenta value is 66.67%
  • yellow value is 50.00%
  • key color value is 62.35%
CMYK:
(0,67,50,62)
C0M67Y50K62 
(0%,67%,50%,62%)
(0.00/0.67/0.50/0.62)	

CMYK percentages

%0
%66.67
%50
%62.35

Codes

Color #602030 in popluar color models

602030
RGB963248
HSL345°50.00%25.10%
HSB/HSV345°66.67%37.65%
CMYK0.00%66.67%50.00%
62.35%

Color #602030 in popluar number systems.

HEX602030
Decimal963248
Binary1100000100000110000
Octal1404060

Shades and tints

Shades of #602030

#602030
(96,32,48)
#581E2C
(88,30,44)
#501C28
(80,28,40)
#481A24
(72,26,36)
#401820
(64,24,32)
#38161C
(56,22,28)
#301418
(48,20,24)
#281214
(40,18,20)
#201010
(32,16,16)
#180E0C
(24,14,12)
#100C08
(16,12,8)
#000000
(0,0,0)

Tints of #602030

#602030
(96,32,48)
#6E3442
(110,52,66)
#7C4854
(124,72,84)
#8A5C66
(138,92,102)
#987078
(152,112,120)
#A6848A
(166,132,138)
#B4989C
(180,152,156)
#C2ACAE
(194,172,174)
#D0C0C0
(208,192,192)
#DED4D2
(222,212,210)
#ECE8E4
(236,232,228)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #602030; }

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

This text font color is #602030.


Background Color

.myBgColor { background-color: #602030; }

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

This div background color is #602030.


Border color

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

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

This div border color is #602030.


Opacity

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

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

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

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

This text has shadow with #602030 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #602030 on black background.


Color preview on white background

This text has color #602030 on white background.



Black color preview on #602030 background

This text has black color on #602030 background.


White color preview on #602030 background

This text has white color on #602030 background.