COLOR #070A1B

HEX: #070A1B
RGB: (7,10,27)

Color info

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

RGB color model

#070A1B color RGB value is (7,10,27).

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

RGB channels and saturation

R 7 of 255 = 3%
G 10 of 255 = 4%
B 27 of 255 = 11%

7
10
27

R + G + B ~ 6%. #070A1B is dark color.

Portions of RGB colors in percentages

R + G + B =
7 + 10 + 27 = 44 (100%)
R 7 of 44 ~ 15.91%
G 10 of 44 ~ 22.73%
B 27 of 44 ~ 61.36%

%15.91
%22.73
%61.36

CMYK color model

#070A1B color CMYK value is (74,63,0,89).

  • cyan value is 74.07%
  • magenta value is 62.96%
  • yellow value is 0.00%
  • key color value is 89.41%
CMYK:
(74,63,0,89)
C74M63Y0K89 
(74%,63%,0%,89%)
(0.74/0.63/0.00/0.89)	

CMYK percentages

%74.07
%62.96
%0
%89.41

Codes

Color #070A1B in popluar color models

070A1B
RGB71027
HSL231°58.82%6.67%
HSB/HSV231°74.07%10.59%
CMYK74.07%62.96%0.00%
89.41%

Color #070A1B in popluar number systems.

HEX070A1B
Decimal71027
Binary111101011011
Octal71233

Shades and tints

Shades of #070A1B

#070A1B
(7,10,27)
#070A19
(7,10,25)
#070A17
(7,10,23)
#070A15
(7,10,21)
#070A13
(7,10,19)
#070A11
(7,10,17)
#070A0F
(7,10,15)
#070A0D
(7,10,13)
#070A0B
(7,10,11)
#070A09
(7,10,9)
#070A07
(7,10,7)
#000000
(0,0,0)

Tints of #070A1B

#070A1B
(7,10,27)
#1D202F
(29,32,47)
#333643
(51,54,67)
#494C57
(73,76,87)
#5F626B
(95,98,107)
#75787F
(117,120,127)
#8B8E93
(139,142,147)
#A1A4A7
(161,164,167)
#B7BABB
(183,186,187)
#CDD0CF
(205,208,207)
#E3E6E3
(227,230,227)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #070A1B color. Also use rgb(7,10,27) instead hex code.

Text Font Color

.myTextColor { color: #070A1B; }

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

This text font color is #070A1B.


Background Color

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

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

This div background color is #070A1B.


Border color

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

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

This div border color is #070A1B.


Opacity

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

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

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

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

This text has shadow with #070A1B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #070A1B on black background.


Color preview on white background

This text has color #070A1B on white background.



Black color preview on #070A1B background

This text has black color on #070A1B background.


White color preview on #070A1B background

This text has white color on #070A1B background.