COLOR #07121F

HEX: #07121F
RGB: (7,18,31)

Color info

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

RGB color model

#07121F color RGB value is (7,18,31).

  • red value is 7;
  • green value is 18;
  • blue value is 31.
RGB:
(7,18,31)
(3%,7%,12%)

RGB channels and saturation

R 7 of 255 = 3%
G 18 of 255 = 7%
B 31 of 255 = 12%

7
18
31

R + G + B ~ 7%. #07121F is dark color.

Portions of RGB colors in percentages

R + G + B =
7 + 18 + 31 = 56 (100%)
R 7 of 56 ~ 12.5%
G 18 of 56 ~ 32.14%
B 31 of 56 ~ 55.36%

%12.5
%32.14
%55.36

CMYK color model

#07121F color CMYK value is (77,42,0,88).

  • cyan value is 77.42%
  • magenta value is 41.94%
  • yellow value is 0.00%
  • key color value is 87.84%
CMYK:
(77,42,0,88)
C77M42Y0K88 
(77%,42%,0%,88%)
(0.77/0.42/0.00/0.88)	

CMYK percentages

%77.42
%41.94
%0
%87.84

Codes

Color #07121F in popluar color models

07121F
RGB71831
HSL213°63.16%7.45%
HSB/HSV213°77.42%12.16%
CMYK77.42%41.94%0.00%
87.84%

Color #07121F in popluar number systems.

HEX07121F
Decimal71831
Binary1111001011111
Octal72237

Shades and tints

Shades of #07121F

#07121F
(7,18,31)
#07111D
(7,17,29)
#07101B
(7,16,27)
#070F19
(7,15,25)
#070E17
(7,14,23)
#070D15
(7,13,21)
#070C13
(7,12,19)
#070B11
(7,11,17)
#070A0F
(7,10,15)
#07090D
(7,9,13)
#07080B
(7,8,11)
#000000
(0,0,0)

Tints of #07121F

#07121F
(7,18,31)
#1D2733
(29,39,51)
#333C47
(51,60,71)
#49515B
(73,81,91)
#5F666F
(95,102,111)
#757B83
(117,123,131)
#8B9097
(139,144,151)
#A1A5AB
(161,165,171)
#B7BABF
(183,186,191)
#CDCFD3
(205,207,211)
#E3E4E7
(227,228,231)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #07121F color. Also use rgb(7,18,31) instead hex code.

Text Font Color

.myTextColor { color: #07121F; }

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

This text font color is #07121F.


Background Color

.myBgColor { background-color: #07121F; }

<div style="background-color:#07121F">Inner text</div>

This div background color is #07121F.


Border color

.myBorderColor { border: 1px solid #07121F; }

<div style="border:3px solid #07121F">Div</div>

This div border color is #07121F.


Opacity

.myOpacity80 { color: #07121F; opacity: 0.8; }

<p style="color:#07121F;opacity:0.8;">80%</p>

Text with #07121F 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 #07121F;}

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

This text has shadow with #07121F color.

.textShadow {text-shadow: 3px 3px 1px #07121F, 3px 3px 1px red;}

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

This text has shadow with #07121F primary color and red secondary color.


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

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

This text has shadow with #07121F and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #07121F on black background.


Color preview on white background

This text has color #07121F on white background.



Black color preview on #07121F background

This text has black color on #07121F background.


White color preview on #07121F background

This text has white color on #07121F background.