COLOR #12322E

HEX: #12322E
RGB: (18,50,46)

Color info

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

RGB color model

#12322E color RGB value is (18,50,46).

  • red value is 18;
  • green value is 50;
  • blue value is 46.
RGB:
(18,50,46)
(7%,20%,18%)

RGB channels and saturation

R 18 of 255 = 7%
G 50 of 255 = 20%
B 46 of 255 = 18%

18
50
46

R + G + B ~ 15%. #12322E is dark color.

Portions of RGB colors in percentages

R + G + B =
18 + 50 + 46 = 114 (100%)
R 18 of 114 ~ 15.79%
G 50 of 114 ~ 43.86%
B 46 of 114 ~ 40.35%

%15.79
%43.86
%40.35

CMYK color model

#12322E color CMYK value is (64,0,8,80).

  • cyan value is 64.00%
  • magenta value is 0.00%
  • yellow value is 8.00%
  • key color value is 80.39%
CMYK:
(64,0,8,80)
C64M0Y8K80 
(64%,0%,8%,80%)
(0.64/0.00/0.08/0.80)	

CMYK percentages

%64
%0
%8
%80.39

Codes

Color #12322E in popluar color models

12322E
RGB185046
HSL173°47.06%13.33%
HSB/HSV173°64.00%19.61%
CMYK64.00%0.00%8.00%
80.39%

Color #12322E in popluar number systems.

HEX12322E
Decimal185046
Binary10010110010101110
Octal226256

Shades and tints

Shades of #12322E

#12322E
(18,50,46)
#112E2A
(17,46,42)
#102A26
(16,42,38)
#0F2622
(15,38,34)
#0E221E
(14,34,30)
#0D1E1A
(13,30,26)
#0C1A16
(12,26,22)
#0B1612
(11,22,18)
#0A120E
(10,18,14)
#090E0A
(9,14,10)
#080A06
(8,10,6)
#000000
(0,0,0)

Tints of #12322E

#12322E
(18,50,46)
#274441
(39,68,65)
#3C5654
(60,86,84)
#516867
(81,104,103)
#667A7A
(102,122,122)
#7B8C8D
(123,140,141)
#909EA0
(144,158,160)
#A5B0B3
(165,176,179)
#BAC2C6
(186,194,198)
#CFD4D9
(207,212,217)
#E4E6EC
(228,230,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #12322E; }

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

This text font color is #12322E.


Background Color

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

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

This div background color is #12322E.


Border color

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

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

This div border color is #12322E.


Opacity

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

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

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

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

This text has shadow with #12322E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #12322E on black background.


Color preview on white background

This text has color #12322E on white background.



Black color preview on #12322E background

This text has black color on #12322E background.


White color preview on #12322E background

This text has white color on #12322E background.