COLOR #07003C

HEX: #07003C
RGB: (7,0,60)

Color info

#07003C contains only red and blue colors. Web safe color of #07003C is #000033 (or #003).

RGB color model

#07003C color RGB value is (7,0,60).

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

RGB channels and saturation

R 7 of 255 = 3%
G 0 of 255 = 0%
B 60 of 255 = 24%

7
0
60

R + G + B ~ 9%. #07003C is dark color.

Portions of RGB colors in percentages

R + G + B =
7 + 0 + 60 = 67 (100%)
R 7 of 67 ~ 10.45%
G 0 of 67 ~ 0%
B 60 of 67 ~ 89.55%

%10.45
%89.55

CMYK color model

#07003C color CMYK value is (88,100,0,76).

  • cyan value is 88.33%
  • magenta value is 100.00%
  • yellow value is 0.00%
  • key color value is 76.47%
CMYK:
(88,100,0,76)
C88M100Y0K76 
(88%,100%,0%,76%)
(0.88/1.00/0.00/0.76)	

CMYK percentages

%88.33
%100
%0
%76.47

Codes

Color #07003C in popluar color models

07003C
RGB7060
HSL247°100.00%11.76%
HSB/HSV247°100.00%23.53%
CMYK88.33%100.00%0.00%
76.47%

Color #07003C in popluar number systems.

HEX07003C
Decimal7060
Binary1110111100
Octal7074

Shades and tints

Shades of #07003C

#07003C
(7,0,60)
#070037
(7,0,55)
#070032
(7,0,50)
#07002D
(7,0,45)
#070028
(7,0,40)
#070023
(7,0,35)
#07001E
(7,0,30)
#070019
(7,0,25)
#070014
(7,0,20)
#07000F
(7,0,15)
#07000A
(7,0,10)
#000000
(0,0,0)

Tints of #07003C

#07003C
(7,0,60)
#1D174D
(29,23,77)
#332E5E
(51,46,94)
#49456F
(73,69,111)
#5F5C80
(95,92,128)
#757391
(117,115,145)
#8B8AA2
(139,138,162)
#A1A1B3
(161,161,179)
#B7B8C4
(183,184,196)
#CDCFD5
(205,207,213)
#E3E6E6
(227,230,230)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #07003C; }

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

This text font color is #07003C.


Background Color

.myBgColor { background-color: #07003C; }

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

This div background color is #07003C.


Border color

.myBorderColor { border: 1px solid #07003C; }

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

This div border color is #07003C.


Opacity

.myOpacity80 { color: #07003C; opacity: 0.8; }

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

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

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

This text has shadow with #07003C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #07003C on black background.


Color preview on white background

This text has color #07003C on white background.



Black color preview on #07003C background

This text has black color on #07003C background.


White color preview on #07003C background

This text has white color on #07003C background.