COLOR #12172B

HEX: #12172B
RGB: (18,23,43)

Color info

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

RGB color model

#12172B color RGB value is (18,23,43).

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

RGB channels and saturation

R 18 of 255 = 7%
G 23 of 255 = 9%
B 43 of 255 = 17%

18
23
43

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

Portions of RGB colors in percentages

R + G + B =
18 + 23 + 43 = 84 (100%)
R 18 of 84 ~ 21.43%
G 23 of 84 ~ 27.38%
B 43 of 84 ~ 51.19%

%21.43
%27.38
%51.19

CMYK color model

#12172B color CMYK value is (58,47,0,83).

  • cyan value is 58.14%
  • magenta value is 46.51%
  • yellow value is 0.00%
  • key color value is 83.14%
CMYK:
(58,47,0,83)
C58M47Y0K83 
(58%,47%,0%,83%)
(0.58/0.47/0.00/0.83)	

CMYK percentages

%58.14
%46.51
%0
%83.14

Codes

Color #12172B in popluar color models

12172B
RGB182343
HSL228°40.98%11.96%
HSB/HSV228°58.14%16.86%
CMYK58.14%46.51%0.00%
83.14%

Color #12172B in popluar number systems.

HEX12172B
Decimal182343
Binary1001010111101011
Octal222753

Shades and tints

Shades of #12172B

#12172B
(18,23,43)
#111528
(17,21,40)
#101325
(16,19,37)
#0F1122
(15,17,34)
#0E0F1F
(14,15,31)
#0D0D1C
(13,13,28)
#0C0B19
(12,11,25)
#0B0916
(11,9,22)
#0A0713
(10,7,19)
#090510
(9,5,16)
#08030D
(8,3,13)
#000000
(0,0,0)

Tints of #12172B

#12172B
(18,23,43)
#272C3E
(39,44,62)
#3C4151
(60,65,81)
#515664
(81,86,100)
#666B77
(102,107,119)
#7B808A
(123,128,138)
#90959D
(144,149,157)
#A5AAB0
(165,170,176)
#BABFC3
(186,191,195)
#CFD4D6
(207,212,214)
#E4E9E9
(228,233,233)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #12172B color. Also use rgb(18,23,43) instead hex code.

Text Font Color

.myTextColor { color: #12172B; }

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

This text font color is #12172B.


Background Color

.myBgColor { background-color: #12172B; }

<div style="background-color:#12172B">Inner text</div>

This div background color is #12172B.


Border color

.myBorderColor { border: 1px solid #12172B; }

<div style="border:3px solid #12172B">Div</div>

This div border color is #12172B.


Opacity

.myOpacity80 { color: #12172B; opacity: 0.8; }

<p style="color:#12172B;opacity:0.8;">80%</p>

Text with #12172B 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 #12172B;}

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

This text has shadow with #12172B color.

.textShadow {text-shadow: 3px 3px 1px #12172B, 3px 3px 1px red;}

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

This text has shadow with #12172B primary color and red secondary color.


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

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

This text has shadow with #12172B and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #12172B on black background.


Color preview on white background

This text has color #12172B on white background.



Black color preview on #12172B background

This text has black color on #12172B background.


White color preview on #12172B background

This text has white color on #12172B background.