COLOR #070C36

HEX: #070C36
RGB: (7,12,54)

Color info

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

RGB color model

#070C36 color RGB value is (7,12,54).

  • red value is 7;
  • green value is 12;
  • blue value is 54.
RGB:
(7,12,54)
(3%,5%,21%)

RGB channels and saturation

R 7 of 255 = 3%
G 12 of 255 = 5%
B 54 of 255 = 21%

7
12
54

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

Portions of RGB colors in percentages

R + G + B =
7 + 12 + 54 = 73 (100%)
R 7 of 73 ~ 9.59%
G 12 of 73 ~ 16.44%
B 54 of 73 ~ 73.97%

%9.59
%16.44
%73.97

CMYK color model

#070C36 color CMYK value is (87,78,0,79).

  • cyan value is 87.04%
  • magenta value is 77.78%
  • yellow value is 0.00%
  • key color value is 78.82%
CMYK:
(87,78,0,79)
C87M78Y0K79 
(87%,78%,0%,79%)
(0.87/0.78/0.00/0.79)	

CMYK percentages

%87.04
%77.78
%0
%78.82

Codes

Color #070C36 in popluar color models

070C36
RGB71254
HSL234°77.05%11.96%
HSB/HSV234°87.04%21.18%
CMYK87.04%77.78%0.00%
78.82%

Color #070C36 in popluar number systems.

HEX070C36
Decimal71254
Binary1111100110110
Octal71466

Shades and tints

Shades of #070C36

#070C36
(7,12,54)
#070B32
(7,11,50)
#070A2E
(7,10,46)
#07092A
(7,9,42)
#070826
(7,8,38)
#070722
(7,7,34)
#07061E
(7,6,30)
#07051A
(7,5,26)
#070416
(7,4,22)
#070312
(7,3,18)
#07020E
(7,2,14)
#000000
(0,0,0)

Tints of #070C36

#070C36
(7,12,54)
#1D2248
(29,34,72)
#33385A
(51,56,90)
#494E6C
(73,78,108)
#5F647E
(95,100,126)
#757A90
(117,122,144)
#8B90A2
(139,144,162)
#A1A6B4
(161,166,180)
#B7BCC6
(183,188,198)
#CDD2D8
(205,210,216)
#E3E8EA
(227,232,234)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #070C36 color. Also use rgb(7,12,54) instead hex code.

Text Font Color

.myTextColor { color: #070C36; }

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

This text font color is #070C36.


Background Color

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

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

This div background color is #070C36.


Border color

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

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

This div border color is #070C36.


Opacity

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

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

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

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

This text has shadow with #070C36 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #070C36 on black background.


Color preview on white background

This text has color #070C36 on white background.



Black color preview on #070C36 background

This text has black color on #070C36 background.


White color preview on #070C36 background

This text has white color on #070C36 background.