COLOR #070E3F

HEX: #070E3F
RGB: (7,14,63)

Color info

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

RGB color model

#070E3F color RGB value is (7,14,63).

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

RGB channels and saturation

R 7 of 255 = 3%
G 14 of 255 = 5%
B 63 of 255 = 25%

7
14
63

R + G + B ~ 11%. #070E3F is dark color.

Portions of RGB colors in percentages

R + G + B =
7 + 14 + 63 = 84 (100%)
R 7 of 84 ~ 8.33%
G 14 of 84 ~ 16.67%
B 63 of 84 ~ 75%

%16.67
%75

CMYK color model

#070E3F color CMYK value is (89,78,0,75).

  • cyan value is 88.89%
  • magenta value is 77.78%
  • yellow value is 0.00%
  • key color value is 75.29%
CMYK:
(89,78,0,75)
C89M78Y0K75 
(89%,78%,0%,75%)
(0.89/0.78/0.00/0.75)	

CMYK percentages

%88.89
%77.78
%0
%75.29

Codes

Color #070E3F in popluar color models

070E3F
RGB71463
HSL233°80.00%13.73%
HSB/HSV233°88.89%24.71%
CMYK88.89%77.78%0.00%
75.29%

Color #070E3F in popluar number systems.

HEX070E3F
Decimal71463
Binary1111110111111
Octal71677

Shades and tints

Shades of #070E3F

#070E3F
(7,14,63)
#070D3A
(7,13,58)
#070C35
(7,12,53)
#070B30
(7,11,48)
#070A2B
(7,10,43)
#070926
(7,9,38)
#070821
(7,8,33)
#07071C
(7,7,28)
#070617
(7,6,23)
#070512
(7,5,18)
#07040D
(7,4,13)
#000000
(0,0,0)

Tints of #070E3F

#070E3F
(7,14,63)
#1D2350
(29,35,80)
#333861
(51,56,97)
#494D72
(73,77,114)
#5F6283
(95,98,131)
#757794
(117,119,148)
#8B8CA5
(139,140,165)
#A1A1B6
(161,161,182)
#B7B6C7
(183,182,199)
#CDCBD8
(205,203,216)
#E3E0E9
(227,224,233)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #070E3F color. Also use rgb(7,14,63) instead hex code.

Text Font Color

.myTextColor { color: #070E3F; }

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

This text font color is #070E3F.


Background Color

.myBgColor { background-color: #070E3F; }

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

This div background color is #070E3F.


Border color

.myBorderColor { border: 1px solid #070E3F; }

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

This div border color is #070E3F.


Opacity

.myOpacity80 { color: #070E3F; opacity: 0.8; }

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

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

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

This text has shadow with #070E3F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #070E3F on black background.


Color preview on white background

This text has color #070E3F on white background.



Black color preview on #070E3F background

This text has black color on #070E3F background.


White color preview on #070E3F background

This text has white color on #070E3F background.