COLOR #12362E

HEX: #12362E
RGB: (18,54,46)

Color info

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

RGB color model

#12362E color RGB value is (18,54,46).

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

RGB channels and saturation

R 18 of 255 = 7%
G 54 of 255 = 21%
B 46 of 255 = 18%

18
54
46

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

Portions of RGB colors in percentages

R + G + B =
18 + 54 + 46 = 118 (100%)
R 18 of 118 ~ 15.25%
G 54 of 118 ~ 45.76%
B 46 of 118 ~ 38.98%

%15.25
%45.76
%38.98

CMYK color model

#12362E color CMYK value is (67,0,15,79).

  • cyan value is 66.67%
  • magenta value is 0.00%
  • yellow value is 14.81%
  • key color value is 78.82%
CMYK:
(67,0,15,79)
C67M0Y15K79 
(67%,0%,15%,79%)
(0.67/0.00/0.15/0.79)	

CMYK percentages

%66.67
%0
%14.81
%78.82

Codes

Color #12362E in popluar color models

12362E
RGB185446
HSL167°50.00%14.12%
HSB/HSV167°66.67%21.18%
CMYK66.67%0.00%14.81%
78.82%

Color #12362E in popluar number systems.

HEX12362E
Decimal185446
Binary10010110110101110
Octal226656

Shades and tints

Shades of #12362E

#12362E
(18,54,46)
#11322A
(17,50,42)
#102E26
(16,46,38)
#0F2A22
(15,42,34)
#0E261E
(14,38,30)
#0D221A
(13,34,26)
#0C1E16
(12,30,22)
#0B1A12
(11,26,18)
#0A160E
(10,22,14)
#09120A
(9,18,10)
#080E06
(8,14,6)
#000000
(0,0,0)

Tints of #12362E

#12362E
(18,54,46)
#274841
(39,72,65)
#3C5A54
(60,90,84)
#516C67
(81,108,103)
#667E7A
(102,126,122)
#7B908D
(123,144,141)
#90A2A0
(144,162,160)
#A5B4B3
(165,180,179)
#BAC6C6
(186,198,198)
#CFD8D9
(207,216,217)
#E4EAEC
(228,234,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #12362E; }

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

This text font color is #12362E.


Background Color

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

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

This div background color is #12362E.


Border color

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

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

This div border color is #12362E.


Opacity

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

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

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

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

This text has shadow with #12362E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #12362E on black background.


Color preview on white background

This text has color #12362E on white background.



Black color preview on #12362E background

This text has black color on #12362E background.


White color preview on #12362E background

This text has white color on #12362E background.