COLOR #07121A

HEX: #07121A RGB: (7,18,26)

Color info

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

RGB color model

#07121A color RGB value is (7,18,26).

RGB: (7,18,26) (3%, 7%, 10%)

RGB channels and saturation

R 7 of 255 = 3%
G 18 of 255 = 7%
B 26 of 255 = 10%

7
18
26

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

Portions of RGB colors in percentages

R + G + B = 7 + 18 + 26 = 51 (100%)
R 7 of 51 ~ 13.73%
G 18 of 51 ~ 35.29%
B 26 of 51 ~ 50.98'%

%13.73
%35.29
%50.98

CMYK color model

#07121A color CMYK value is (73,31,0,90).

  • cyan value is 73.08%
  • magenta value is 30.77%
  • yellow value is 0.00%
  • key color value is 89.80%

CMYK: (73,31,0,90)
C73M31Y0K90 (73%, 31%, 0%, 90%)
(0.73 / 0.31 / 0.00 / 0.90)

CMYK percentages

%73.08
%30.77
%0
%89.8

Codes

Color #07121A in popluar color models

07 12 1A
RGB 7 18 26
HSL 205° 57.58% 6.47%
HSB/HSV 205° 73.08% 10.20%
CMYK 73.08% 30.77% 0.00%
89.80%

Color #07121A in popluar number systems.

HEX 07 12 1A
Decimal 7 18 26
Binary 111 10010 11010
Octal 7 22 32

Shades and tints

Shades of #07121A

#07121A
(7,18,26)
#071118
(7,17,24)
#071016
(7,16,22)
#070F14
(7,15,20)
#070E12
(7,14,18)
#070D10
(7,13,16)
#070C0E
(7,12,14)
#070B0C
(7,11,12)
#070A0A
(7,10,10)
#070908
(7,9,8)
#070806
(7,8,6)
#000000
(0,0,0)

Tints of #07121A

#07121A
(7,18,26)
#1D272E
(29,39,46)
#333C42
(51,60,66)
#495156
(73,81,86)
#5F666A
(95,102,106)
#757B7E
(117,123,126)
#8B9092
(139,144,146)
#A1A5A6
(161,165,166)
#B7BABA
(183,186,186)
#CDCFCE
(205,207,206)
#E3E4E2
(227,228,226)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #07121A; }

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

This text font color is #07121A.

Background Color

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

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

This div background color is #07121A.

Border color

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

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

This div border color is #07121A.

Opacity

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

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

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

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

This text has shadow with #07121A color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #07121A.

Preview

Color preview on black background

This text has color #07121A on black background.


Color preview on white background

This text has color #07121A on white background.


Black color preview on #07121A background

This text has black color on #07121A background.


White color preview on #07121A background

This text has white color on #07121A background.


Related colors

Complementary color

Complementary color for #hex is #F8EDE5.


I love getcolorcode.com

Triadic colors

1 #1A0712 and #121A07 with #07121A are triadic colors.

2 #1A1207 and #12071A with #07121A are triadic colors.