COLOR #630007

HEX: #630007
RGB: (99,0,7)

Color info

#630007 contains mainly red color. Web safe color of #630007 is #660000 (or #600).

RGB color model

#630007 color RGB value is (99,0,7).

  • red value is 99;
  • green value is 0;
  • blue value is 7.
RGB:
(99,0,7)
(39%,0%,3%)

RGB channels and saturation

R 99 of 255 = 39%
G 0 of 255 = 0%
B 7 of 255 = 3%

99
0
7

R + G + B ~ 14%. #630007 is dark color.

Portions of RGB colors in percentages

R + G + B =
99 + 0 + 7 = 106 (100%)
R 99 of 106 ~ 93.4%
G 0 of 106 ~ 0%
B 7 of 106 ~ 6.6%

%93.4

CMYK color model

#630007 color CMYK value is (0,100,93,61).

  • cyan value is 0.00%
  • magenta value is 100.00%
  • yellow value is 92.93%
  • key color value is 61.18%
CMYK:
(0,100,93,61)
C0M100Y93K61 
(0%,100%,93%,61%)
(0.00/1.00/0.93/0.61)	

CMYK percentages

%0
%100
%92.93
%61.18

Codes

Color #630007 in popluar color models

630007
RGB9907
HSL356°100.00%19.41%
HSB/HSV356°100.00%38.82%
CMYK0.00%100.00%92.93%
61.18%

Color #630007 in popluar number systems.

HEX630007
Decimal9907
Binary11000110111
Octal14307

Shades and tints

Shades of #630007

#630007
(99,0,7)
#5A0007
(90,0,7)
#510007
(81,0,7)
#480007
(72,0,7)
#3F0007
(63,0,7)
#360007
(54,0,7)
#2D0007
(45,0,7)
#240007
(36,0,7)
#1B0007
(27,0,7)
#120007
(18,0,7)
#090007
(9,0,7)
#000000
(0,0,0)

Tints of #630007

#630007
(99,0,7)
#71171D
(113,23,29)
#7F2E33
(127,46,51)
#8D4549
(141,69,73)
#9B5C5F
(155,92,95)
#A97375
(169,115,117)
#B78A8B
(183,138,139)
#C5A1A1
(197,161,161)
#D3B8B7
(211,184,183)
#E1CFCD
(225,207,205)
#EFE6E3
(239,230,227)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #630007 color. Also use rgb(99,0,7) instead hex code.

Text Font Color

.myTextColor { color: #630007; }

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

This text font color is #630007.


Background Color

.myBgColor { background-color: #630007; }

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

This div background color is #630007.


Border color

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

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

This div border color is #630007.


Opacity

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

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

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

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

This text has shadow with #630007 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #630007 on black background.


Color preview on white background

This text has color #630007 on white background.



Black color preview on #630007 background

This text has black color on #630007 background.


White color preview on #630007 background

This text has white color on #630007 background.