COLOR #12112D

HEX: #12112D
RGB: (18,17,45)

Color info

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

RGB color model

#12112D color RGB value is (18,17,45).

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

RGB channels and saturation

R 18 of 255 = 7%
G 17 of 255 = 7%
B 45 of 255 = 18%

18
17
45

R + G + B ~ 11%. #12112D is dark color.

Portions of RGB colors in percentages

R + G + B =
18 + 17 + 45 = 80 (100%)
R 18 of 80 ~ 22.5%
G 17 of 80 ~ 21.25%
B 45 of 80 ~ 56.25%

%22.5
%21.25
%56.25

CMYK color model

#12112D color CMYK value is (60,62,0,82).

  • cyan value is 60.00%
  • magenta value is 62.22%
  • yellow value is 0.00%
  • key color value is 82.35%
CMYK:
(60,62,0,82)
C60M62Y0K82 
(60%,62%,0%,82%)
(0.60/0.62/0.00/0.82)	

CMYK percentages

%60
%62.22
%0
%82.35

Codes

Color #12112D in popluar color models

12112D
RGB181745
HSL242°45.16%12.16%
HSB/HSV242°62.22%17.65%
CMYK60.00%62.22%0.00%
82.35%

Color #12112D in popluar number systems.

HEX12112D
Decimal181745
Binary1001010001101101
Octal222155

Shades and tints

Shades of #12112D

#12112D
(18,17,45)
#111029
(17,16,41)
#100F25
(16,15,37)
#0F0E21
(15,14,33)
#0E0D1D
(14,13,29)
#0D0C19
(13,12,25)
#0C0B15
(12,11,21)
#0B0A11
(11,10,17)
#0A090D
(10,9,13)
#090809
(9,8,9)
#080705
(8,7,5)
#000000
(0,0,0)

Tints of #12112D

#12112D
(18,17,45)
#272640
(39,38,64)
#3C3B53
(60,59,83)
#515066
(81,80,102)
#666579
(102,101,121)
#7B7A8C
(123,122,140)
#908F9F
(144,143,159)
#A5A4B2
(165,164,178)
#BAB9C5
(186,185,197)
#CFCED8
(207,206,216)
#E4E3EB
(228,227,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #12112D color. Also use rgb(18,17,45) instead hex code.

Text Font Color

.myTextColor { color: #12112D; }

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

This text font color is #12112D.


Background Color

.myBgColor { background-color: #12112D; }

<div style="background-color:#12112D">Inner text</div>

This div background color is #12112D.


Border color

.myBorderColor { border: 1px solid #12112D; }

<div style="border:3px solid #12112D">Div</div>

This div border color is #12112D.


Opacity

.myOpacity80 { color: #12112D; opacity: 0.8; }

<p style="color:#12112D;opacity:0.8;">80%</p>

Text with #12112D 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 #12112D;}

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

This text has shadow with #12112D color.

.textShadow {text-shadow: 3px 3px 1px #12112D, 3px 3px 1px red;}

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

This text has shadow with #12112D primary color and red secondary color.


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

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

This text has shadow with #12112D and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #12112D on black background.


Color preview on white background

This text has color #12112D on white background.



Black color preview on #12112D background

This text has black color on #12112D background.


White color preview on #12112D background

This text has white color on #12112D background.