COLOR #12321E

HEX: #12321E RGB: (18,50,30)

Color info

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

RGB color model

#12321E color RGB value is (18,50,30).

RGB: (18,50,30) (7%, 20%, 12%)

RGB channels and saturation

R 18 of 255 = 7%
G 50 of 255 = 20%
B 30 of 255 = 12%

18
50
30

R + G + B ~ 13%. #12321E is dark color.

Portions of RGB colors in percentages

R + G + B = 18 + 50 + 30 = 98 (100%)
R 18 of 98 ~ 18.37%
G 50 of 98 ~ 51.02%
B 30 of 98 ~ 30.61'%

%18.37
%51.02
%30.61

CMYK color model

#12321E color CMYK value is (64,0,40,80).

  • cyan value is 64.00%
  • magenta value is 0.00%
  • yellow value is 40.00%
  • key color value is 80.39%
CMYK: (64,0,40,80) C64M0Y40K80 (64%,0%,40%,80%) (0.64/0.00/0.40/0.80) 

CMYK percentages

%64
%0
%40
%80.39

Codes

Color #12321E in popluar color models

12 32 1E
RGB 18 50 30
HSL 143° 47.06% 13.33%
HSB/HSV 143° 64.00% 19.61%
CMYK 64.00% 0.00% 40.00%
80.39%

Color #12321E in popluar number systems.

HEX 12 32 1E
Decimal 18 50 30
Binary 10010 110010 11110
Octal 22 62 36

Shades and tints

Shades of #12321E

#12321E
(18,50,30)
#112E1C
(17,46,28)
#102A1A
(16,42,26)
#0F2618
(15,38,24)
#0E2216
(14,34,22)
#0D1E14
(13,30,20)
#0C1A12
(12,26,18)
#0B1610
(11,22,16)
#0A120E
(10,18,14)
#090E0C
(9,14,12)
#080A0A
(8,10,10)
#000000
(0,0,0)

Tints of #12321E

#12321E
(18,50,30)
#274432
(39,68,50)
#3C5646
(60,86,70)
#51685A
(81,104,90)
#667A6E
(102,122,110)
#7B8C82
(123,140,130)
#909E96
(144,158,150)
#A5B0AA
(165,176,170)
#BAC2BE
(186,194,190)
#CFD4D2
(207,212,210)
#E4E6E6
(228,230,230)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #12321E color. Also use rgb(18,50,30) instead hex code.

Text Font Color

.myTextColor { color: #12321E; }

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

This text font color is #12321E.

Background Color

.myBgColor { background-color: #12321E; }

<div style="background-color:#12321E">Inner text</div>

This div background color is #12321E.

Border color

.myBorderColor { border: 1px solid #12321E; }

<div style="border:3px solid #12321E">Div</div>

This div border color is #12321E.

Opacity

.myOpacity80 { color: #12321E; opacity: 0.8; }

<p style="color:#12321E;opacity:0.8;">80%</p>

Text with #12321E 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 #12321E;}

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

This text has shadow with #12321E color.


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

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

This text has shadow with #12321E primary color and red secondary color.


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

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

This text has shadow with #12321E and red colors in old Internet Explorer.

Div box shadow color

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

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

This div box has shadow with color #12321E.

Preview

Color preview on black background

This text has color #12321E on black background.


Color preview on white background

This text has color #12321E on white background.


Black color preview on #12321E background

This text has black color on #12321E background.


White color preview on #12321E background

This text has white color on #12321E background.


Related colors

Complementary color

Complementary color for #hex is #EDCDE1.


I love getcolorcode.com

Triadic colors

1 #1E1232 and #321E12 with #12321E are triadic colors.

2 #1E3212 and #32121E with #12321E are triadic colors.