COLOR #12182C

HEX: #12182C
RGB: (18,24,44)

Color info

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

RGB color model

#12182C color RGB value is (18,24,44).

  • red value is 18;
  • green value is 24;
  • blue value is 44.
RGB:
(18,24,44)
(7%,9%,17%)

RGB channels and saturation

R 18 of 255 = 7%
G 24 of 255 = 9%
B 44 of 255 = 17%

18
24
44

R + G + B ~ 11%. #12182C is dark color.

Portions of RGB colors in percentages

R + G + B =
18 + 24 + 44 = 86 (100%)
R 18 of 86 ~ 20.93%
G 24 of 86 ~ 27.91%
B 44 of 86 ~ 51.16%

%20.93
%27.91
%51.16

CMYK color model

#12182C color CMYK value is (59,45,0,83).

  • cyan value is 59.09%
  • magenta value is 45.45%
  • yellow value is 0.00%
  • key color value is 82.75%
CMYK:
(59,45,0,83)
C59M45Y0K83 
(59%,45%,0%,83%)
(0.59/0.45/0.00/0.83)	

CMYK percentages

%59.09
%45.45
%0
%82.75

Codes

Color #12182C in popluar color models

12182C
RGB182444
HSL226°41.94%12.16%
HSB/HSV226°59.09%17.25%
CMYK59.09%45.45%0.00%
82.75%

Color #12182C in popluar number systems.

HEX12182C
Decimal182444
Binary1001011000101100
Octal223054

Shades and tints

Shades of #12182C

#12182C
(18,24,44)
#111628
(17,22,40)
#101424
(16,20,36)
#0F1220
(15,18,32)
#0E101C
(14,16,28)
#0D0E18
(13,14,24)
#0C0C14
(12,12,20)
#0B0A10
(11,10,16)
#0A080C
(10,8,12)
#090608
(9,6,8)
#080404
(8,4,4)
#000000
(0,0,0)

Tints of #12182C

#12182C
(18,24,44)
#272D3F
(39,45,63)
#3C4252
(60,66,82)
#515765
(81,87,101)
#666C78
(102,108,120)
#7B818B
(123,129,139)
#90969E
(144,150,158)
#A5ABB1
(165,171,177)
#BAC0C4
(186,192,196)
#CFD5D7
(207,213,215)
#E4EAEA
(228,234,234)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #12182C color. Also use rgb(18,24,44) instead hex code.

Text Font Color

.myTextColor { color: #12182C; }

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

This text font color is #12182C.


Background Color

.myBgColor { background-color: #12182C; }

<div style="background-color:#12182C">Inner text</div>

This div background color is #12182C.


Border color

.myBorderColor { border: 1px solid #12182C; }

<div style="border:3px solid #12182C">Div</div>

This div border color is #12182C.


Opacity

.myOpacity80 { color: #12182C; opacity: 0.8; }

<p style="color:#12182C;opacity:0.8;">80%</p>

Text with #12182C 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 #12182C;}

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

This text has shadow with #12182C color.

.textShadow {text-shadow: 3px 3px 1px #12182C, 3px 3px 1px red;}

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

This text has shadow with #12182C primary color and red secondary color.


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

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

This text has shadow with #12182C and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #12182C on black background.


Color preview on white background

This text has color #12182C on white background.



Black color preview on #12182C background

This text has black color on #12182C background.


White color preview on #12182C background

This text has white color on #12182C background.