COLOR #070047

HEX: #070047
RGB: (7,0,71)

Color info

#070047 contains mainly blue color. Web safe color of #070047 is #000033 (or #003).

RGB color model

#070047 color RGB value is (7,0,71).

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

RGB channels and saturation

R 7 of 255 = 3%
G 0 of 255 = 0%
B 71 of 255 = 28%

7
0
71

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

Portions of RGB colors in percentages

R + G + B =
7 + 0 + 71 = 78 (100%)
R 7 of 78 ~ 8.97%
G 0 of 78 ~ 0%
B 71 of 78 ~ 91.03%

%91.03

CMYK color model

#070047 color CMYK value is (90,100,0,72).

  • cyan value is 90.14%
  • magenta value is 100.00%
  • yellow value is 0.00%
  • key color value is 72.16%
CMYK:
(90,100,0,72)
C90M100Y0K72 
(90%,100%,0%,72%)
(0.90/1.00/0.00/0.72)	

CMYK percentages

%90.14
%100
%0
%72.16

Codes

Color #070047 in popluar color models

070047
RGB7071
HSL246°100.00%13.92%
HSB/HSV246°100.00%27.84%
CMYK90.14%100.00%0.00%
72.16%

Color #070047 in popluar number systems.

HEX070047
Decimal7071
Binary11101000111
Octal70107

Shades and tints

Shades of #070047

#070047
(7,0,71)
#070041
(7,0,65)
#07003B
(7,0,59)
#070035
(7,0,53)
#07002F
(7,0,47)
#070029
(7,0,41)
#070023
(7,0,35)
#07001D
(7,0,29)
#070017
(7,0,23)
#070011
(7,0,17)
#07000B
(7,0,11)
#000000
(0,0,0)

Tints of #070047

#070047
(7,0,71)
#1D1757
(29,23,87)
#332E67
(51,46,103)
#494577
(73,69,119)
#5F5C87
(95,92,135)
#757397
(117,115,151)
#8B8AA7
(139,138,167)
#A1A1B7
(161,161,183)
#B7B8C7
(183,184,199)
#CDCFD7
(205,207,215)
#E3E6E7
(227,230,231)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #070047; }

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

This text font color is #070047.


Background Color

.myBgColor { background-color: #070047; }

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

This div background color is #070047.


Border color

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

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

This div border color is #070047.


Opacity

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

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

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

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

This text has shadow with #070047 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #070047 on black background.


Color preview on white background

This text has color #070047 on white background.



Black color preview on #070047 background

This text has black color on #070047 background.


White color preview on #070047 background

This text has white color on #070047 background.