COLOR #12081E

HEX: #12081E
RGB: (18,8,30)

Color info

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

RGB color model

#12081E color RGB value is (18,8,30).

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

RGB channels and saturation

R 18 of 255 = 7%
G 8 of 255 = 3%
B 30 of 255 = 12%

18
8
30

R + G + B ~ 7%. #12081E is dark color.

Portions of RGB colors in percentages

R + G + B =
18 + 8 + 30 = 56 (100%)
R 18 of 56 ~ 32.14%
G 8 of 56 ~ 14.29%
B 30 of 56 ~ 53.57%

%32.14
%14.29
%53.57

CMYK color model

#12081E color CMYK value is (40,73,0,88).

  • cyan value is 40.00%
  • magenta value is 73.33%
  • yellow value is 0.00%
  • key color value is 88.24%
CMYK:
(40,73,0,88)
C40M73Y0K88 
(40%,73%,0%,88%)
(0.40/0.73/0.00/0.88)	

CMYK percentages

%40
%73.33
%0
%88.24

Codes

Color #12081E in popluar color models

12081E
RGB18830
HSL267°57.89%7.45%
HSB/HSV267°73.33%11.76%
CMYK40.00%73.33%0.00%
88.24%

Color #12081E in popluar number systems.

HEX12081E
Decimal18830
Binary10010100011110
Octal221036

Shades and tints

Shades of #12081E

#12081E
(18,8,30)
#11081C
(17,8,28)
#10081A
(16,8,26)
#0F0818
(15,8,24)
#0E0816
(14,8,22)
#0D0814
(13,8,20)
#0C0812
(12,8,18)
#0B0810
(11,8,16)
#0A080E
(10,8,14)
#09080C
(9,8,12)
#08080A
(8,8,10)
#000000
(0,0,0)

Tints of #12081E

#12081E
(18,8,30)
#271E32
(39,30,50)
#3C3446
(60,52,70)
#514A5A
(81,74,90)
#66606E
(102,96,110)
#7B7682
(123,118,130)
#908C96
(144,140,150)
#A5A2AA
(165,162,170)
#BAB8BE
(186,184,190)
#CFCED2
(207,206,210)
#E4E4E6
(228,228,230)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #12081E color. Also use rgb(18,8,30) instead hex code.

Text Font Color

.myTextColor { color: #12081E; }

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

This text font color is #12081E.


Background Color

.myBgColor { background-color: #12081E; }

<div style="background-color:#12081E">Inner text</div>

This div background color is #12081E.


Border color

.myBorderColor { border: 1px solid #12081E; }

<div style="border:3px solid #12081E">Div</div>

This div border color is #12081E.


Opacity

.myOpacity80 { color: #12081E; opacity: 0.8; }

<p style="color:#12081E;opacity:0.8;">80%</p>

Text with #12081E 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 #12081E;}

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

This text has shadow with #12081E color.

.textShadow {text-shadow: 3px 3px 1px #12081E, 3px 3px 1px red;}

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

This text has shadow with #12081E primary color and red secondary color.


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

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

This text has shadow with #12081E and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #12081E on black background.


Color preview on white background

This text has color #12081E on white background.



Black color preview on #12081E background

This text has black color on #12081E background.


White color preview on #12081E background

This text has white color on #12081E background.