COLOR #070B24

HEX: #070B24
RGB: (7,11,36)

Color info

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

RGB color model

#070B24 color RGB value is (7,11,36).

  • red value is 7;
  • green value is 11;
  • blue value is 36.
RGB:
(7,11,36)
(3%,4%,14%)

RGB channels and saturation

R 7 of 255 = 3%
G 11 of 255 = 4%
B 36 of 255 = 14%

7
11
36

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

Portions of RGB colors in percentages

R + G + B =
7 + 11 + 36 = 54 (100%)
R 7 of 54 ~ 12.96%
G 11 of 54 ~ 20.37%
B 36 of 54 ~ 66.67%

%12.96
%20.37
%66.67

CMYK color model

#070B24 color CMYK value is (81,69,0,86).

  • cyan value is 80.56%
  • magenta value is 69.44%
  • yellow value is 0.00%
  • key color value is 85.88%
CMYK:
(81,69,0,86)
C81M69Y0K86 
(81%,69%,0%,86%)
(0.81/0.69/0.00/0.86)	

CMYK percentages

%80.56
%69.44
%0
%85.88

Codes

Color #070B24 in popluar color models

070B24
RGB71136
HSL232°67.44%8.43%
HSB/HSV232°80.56%14.12%
CMYK80.56%69.44%0.00%
85.88%

Color #070B24 in popluar number systems.

HEX070B24
Decimal71136
Binary1111011100100
Octal71344

Shades and tints

Shades of #070B24

#070B24
(7,11,36)
#070A21
(7,10,33)
#07091E
(7,9,30)
#07081B
(7,8,27)
#070718
(7,7,24)
#070615
(7,6,21)
#070512
(7,5,18)
#07040F
(7,4,15)
#07030C
(7,3,12)
#070209
(7,2,9)
#070106
(7,1,6)
#000000
(0,0,0)

Tints of #070B24

#070B24
(7,11,36)
#1D2137
(29,33,55)
#33374A
(51,55,74)
#494D5D
(73,77,93)
#5F6370
(95,99,112)
#757983
(117,121,131)
#8B8F96
(139,143,150)
#A1A5A9
(161,165,169)
#B7BBBC
(183,187,188)
#CDD1CF
(205,209,207)
#E3E7E2
(227,231,226)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #070B24 color. Also use rgb(7,11,36) instead hex code.

Text Font Color

.myTextColor { color: #070B24; }

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

This text font color is #070B24.


Background Color

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

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

This div background color is #070B24.


Border color

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

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

This div border color is #070B24.


Opacity

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

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

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

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

This text has shadow with #070B24 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #070B24 on black background.


Color preview on white background

This text has color #070B24 on white background.



Black color preview on #070B24 background

This text has black color on #070B24 background.


White color preview on #070B24 background

This text has white color on #070B24 background.