COLOR #07063F

HEX: #07063F
RGB: (7,6,63)

Color info

#07063F contains red, green and blue colors in about the same proportion. Web safe color of #07063F is #000033 (or #003).

RGB color model

#07063F color RGB value is (7,6,63).

  • red value is 7;
  • green value is 6;
  • blue value is 63.
RGB:
(7,6,63)
(3%,2%,25%)

RGB channels and saturation

R 7 of 255 = 3%
G 6 of 255 = 2%
B 63 of 255 = 25%

7
6
63

R + G + B ~ 10%. #07063F is dark color.

Portions of RGB colors in percentages

R + G + B =
7 + 6 + 63 = 76 (100%)
R 7 of 76 ~ 9.21%
G 6 of 76 ~ 7.89%
B 63 of 76 ~ 82.89%

%82.89

CMYK color model

#07063F color CMYK value is (89,90,0,75).

  • cyan value is 88.89%
  • magenta value is 90.48%
  • yellow value is 0.00%
  • key color value is 75.29%
CMYK:
(89,90,0,75)
C89M90Y0K75 
(89%,90%,0%,75%)
(0.89/0.90/0.00/0.75)	

CMYK percentages

%88.89
%90.48
%0
%75.29

Codes

Color #07063F in popluar color models

07063F
RGB7663
HSL241°82.61%13.53%
HSB/HSV241°90.48%24.71%
CMYK88.89%90.48%0.00%
75.29%

Color #07063F in popluar number systems.

HEX07063F
Decimal7663
Binary111110111111
Octal7677

Shades and tints

Shades of #07063F

#07063F
(7,6,63)
#07063A
(7,6,58)
#070635
(7,6,53)
#070630
(7,6,48)
#07062B
(7,6,43)
#070626
(7,6,38)
#070621
(7,6,33)
#07061C
(7,6,28)
#070617
(7,6,23)
#070612
(7,6,18)
#07060D
(7,6,13)
#000000
(0,0,0)

Tints of #07063F

#07063F
(7,6,63)
#1D1C50
(29,28,80)
#333261
(51,50,97)
#494872
(73,72,114)
#5F5E83
(95,94,131)
#757494
(117,116,148)
#8B8AA5
(139,138,165)
#A1A0B6
(161,160,182)
#B7B6C7
(183,182,199)
#CDCCD8
(205,204,216)
#E3E2E9
(227,226,233)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #07063F color. Also use rgb(7,6,63) instead hex code.

Text Font Color

.myTextColor { color: #07063F; }

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

This text font color is #07063F.


Background Color

.myBgColor { background-color: #07063F; }

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

This div background color is #07063F.


Border color

.myBorderColor { border: 1px solid #07063F; }

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

This div border color is #07063F.


Opacity

.myOpacity80 { color: #07063F; opacity: 0.8; }

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

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

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

This text has shadow with #07063F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #07063F on black background.


Color preview on white background

This text has color #07063F on white background.



Black color preview on #07063F background

This text has black color on #07063F background.


White color preview on #07063F background

This text has white color on #07063F background.