COLOR #12172D

HEX: #12172D
RGB: (18,23,45)

Color info

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

RGB color model

#12172D color RGB value is (18,23,45).

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

RGB channels and saturation

R 18 of 255 = 7%
G 23 of 255 = 9%
B 45 of 255 = 18%

18
23
45

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

Portions of RGB colors in percentages

R + G + B =
18 + 23 + 45 = 86 (100%)
R 18 of 86 ~ 20.93%
G 23 of 86 ~ 26.74%
B 45 of 86 ~ 52.33%

%20.93
%26.74
%52.33

CMYK color model

#12172D color CMYK value is (60,49,0,82).

  • cyan value is 60.00%
  • magenta value is 48.89%
  • yellow value is 0.00%
  • key color value is 82.35%
CMYK:
(60,49,0,82)
C60M49Y0K82 
(60%,49%,0%,82%)
(0.60/0.49/0.00/0.82)	

CMYK percentages

%60
%48.89
%0
%82.35

Codes

Color #12172D in popluar color models

12172D
RGB182345
HSL229°42.86%12.35%
HSB/HSV229°60.00%17.65%
CMYK60.00%48.89%0.00%
82.35%

Color #12172D in popluar number systems.

HEX12172D
Decimal182345
Binary1001010111101101
Octal222755

Shades and tints

Shades of #12172D

#12172D
(18,23,45)
#111529
(17,21,41)
#101325
(16,19,37)
#0F1121
(15,17,33)
#0E0F1D
(14,15,29)
#0D0D19
(13,13,25)
#0C0B15
(12,11,21)
#0B0911
(11,9,17)
#0A070D
(10,7,13)
#090509
(9,5,9)
#080305
(8,3,5)
#000000
(0,0,0)

Tints of #12172D

#12172D
(18,23,45)
#272C40
(39,44,64)
#3C4153
(60,65,83)
#515666
(81,86,102)
#666B79
(102,107,121)
#7B808C
(123,128,140)
#90959F
(144,149,159)
#A5AAB2
(165,170,178)
#BABFC5
(186,191,197)
#CFD4D8
(207,212,216)
#E4E9EB
(228,233,235)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #12172D; }

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

This text font color is #12172D.


Background Color

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

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

This div background color is #12172D.


Border color

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

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

This div border color is #12172D.


Opacity

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

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

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

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

This text has shadow with #12172D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #12172D on black background.


Color preview on white background

This text has color #12172D on white background.



Black color preview on #12172D background

This text has black color on #12172D background.


White color preview on #12172D background

This text has white color on #12172D background.