COLOR #12421C

HEX: #12421C RGB: (18,66,28)

Color info

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

RGB color model

#12421C color RGB value is (18,66,28).

RGB: (18,66,28) (7%, 26%, 11%)

RGB channels and saturation

R 18 of 255 = 7%
G 66 of 255 = 26%
B 28 of 255 = 11%

18
66
28

R + G + B ~ 15%. #12421C is dark color.

Portions of RGB colors in percentages

R + G + B = 18 + 66 + 28 = 112 (100%)
R 18 of 112 ~ 16.07%
G 66 of 112 ~ 58.93%
B 28 of 112 ~ 25'%

%16.07
%58.93
%25

CMYK color model

#12421C color CMYK value is (73,0,58,74).

  • cyan value is 72.73%
  • magenta value is 0.00%
  • yellow value is 57.58%
  • key color value is 74.12%

CMYK: (73,0,58,74)
C73M0Y58K74 (73%, 0%, 58%, 74%)
(0.73 / 0.00 / 0.58 / 0.74)

CMYK percentages

%72.73
%0
%57.58
%74.12

Codes

Color #12421C in popluar color models

12 42 1C
RGB 18 66 28
HSL 133° 57.14% 16.47%
HSB/HSV 133° 72.73% 25.88%
CMYK 72.73% 0.00% 57.58%
74.12%

Color #12421C in popluar number systems.

HEX 12 42 1C
Decimal 18 66 28
Binary 10010 1000010 11100
Octal 22 102 34

Shades and tints

Shades of #12421C

#12421C
(18,66,28)
#113C1A
(17,60,26)
#103618
(16,54,24)
#0F3016
(15,48,22)
#0E2A14
(14,42,20)
#0D2412
(13,36,18)
#0C1E10
(12,30,16)
#0B180E
(11,24,14)
#0A120C
(10,18,12)
#090C0A
(9,12,10)
#080608
(8,6,8)
#000000
(0,0,0)

Tints of #12421C

#12421C
(18,66,28)
#275330
(39,83,48)
#3C6444
(60,100,68)
#517558
(81,117,88)
#66866C
(102,134,108)
#7B9780
(123,151,128)
#90A894
(144,168,148)
#A5B9A8
(165,185,168)
#BACABC
(186,202,188)
#CFDBD0
(207,219,208)
#E4ECE4
(228,236,228)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #12421C color. Also use rgb(18,66,28) instead hex code.

Text Font Color

.myTextColor { color: #12421C; }

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

This text font color is #12421C.

Background Color

.myBgColor { background-color: #12421C; }

<div style="background-color:#12421C">Inner text</div>

This div background color is #12421C.

Border color

.myBorderColor { border: 1px solid #12421C; }

<div style="border:3px solid #12421C">Div</div>

This div border color is #12421C.

Opacity

.myOpacity80 { color: #12421C; opacity: 0.8; }

<p style="color:#12421C;opacity:0.8;">80%</p>

Text with #12421C 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 #12421C;}

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

This text has shadow with #12421C color.


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

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

This text has shadow with #12421C primary color and red secondary color.


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

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

This text has shadow with #12421C and red colors in old Internet Explorer.

Div box shadow color

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

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

This div box has shadow with color #12421C.

Preview

Color preview on black background

This text has color #12421C on black background.


Color preview on white background

This text has color #12421C on white background.


Black color preview on #12421C background

This text has black color on #12421C background.


White color preview on #12421C background

This text has white color on #12421C background.


Related colors

Complementary color

Complementary color for #hex is #EDBDE3.


I love getcolorcode.com

Triadic colors

1 #1C1242 and #421C12 with #12421C are triadic colors.

2 #1C4212 and #42121C with #12421C are triadic colors.