COLOR #070D1B

HEX: #070D1B
RGB: (7,13,27)

Color info

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

RGB color model

#070D1B color RGB value is (7,13,27).

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

RGB channels and saturation

R 7 of 255 = 3%
G 13 of 255 = 5%
B 27 of 255 = 11%

7
13
27

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

Portions of RGB colors in percentages

R + G + B =
7 + 13 + 27 = 47 (100%)
R 7 of 47 ~ 14.89%
G 13 of 47 ~ 27.66%
B 27 of 47 ~ 57.45%

%14.89
%27.66
%57.45

CMYK color model

#070D1B color CMYK value is (74,52,0,89).

  • cyan value is 74.07%
  • magenta value is 51.85%
  • yellow value is 0.00%
  • key color value is 89.41%
CMYK:
(74,52,0,89)
C74M52Y0K89 
(74%,52%,0%,89%)
(0.74/0.52/0.00/0.89)	

CMYK percentages

%74.07
%51.85
%0
%89.41

Codes

Color #070D1B in popluar color models

070D1B
RGB71327
HSL222°58.82%6.67%
HSB/HSV222°74.07%10.59%
CMYK74.07%51.85%0.00%
89.41%

Color #070D1B in popluar number systems.

HEX070D1B
Decimal71327
Binary111110111011
Octal71533

Shades and tints

Shades of #070D1B

#070D1B
(7,13,27)
#070C19
(7,12,25)
#070B17
(7,11,23)
#070A15
(7,10,21)
#070913
(7,9,19)
#070811
(7,8,17)
#07070F
(7,7,15)
#07060D
(7,6,13)
#07050B
(7,5,11)
#070409
(7,4,9)
#070307
(7,3,7)
#000000
(0,0,0)

Tints of #070D1B

#070D1B
(7,13,27)
#1D232F
(29,35,47)
#333943
(51,57,67)
#494F57
(73,79,87)
#5F656B
(95,101,107)
#757B7F
(117,123,127)
#8B9193
(139,145,147)
#A1A7A7
(161,167,167)
#B7BDBB
(183,189,187)
#CDD3CF
(205,211,207)
#E3E9E3
(227,233,227)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #070D1B; }

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

This text font color is #070D1B.


Background Color

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

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

This div background color is #070D1B.


Border color

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

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

This div border color is #070D1B.


Opacity

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

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

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

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

This text has shadow with #070D1B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #070D1B on black background.


Color preview on white background

This text has color #070D1B on white background.



Black color preview on #070D1B background

This text has black color on #070D1B background.


White color preview on #070D1B background

This text has white color on #070D1B background.