COLOR #070C23

HEX: #070C23
RGB: (7,12,35)

Color info

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

RGB color model

#070C23 color RGB value is (7,12,35).

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

RGB channels and saturation

R 7 of 255 = 3%
G 12 of 255 = 5%
B 35 of 255 = 14%

7
12
35

R + G + B ~ 7%. #070C23 is dark color.

Portions of RGB colors in percentages

R + G + B =
7 + 12 + 35 = 54 (100%)
R 7 of 54 ~ 12.96%
G 12 of 54 ~ 22.22%
B 35 of 54 ~ 64.81%

%12.96
%22.22
%64.81

CMYK color model

#070C23 color CMYK value is (80,66,0,86).

  • cyan value is 80.00%
  • magenta value is 65.71%
  • yellow value is 0.00%
  • key color value is 86.27%
CMYK:
(80,66,0,86)
C80M66Y0K86 
(80%,66%,0%,86%)
(0.80/0.66/0.00/0.86)	

CMYK percentages

%80
%65.71
%0
%86.27

Codes

Color #070C23 in popluar color models

070C23
RGB71235
HSL229°66.67%8.24%
HSB/HSV229°80.00%13.73%
CMYK80.00%65.71%0.00%
86.27%

Color #070C23 in popluar number systems.

HEX070C23
Decimal71235
Binary1111100100011
Octal71443

Shades and tints

Shades of #070C23

#070C23
(7,12,35)
#070B20
(7,11,32)
#070A1D
(7,10,29)
#07091A
(7,9,26)
#070817
(7,8,23)
#070714
(7,7,20)
#070611
(7,6,17)
#07050E
(7,5,14)
#07040B
(7,4,11)
#070308
(7,3,8)
#070205
(7,2,5)
#000000
(0,0,0)

Tints of #070C23

#070C23
(7,12,35)
#1D2237
(29,34,55)
#33384B
(51,56,75)
#494E5F
(73,78,95)
#5F6473
(95,100,115)
#757A87
(117,122,135)
#8B909B
(139,144,155)
#A1A6AF
(161,166,175)
#B7BCC3
(183,188,195)
#CDD2D7
(205,210,215)
#E3E8EB
(227,232,235)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #070C23; }

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

This text font color is #070C23.


Background Color

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

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

This div background color is #070C23.


Border color

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

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

This div border color is #070C23.


Opacity

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

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

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

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

This text has shadow with #070C23 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #070C23 on black background.


Color preview on white background

This text has color #070C23 on white background.



Black color preview on #070C23 background

This text has black color on #070C23 background.


White color preview on #070C23 background

This text has white color on #070C23 background.