COLOR #12240A

HEX: #12240A RGB: (18,36,10)

Color info

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

RGB color model

#12240A color RGB value is (18,36,10).

RGB: (18,36,10) (7%, 14%, 4%)

RGB channels and saturation

R 18 of 255 = 7%
G 36 of 255 = 14%
B 10 of 255 = 4%

18
36
10

R + G + B ~ 8%. #12240A is dark color.

Portions of RGB colors in percentages

R + G + B = 18 + 36 + 10 = 64 (100%)
R 18 of 64 ~ 28.13%
G 36 of 64 ~ 56.25%
B 10 of 64 ~ 15.63'%

%28.13
%56.25
%15.63

CMYK color model

#12240A color CMYK value is (50,0,72,86).

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

CMYK: (50,0,72,86)
C50M0Y72K86 (50%, 0%, 72%, 86%)
(0.50 / 0.00 / 0.72 / 0.86)

CMYK percentages

%50
%0
%72.22
%85.88

Codes

Color #12240A in popluar color models

12 24 0A
RGB 18 36 10
HSL 102° 56.52% 9.02%
HSB/HSV 102° 72.22% 14.12%
CMYK 50.00% 0.00% 72.22%
85.88%

Color #12240A in popluar number systems.

HEX 12 24 0A
Decimal 18 36 10
Binary 10010 100100 1010
Octal 22 44 12

Shades and tints

Shades of #12240A

#12240A
(18,36,10)
#11210A
(17,33,10)
#101E0A
(16,30,10)
#0F1B0A
(15,27,10)
#0E180A
(14,24,10)
#0D150A
(13,21,10)
#0C120A
(12,18,10)
#0B0F0A
(11,15,10)
#0A0C0A
(10,12,10)
#09090A
(9,9,10)
#08060A
(8,6,10)
#000000
(0,0,0)

Tints of #12240A

#12240A
(18,36,10)
#273720
(39,55,32)
#3C4A36
(60,74,54)
#515D4C
(81,93,76)
#667062
(102,112,98)
#7B8378
(123,131,120)
#90968E
(144,150,142)
#A5A9A4
(165,169,164)
#BABCBA
(186,188,186)
#CFCFD0
(207,207,208)
#E4E2E6
(228,226,230)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #12240A; }

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

This text font color is #12240A.

Background Color

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

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

This div background color is #12240A.

Border color

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

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

This div border color is #12240A.

Opacity

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

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

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

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

This text has shadow with #12240A color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #12240A.

Preview

Color preview on black background

This text has color #12240A on black background.


Color preview on white background

This text has color #12240A on white background.


Black color preview on #12240A background

This text has black color on #12240A background.


White color preview on #12240A background

This text has white color on #12240A background.


Related colors

Complementary color

Complementary color for #hex is #EDDBF5.


I love getcolorcode.com

Triadic colors

1 #0A1224 and #240A12 with #12240A are triadic colors.

2 #0A2412 and #24120A with #12240A are triadic colors.