COLOR #070B2F

HEX: #070B2F
RGB: (7,11,47)

Color info

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

RGB color model

#070B2F color RGB value is (7,11,47).

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

RGB channels and saturation

R 7 of 255 = 3%
G 11 of 255 = 4%
B 47 of 255 = 18%

7
11
47

R + G + B ~ 8%. #070B2F is dark color.

Portions of RGB colors in percentages

R + G + B =
7 + 11 + 47 = 65 (100%)
R 7 of 65 ~ 10.77%
G 11 of 65 ~ 16.92%
B 47 of 65 ~ 72.31%

%10.77
%16.92
%72.31

CMYK color model

#070B2F color CMYK value is (85,77,0,82).

  • cyan value is 85.11%
  • magenta value is 76.60%
  • yellow value is 0.00%
  • key color value is 81.57%
CMYK:
(85,77,0,82)
C85M77Y0K82 
(85%,77%,0%,82%)
(0.85/0.77/0.00/0.82)	

CMYK percentages

%85.11
%76.6
%0
%81.57

Codes

Color #070B2F in popluar color models

070B2F
RGB71147
HSL234°74.07%10.59%
HSB/HSV234°85.11%18.43%
CMYK85.11%76.60%0.00%
81.57%

Color #070B2F in popluar number systems.

HEX070B2F
Decimal71147
Binary1111011101111
Octal71357

Shades and tints

Shades of #070B2F

#070B2F
(7,11,47)
#070A2B
(7,10,43)
#070927
(7,9,39)
#070823
(7,8,35)
#07071F
(7,7,31)
#07061B
(7,6,27)
#070517
(7,5,23)
#070413
(7,4,19)
#07030F
(7,3,15)
#07020B
(7,2,11)
#070107
(7,1,7)
#000000
(0,0,0)

Tints of #070B2F

#070B2F
(7,11,47)
#1D2141
(29,33,65)
#333753
(51,55,83)
#494D65
(73,77,101)
#5F6377
(95,99,119)
#757989
(117,121,137)
#8B8F9B
(139,143,155)
#A1A5AD
(161,165,173)
#B7BBBF
(183,187,191)
#CDD1D1
(205,209,209)
#E3E7E3
(227,231,227)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #070B2F; }

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

This text font color is #070B2F.


Background Color

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

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

This div background color is #070B2F.


Border color

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

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

This div border color is #070B2F.


Opacity

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

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

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

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

This text has shadow with #070B2F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #070B2F on black background.


Color preview on white background

This text has color #070B2F on white background.



Black color preview on #070B2F background

This text has black color on #070B2F background.


White color preview on #070B2F background

This text has white color on #070B2F background.