COLOR #12122E

HEX: #12122E
RGB: (18,18,46)

Color info

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

RGB color model

#12122E color RGB value is (18,18,46).

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

RGB channels and saturation

R 18 of 255 = 7%
G 18 of 255 = 7%
B 46 of 255 = 18%

18
18
46

R + G + B ~ 11%. #12122E is dark color.

Portions of RGB colors in percentages

R + G + B =
18 + 18 + 46 = 82 (100%)
R 18 of 82 ~ 21.95%
G 18 of 82 ~ 21.95%
B 46 of 82 ~ 56.1%

%21.95
%21.95
%56.1

CMYK color model

#12122E color CMYK value is (61,61,0,82).

  • cyan value is 60.87%
  • magenta value is 60.87%
  • yellow value is 0.00%
  • key color value is 81.96%
CMYK:
(61,61,0,82)
C61M61Y0K82 
(61%,61%,0%,82%)
(0.61/0.61/0.00/0.82)	

CMYK percentages

%60.87
%60.87
%0
%81.96

Codes

Color #12122E in popluar color models

12122E
RGB181846
HSL240°43.75%12.55%
HSB/HSV240°60.87%18.04%
CMYK60.87%60.87%0.00%
81.96%

Color #12122E in popluar number systems.

HEX12122E
Decimal181846
Binary1001010010101110
Octal222256

Shades and tints

Shades of #12122E

#12122E
(18,18,46)
#11112A
(17,17,42)
#101026
(16,16,38)
#0F0F22
(15,15,34)
#0E0E1E
(14,14,30)
#0D0D1A
(13,13,26)
#0C0C16
(12,12,22)
#0B0B12
(11,11,18)
#0A0A0E
(10,10,14)
#09090A
(9,9,10)
#080806
(8,8,6)
#000000
(0,0,0)

Tints of #12122E

#12122E
(18,18,46)
#272741
(39,39,65)
#3C3C54
(60,60,84)
#515167
(81,81,103)
#66667A
(102,102,122)
#7B7B8D
(123,123,141)
#9090A0
(144,144,160)
#A5A5B3
(165,165,179)
#BABAC6
(186,186,198)
#CFCFD9
(207,207,217)
#E4E4EC
(228,228,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #12122E; }

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

This text font color is #12122E.


Background Color

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

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

This div background color is #12122E.


Border color

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

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

This div border color is #12122E.


Opacity

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

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

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

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

This text has shadow with #12122E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #12122E on black background.


Color preview on white background

This text has color #12122E on white background.



Black color preview on #12122E background

This text has black color on #12122E background.


White color preview on #12122E background

This text has white color on #12122E background.