COLOR #12292D

HEX: #12292D
RGB: (18,41,45)

Color info

#12292D contains red, green and blue colors in about the same proportion. Web safe color of #12292D is #003333 (or #033).

RGB color model

#12292D color RGB value is (18,41,45).

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

RGB channels and saturation

R 18 of 255 = 7%
G 41 of 255 = 16%
B 45 of 255 = 18%

18
41
45

R + G + B ~ 14%. #12292D is dark color.

Portions of RGB colors in percentages

R + G + B =
18 + 41 + 45 = 104 (100%)
R 18 of 104 ~ 17.31%
G 41 of 104 ~ 39.42%
B 45 of 104 ~ 43.27%

%17.31
%39.42
%43.27

CMYK color model

#12292D color CMYK value is (60,9,0,82).

  • cyan value is 60.00%
  • magenta value is 8.89%
  • yellow value is 0.00%
  • key color value is 82.35%
CMYK:
(60,9,0,82)
C60M9Y0K82 
(60%,9%,0%,82%)
(0.60/0.09/0.00/0.82)	

CMYK percentages

%60
%8.89
%0
%82.35

Codes

Color #12292D in popluar color models

12292D
RGB184145
HSL189°42.86%12.35%
HSB/HSV189°60.00%17.65%
CMYK60.00%8.89%0.00%
82.35%

Color #12292D in popluar number systems.

HEX12292D
Decimal184145
Binary10010101001101101
Octal225155

Shades and tints

Shades of #12292D

#12292D
(18,41,45)
#112629
(17,38,41)
#102325
(16,35,37)
#0F2021
(15,32,33)
#0E1D1D
(14,29,29)
#0D1A19
(13,26,25)
#0C1715
(12,23,21)
#0B1411
(11,20,17)
#0A110D
(10,17,13)
#090E09
(9,14,9)
#080B05
(8,11,5)
#000000
(0,0,0)

Tints of #12292D

#12292D
(18,41,45)
#273C40
(39,60,64)
#3C4F53
(60,79,83)
#516266
(81,98,102)
#667579
(102,117,121)
#7B888C
(123,136,140)
#909B9F
(144,155,159)
#A5AEB2
(165,174,178)
#BAC1C5
(186,193,197)
#CFD4D8
(207,212,216)
#E4E7EB
(228,231,235)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #12292D; }

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

This text font color is #12292D.


Background Color

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

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

This div background color is #12292D.


Border color

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

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

This div border color is #12292D.


Opacity

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

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

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

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

This text has shadow with #12292D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #12292D on black background.


Color preview on white background

This text has color #12292D on white background.



Black color preview on #12292D background

This text has black color on #12292D background.


White color preview on #12292D background

This text has white color on #12292D background.