COLOR #12362F

HEX: #12362F
RGB: (18,54,47)

Color info

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

RGB color model

#12362F color RGB value is (18,54,47).

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

RGB channels and saturation

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

18
54
47

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

Portions of RGB colors in percentages

R + G + B =
18 + 54 + 47 = 119 (100%)
R 18 of 119 ~ 15.13%
G 54 of 119 ~ 45.38%
B 47 of 119 ~ 39.5%

%15.13
%45.38
%39.5

CMYK color model

#12362F color CMYK value is (67,0,13,79).

  • cyan value is 66.67%
  • magenta value is 0.00%
  • yellow value is 12.96%
  • key color value is 78.82%
CMYK:
(67,0,13,79)
C67M0Y13K79 
(67%,0%,13%,79%)
(0.67/0.00/0.13/0.79)	

CMYK percentages

%66.67
%0
%12.96
%78.82

Codes

Color #12362F in popluar color models

12362F
RGB185447
HSL168°50.00%14.12%
HSB/HSV168°66.67%21.18%
CMYK66.67%0.00%12.96%
78.82%

Color #12362F in popluar number systems.

HEX12362F
Decimal185447
Binary10010110110101111
Octal226657

Shades and tints

Shades of #12362F

#12362F
(18,54,47)
#11322B
(17,50,43)
#102E27
(16,46,39)
#0F2A23
(15,42,35)
#0E261F
(14,38,31)
#0D221B
(13,34,27)
#0C1E17
(12,30,23)
#0B1A13
(11,26,19)
#0A160F
(10,22,15)
#09120B
(9,18,11)
#080E07
(8,14,7)
#000000
(0,0,0)

Tints of #12362F

#12362F
(18,54,47)
#274841
(39,72,65)
#3C5A53
(60,90,83)
#516C65
(81,108,101)
#667E77
(102,126,119)
#7B9089
(123,144,137)
#90A29B
(144,162,155)
#A5B4AD
(165,180,173)
#BAC6BF
(186,198,191)
#CFD8D1
(207,216,209)
#E4EAE3
(228,234,227)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #12362F; }

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

This text font color is #12362F.


Background Color

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

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

This div background color is #12362F.


Border color

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

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

This div border color is #12362F.


Opacity

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

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

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

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

This text has shadow with #12362F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #12362F on black background.


Color preview on white background

This text has color #12362F on white background.



Black color preview on #12362F background

This text has black color on #12362F background.


White color preview on #12362F background

This text has white color on #12362F background.