COLOR #0C1824

HEX: #0C1824
RGB: (12,24,36)

Color info

#0C1824 contains red, green and blue colors in about the same proportion. Web safe color of #0C1824 is #000033 (or #003).

RGB color model

#0C1824 color RGB value is (12,24,36).

  • red value is 12;
  • green value is 24;
  • blue value is 36.
RGB:
(12,24,36)
(5%,9%,14%)

RGB channels and saturation

R 12 of 255 = 5%
G 24 of 255 = 9%
B 36 of 255 = 14%

12
24
36

R + G + B ~ 9%. #0C1824 is dark color.

Portions of RGB colors in percentages

R + G + B =
12 + 24 + 36 = 72 (100%)
R 12 of 72 ~ 16.67%
G 24 of 72 ~ 33.33%
B 36 of 72 ~ 50%

%16.67
%33.33
%50

CMYK color model

#0C1824 color CMYK value is (67,33,0,86).

  • cyan value is 66.67%
  • magenta value is 33.33%
  • yellow value is 0.00%
  • key color value is 85.88%
CMYK:
(67,33,0,86)
C67M33Y0K86 
(67%,33%,0%,86%)
(0.67/0.33/0.00/0.86)	

CMYK percentages

%66.67
%33.33
%0
%85.88

Codes

Color #0C1824 in popluar color models

0C1824
RGB122436
HSL210°50.00%9.41%
HSB/HSV210°66.67%14.12%
CMYK66.67%33.33%0.00%
85.88%

Color #0C1824 in popluar number systems.

HEX0C1824
Decimal122436
Binary110011000100100
Octal143044

Shades and tints

Shades of #0C1824

#0C1824
(12,24,36)
#0B1621
(11,22,33)
#0A141E
(10,20,30)
#09121B
(9,18,27)
#081018
(8,16,24)
#070E15
(7,14,21)
#060C12
(6,12,18)
#050A0F
(5,10,15)
#04080C
(4,8,12)
#030609
(3,6,9)
#020406
(2,4,6)
#000000
(0,0,0)

Tints of #0C1824

#0C1824
(12,24,36)
#222D37
(34,45,55)
#38424A
(56,66,74)
#4E575D
(78,87,93)
#646C70
(100,108,112)
#7A8183
(122,129,131)
#909696
(144,150,150)
#A6ABA9
(166,171,169)
#BCC0BC
(188,192,188)
#D2D5CF
(210,213,207)
#E8EAE2
(232,234,226)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #0C1824 color. Also use rgb(12,24,36) instead hex code.

Text Font Color

.myTextColor { color: #0C1824; }

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

This text font color is #0C1824.


Background Color

.myBgColor { background-color: #0C1824; }

<div style="background-color:#0C1824">Inner text</div>

This div background color is #0C1824.


Border color

.myBorderColor { border: 1px solid #0C1824; }

<div style="border:3px solid #0C1824">Div</div>

This div border color is #0C1824.


Opacity

.myOpacity80 { color: #0C1824; opacity: 0.8; }

<p style="color:#0C1824;opacity:0.8;">80%</p>

Text with #0C1824 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 #0C1824;}

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

This text has shadow with #0C1824 color.

.textShadow {text-shadow: 3px 3px 1px #0C1824, 3px 3px 1px red;}

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

This text has shadow with #0C1824 primary color and red secondary color.


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

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

This text has shadow with #0C1824 and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #0C1824 on black background.


Color preview on white background

This text has color #0C1824 on white background.



Black color preview on #0C1824 background

This text has black color on #0C1824 background.


White color preview on #0C1824 background

This text has white color on #0C1824 background.