COLOR #12362A

HEX: #12362A
RGB: (18,54,42)

Color info

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

RGB color model

#12362A color RGB value is (18,54,42).

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

RGB channels and saturation

R 18 of 255 = 7%
G 54 of 255 = 21%
B 42 of 255 = 16%

18
54
42

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

Portions of RGB colors in percentages

R + G + B =
18 + 54 + 42 = 114 (100%)
R 18 of 114 ~ 15.79%
G 54 of 114 ~ 47.37%
B 42 of 114 ~ 36.84%

%15.79
%47.37
%36.84

CMYK color model

#12362A color CMYK value is (67,0,22,79).

  • cyan value is 66.67%
  • magenta value is 0.00%
  • yellow value is 22.22%
  • key color value is 78.82%
CMYK:
(67,0,22,79)
C67M0Y22K79 
(67%,0%,22%,79%)
(0.67/0.00/0.22/0.79)	

CMYK percentages

%66.67
%0
%22.22
%78.82

Codes

Color #12362A in popluar color models

12362A
RGB185442
HSL160°50.00%14.12%
HSB/HSV160°66.67%21.18%
CMYK66.67%0.00%22.22%
78.82%

Color #12362A in popluar number systems.

HEX12362A
Decimal185442
Binary10010110110101010
Octal226652

Shades and tints

Shades of #12362A

#12362A
(18,54,42)
#113227
(17,50,39)
#102E24
(16,46,36)
#0F2A21
(15,42,33)
#0E261E
(14,38,30)
#0D221B
(13,34,27)
#0C1E18
(12,30,24)
#0B1A15
(11,26,21)
#0A1612
(10,22,18)
#09120F
(9,18,15)
#080E0C
(8,14,12)
#000000
(0,0,0)

Tints of #12362A

#12362A
(18,54,42)
#27483D
(39,72,61)
#3C5A50
(60,90,80)
#516C63
(81,108,99)
#667E76
(102,126,118)
#7B9089
(123,144,137)
#90A29C
(144,162,156)
#A5B4AF
(165,180,175)
#BAC6C2
(186,198,194)
#CFD8D5
(207,216,213)
#E4EAE8
(228,234,232)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #12362A; }

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

This text font color is #12362A.


Background Color

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

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

This div background color is #12362A.


Border color

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

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

This div border color is #12362A.


Opacity

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

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

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

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

This text has shadow with #12362A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #12362A on black background.


Color preview on white background

This text has color #12362A on white background.



Black color preview on #12362A background

This text has black color on #12362A background.


White color preview on #12362A background

This text has white color on #12362A background.