COLOR #12071A

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

Color info

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

RGB color model

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

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

RGB channels and saturation

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

18
7
26

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

Portions of RGB colors in percentages

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

%35.29
%13.73
%50.98

CMYK color model

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

  • cyan value is 30.77%
  • magenta value is 73.08%
  • yellow value is 0.00%
  • key color value is 89.80%
CMYK:
(31,73,0,90)
C31M73Y0K90 
(31%,73%,0%,90%)
(0.31/0.73/0.00/0.90)	

CMYK percentages

%30.77
%73.08
%0
%89.8

Codes

Color #12071A in popluar color models

12071A
RGB18726
HSL275°57.58%6.47%
HSB/HSV275°73.08%10.20%
CMYK30.77%73.08%0.00%
89.80%

Color #12071A in popluar number systems.

HEX12071A
Decimal18726
Binary1001011111010
Octal22732

Shades and tints

Shades of #12071A

#12071A
(18,7,26)
#110718
(17,7,24)
#100716
(16,7,22)
#0F0714
(15,7,20)
#0E0712
(14,7,18)
#0D0710
(13,7,16)
#0C070E
(12,7,14)
#0B070C
(11,7,12)
#0A070A
(10,7,10)
#090708
(9,7,8)
#080706
(8,7,6)
#000000
(0,0,0)

Tints of #12071A

#12071A
(18,7,26)
#271D2E
(39,29,46)
#3C3342
(60,51,66)
#514956
(81,73,86)
#665F6A
(102,95,106)
#7B757E
(123,117,126)
#908B92
(144,139,146)
#A5A1A6
(165,161,166)
#BAB7BA
(186,183,186)
#CFCDCE
(207,205,206)
#E4E3E2
(228,227,226)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #12071A; }

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

This text font color is #12071A.


Background Color

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

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

This div background color is #12071A.


Border color

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

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

This div border color is #12071A.


Opacity

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

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

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

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

This text has shadow with #12071A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #12071A on black background.


Color preview on white background

This text has color #12071A on white background.



Black color preview on #12071A background

This text has black color on #12071A background.


White color preview on #12071A background

This text has white color on #12071A background.