COLOR #07121D

HEX: #07121D
RGB: (7,18,29)

Color info

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

RGB color model

#07121D color RGB value is (7,18,29).

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

RGB channels and saturation

R 7 of 255 = 3%
G 18 of 255 = 7%
B 29 of 255 = 11%

7
18
29

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

Portions of RGB colors in percentages

R + G + B =
7 + 18 + 29 = 54 (100%)
R 7 of 54 ~ 12.96%
G 18 of 54 ~ 33.33%
B 29 of 54 ~ 53.7%

%12.96
%33.33
%53.7

CMYK color model

#07121D color CMYK value is (76,38,0,89).

  • cyan value is 75.86%
  • magenta value is 37.93%
  • yellow value is 0.00%
  • key color value is 88.63%
CMYK:
(76,38,0,89)
C76M38Y0K89 
(76%,38%,0%,89%)
(0.76/0.38/0.00/0.89)	

CMYK percentages

%75.86
%37.93
%0
%88.63

Codes

Color #07121D in popluar color models

07121D
RGB71829
HSL210°61.11%7.06%
HSB/HSV210°75.86%11.37%
CMYK75.86%37.93%0.00%
88.63%

Color #07121D in popluar number systems.

HEX07121D
Decimal71829
Binary1111001011101
Octal72235

Shades and tints

Shades of #07121D

#07121D
(7,18,29)
#07111B
(7,17,27)
#071019
(7,16,25)
#070F17
(7,15,23)
#070E15
(7,14,21)
#070D13
(7,13,19)
#070C11
(7,12,17)
#070B0F
(7,11,15)
#070A0D
(7,10,13)
#07090B
(7,9,11)
#070809
(7,8,9)
#000000
(0,0,0)

Tints of #07121D

#07121D
(7,18,29)
#1D2731
(29,39,49)
#333C45
(51,60,69)
#495159
(73,81,89)
#5F666D
(95,102,109)
#757B81
(117,123,129)
#8B9095
(139,144,149)
#A1A5A9
(161,165,169)
#B7BABD
(183,186,189)
#CDCFD1
(205,207,209)
#E3E4E5
(227,228,229)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #07121D; }

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

This text font color is #07121D.


Background Color

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

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

This div background color is #07121D.


Border color

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

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

This div border color is #07121D.


Opacity

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

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

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

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

This text has shadow with #07121D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #07121D on black background.


Color preview on white background

This text has color #07121D on white background.



Black color preview on #07121D background

This text has black color on #07121D background.


White color preview on #07121D background

This text has white color on #07121D background.