COLOR #600030

HEX: #600030
RGB: (96,0,48)

Color info

#600030 contains only red and blue colors. Web safe color of #600030 is #660033 (or #603).

RGB color model

#600030 color RGB value is (96,0,48).

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

RGB channels and saturation

R 96 of 255 = 38%
G 0 of 255 = 0%
B 48 of 255 = 19%

96
0
48

R + G + B ~ 19%. #600030 is dark color.

Portions of RGB colors in percentages

R + G + B =
96 + 0 + 48 = 144 (100%)
R 96 of 144 ~ 66.67%
G 0 of 144 ~ 0%
B 48 of 144 ~ 33.33%

%66.67
%33.33

CMYK color model

#600030 color CMYK value is (0,100,50,62).

  • cyan value is 0.00%
  • magenta value is 100.00%
  • yellow value is 50.00%
  • key color value is 62.35%
CMYK:
(0,100,50,62)
C0M100Y50K62 
(0%,100%,50%,62%)
(0.00/1.00/0.50/0.62)	

CMYK percentages

%0
%100
%50
%62.35

Codes

Color #600030 in popluar color models

600030
RGB96048
HSL330°100.00%18.82%
HSB/HSV330°100.00%37.65%
CMYK0.00%100.00%50.00%
62.35%

Color #600030 in popluar number systems.

HEX600030
Decimal96048
Binary11000000110000
Octal140060

Shades and tints

Shades of #600030

#600030
(96,0,48)
#58002C
(88,0,44)
#500028
(80,0,40)
#480024
(72,0,36)
#400020
(64,0,32)
#38001C
(56,0,28)
#300018
(48,0,24)
#280014
(40,0,20)
#200010
(32,0,16)
#18000C
(24,0,12)
#100008
(16,0,8)
#000000
(0,0,0)

Tints of #600030

#600030
(96,0,48)
#6E1742
(110,23,66)
#7C2E54
(124,46,84)
#8A4566
(138,69,102)
#985C78
(152,92,120)
#A6738A
(166,115,138)
#B48A9C
(180,138,156)
#C2A1AE
(194,161,174)
#D0B8C0
(208,184,192)
#DECFD2
(222,207,210)
#ECE6E4
(236,230,228)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #600030; }

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

This text font color is #600030.


Background Color

.myBgColor { background-color: #600030; }

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

This div background color is #600030.


Border color

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

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

This div border color is #600030.


Opacity

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

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

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

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

This text has shadow with #600030 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #600030 on black background.


Color preview on white background

This text has color #600030 on white background.



Black color preview on #600030 background

This text has black color on #600030 background.


White color preview on #600030 background

This text has white color on #600030 background.