COLOR #070F0B

HEX: #070F0B RGB: (7,15,11)

Color info

#070F0B contains red, green and blue colors in about the same proportion. Web safe color of #070F0B is #000000 (or #000).

RGB color model

#070F0B color RGB value is (7,15,11).

RGB: (7,15,11) (3%, 6%, 4%)

RGB channels and saturation

R 7 of 255 = 3%
G 15 of 255 = 6%
B 11 of 255 = 4%

7
15
11

R + G + B ~ 4%. #070F0B is dark color.

Portions of RGB colors in percentages

R + G + B = 7 + 15 + 11 = 33 (100%)
R 7 of 33 ~ 21.21%
G 15 of 33 ~ 45.45%
B 11 of 33 ~ 33.33'%

%21.21
%45.45
%33.33

CMYK color model

#070F0B color CMYK value is (53,0,27,94).

  • cyan value is 53.33%
  • magenta value is 0.00%
  • yellow value is 26.67%
  • key color value is 94.12%

CMYK: (53,0,27,94)
C53M0Y27K94 (53%, 0%, 27%, 94%)
(0.53 / 0.00 / 0.27 / 0.94)

CMYK percentages

%53.33
%0
%26.67
%94.12

Codes

Color #070F0B in popluar color models

07 0F 0B
RGB 7 15 11
HSL 150° 36.36% 4.31%
HSB/HSV 150° 53.33% 5.88%
CMYK 53.33% 0.00% 26.67%
94.12%

Color #070F0B in popluar number systems.

HEX 07 0F 0B
Decimal 7 15 11
Binary 111 1111 1011
Octal 7 17 13

Shades and tints

Shades of #070F0B

#070F0B
(7,15,11)
#070E0A
(7,14,10)
#070D09
(7,13,9)
#070C08
(7,12,8)
#070B07
(7,11,7)
#070A06
(7,10,6)
#070905
(7,9,5)
#070804
(7,8,4)
#070703
(7,7,3)
#070602
(7,6,2)
#070501
(7,5,1)
#000000
(0,0,0)

Tints of #070F0B

#070F0B
(7,15,11)
#1D2421
(29,36,33)
#333937
(51,57,55)
#494E4D
(73,78,77)
#5F6363
(95,99,99)
#757879
(117,120,121)
#8B8D8F
(139,141,143)
#A1A2A5
(161,162,165)
#B7B7BB
(183,183,187)
#CDCCD1
(205,204,209)
#E3E1E7
(227,225,231)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #070F0B; }

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

This text font color is #070F0B.

Background Color

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

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

This div background color is #070F0B.

Border color

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

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

This div border color is #070F0B.

Opacity

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

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

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

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

This text has shadow with #070F0B color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #070F0B.

Preview

Color preview on black background

This text has color #070F0B on black background.


Color preview on white background

This text has color #070F0B on white background.


Black color preview on #070F0B background

This text has black color on #070F0B background.


White color preview on #070F0B background

This text has white color on #070F0B background.


Related colors

Complementary color

Complementary color for #hex is #F8F0F4.


I love getcolorcode.com

Triadic colors

1 #0B070F and #0F0B07 with #070F0B are triadic colors.

2 #0B0F07 and #0F070B with #070F0B are triadic colors.