COLOR #12291D

HEX: #12291D
RGB: (18,41,29)

Color info

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

RGB color model

#12291D color RGB value is (18,41,29).

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

RGB channels and saturation

R 18 of 255 = 7%
G 41 of 255 = 16%
B 29 of 255 = 11%

18
41
29

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

Portions of RGB colors in percentages

R + G + B =
18 + 41 + 29 = 88 (100%)
R 18 of 88 ~ 20.45%
G 41 of 88 ~ 46.59%
B 29 of 88 ~ 32.95%

%20.45
%46.59
%32.95

CMYK color model

#12291D color CMYK value is (56,0,29,84).

  • cyan value is 56.10%
  • magenta value is 0.00%
  • yellow value is 29.27%
  • key color value is 83.92%
CMYK:
(56,0,29,84)
C56M0Y29K84 
(56%,0%,29%,84%)
(0.56/0.00/0.29/0.84)	

CMYK percentages

%56.1
%0
%29.27
%83.92

Codes

Color #12291D in popluar color models

12291D
RGB184129
HSL149°38.98%11.57%
HSB/HSV149°56.10%16.08%
CMYK56.10%0.00%29.27%
83.92%

Color #12291D in popluar number systems.

HEX12291D
Decimal184129
Binary1001010100111101
Octal225135

Shades and tints

Shades of #12291D

#12291D
(18,41,29)
#11261B
(17,38,27)
#102319
(16,35,25)
#0F2017
(15,32,23)
#0E1D15
(14,29,21)
#0D1A13
(13,26,19)
#0C1711
(12,23,17)
#0B140F
(11,20,15)
#0A110D
(10,17,13)
#090E0B
(9,14,11)
#080B09
(8,11,9)
#000000
(0,0,0)

Tints of #12291D

#12291D
(18,41,29)
#273C31
(39,60,49)
#3C4F45
(60,79,69)
#516259
(81,98,89)
#66756D
(102,117,109)
#7B8881
(123,136,129)
#909B95
(144,155,149)
#A5AEA9
(165,174,169)
#BAC1BD
(186,193,189)
#CFD4D1
(207,212,209)
#E4E7E5
(228,231,229)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #12291D; }

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

This text font color is #12291D.


Background Color

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

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

This div background color is #12291D.


Border color

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

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

This div border color is #12291D.


Opacity

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

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

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

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

This text has shadow with #12291D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #12291D on black background.


Color preview on white background

This text has color #12291D on white background.



Black color preview on #12291D background

This text has black color on #12291D background.


White color preview on #12291D background

This text has white color on #12291D background.