COLOR #12240D

HEX: #12240D RGB: (18,36,13)

Color info

#12240D contains red, green and blue colors in about the same proportion. Web safe color of #12240D is #003300 (or #030).

RGB color model

#12240D color RGB value is (18,36,13).

RGB: (18,36,13) (7%, 14%, 5%)

RGB channels and saturation

R 18 of 255 = 7%
G 36 of 255 = 14%
B 13 of 255 = 5%

18
36
13

R + G + B ~ 9%. #12240D is dark color.

Portions of RGB colors in percentages

R + G + B = 18 + 36 + 13 = 67 (100%)
R 18 of 67 ~ 26.87%
G 36 of 67 ~ 53.73%
B 13 of 67 ~ 19.4'%

%26.87
%53.73
%19.4

CMYK color model

#12240D color CMYK value is (50,0,64,86).

  • cyan value is 50.00%
  • magenta value is 0.00%
  • yellow value is 63.89%
  • key color value is 85.88%

CMYK: (50,0,64,86)
C50M0Y64K86 (50%, 0%, 64%, 86%)
(0.50 / 0.00 / 0.64 / 0.86)

CMYK percentages

%50
%0
%63.89
%85.88

Codes

Color #12240D in popluar color models

12 24 0D
RGB 18 36 13
HSL 107° 46.94% 9.61%
HSB/HSV 107° 63.89% 14.12%
CMYK 50.00% 0.00% 63.89%
85.88%

Color #12240D in popluar number systems.

HEX 12 24 0D
Decimal 18 36 13
Binary 10010 100100 1101
Octal 22 44 15

Shades and tints

Shades of #12240D

#12240D
(18,36,13)
#11210C
(17,33,12)
#101E0B
(16,30,11)
#0F1B0A
(15,27,10)
#0E1809
(14,24,9)
#0D1508
(13,21,8)
#0C1207
(12,18,7)
#0B0F06
(11,15,6)
#0A0C05
(10,12,5)
#090904
(9,9,4)
#080603
(8,6,3)
#000000
(0,0,0)

Tints of #12240D

#12240D
(18,36,13)
#273723
(39,55,35)
#3C4A39
(60,74,57)
#515D4F
(81,93,79)
#667065
(102,112,101)
#7B837B
(123,131,123)
#909691
(144,150,145)
#A5A9A7
(165,169,167)
#BABCBD
(186,188,189)
#CFCFD3
(207,207,211)
#E4E2E9
(228,226,233)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #12240D color. Also use rgb(18,36,13) instead hex code.

Text Font Color

.myTextColor { color: #12240D; }

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

This text font color is #12240D.

Background Color

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

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

This div background color is #12240D.

Border color

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

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

This div border color is #12240D.

Opacity

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

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

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

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

This text has shadow with #12240D color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #12240D.

Preview

Color preview on black background

This text has color #12240D on black background.


Color preview on white background

This text has color #12240D on white background.


Black color preview on #12240D background

This text has black color on #12240D background.


White color preview on #12240D background

This text has white color on #12240D background.


Related colors

Complementary color

Complementary color for #hex is #EDDBF2.


I love getcolorcode.com

Triadic colors

1 #0D1224 and #240D12 with #12240D are triadic colors.

2 #0D2412 and #24120D with #12240D are triadic colors.