COLOR #070E52

HEX: #070E52
RGB: (7,14,82)

Color info

#070E52 contains mainly blue color. Web safe color of #070E52 is #000066 (or #006).

RGB color model

#070E52 color RGB value is (7,14,82).

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

RGB channels and saturation

R 7 of 255 = 3%
G 14 of 255 = 5%
B 82 of 255 = 32%

7
14
82

R + G + B ~ 13%. #070E52 is dark color.

Portions of RGB colors in percentages

R + G + B =
7 + 14 + 82 = 103 (100%)
R 7 of 103 ~ 6.8%
G 14 of 103 ~ 13.59%
B 82 of 103 ~ 79.61%

%13.59
%79.61

CMYK color model

#070E52 color CMYK value is (91,83,0,68).

  • cyan value is 91.46%
  • magenta value is 82.93%
  • yellow value is 0.00%
  • key color value is 67.84%
CMYK:
(91,83,0,68)
C91M83Y0K68 
(91%,83%,0%,68%)
(0.91/0.83/0.00/0.68)	

CMYK percentages

%91.46
%82.93
%0
%67.84

Codes

Color #070E52 in popluar color models

070E52
RGB71482
HSL234°84.27%17.45%
HSB/HSV234°91.46%32.16%
CMYK91.46%82.93%0.00%
67.84%

Color #070E52 in popluar number systems.

HEX070E52
Decimal71482
Binary11111101010010
Octal716122

Shades and tints

Shades of #070E52

#070E52
(7,14,82)
#070D4B
(7,13,75)
#070C44
(7,12,68)
#070B3D
(7,11,61)
#070A36
(7,10,54)
#07092F
(7,9,47)
#070828
(7,8,40)
#070721
(7,7,33)
#07061A
(7,6,26)
#070513
(7,5,19)
#07040C
(7,4,12)
#000000
(0,0,0)

Tints of #070E52

#070E52
(7,14,82)
#1D2361
(29,35,97)
#333870
(51,56,112)
#494D7F
(73,77,127)
#5F628E
(95,98,142)
#75779D
(117,119,157)
#8B8CAC
(139,140,172)
#A1A1BB
(161,161,187)
#B7B6CA
(183,182,202)
#CDCBD9
(205,203,217)
#E3E0E8
(227,224,232)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #070E52; }

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

This text font color is #070E52.


Background Color

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

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

This div background color is #070E52.


Border color

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

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

This div border color is #070E52.


Opacity

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

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

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

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

This text has shadow with #070E52 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #070E52 on black background.


Color preview on white background

This text has color #070E52 on white background.



Black color preview on #070E52 background

This text has black color on #070E52 background.


White color preview on #070E52 background

This text has white color on #070E52 background.