COLOR #0C1823

HEX: #0C1823 RGB: (12,24,35)

Color info

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

RGB color model

#0C1823 color RGB value is (12,24,35).

RGB: (12,24,35) (5%, 9%, 14%)

RGB channels and saturation

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

12
24
35

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

Portions of RGB colors in percentages

R + G + B = 12 + 24 + 35 = 71 (100%)
R 12 of 71 ~ 16.9%
G 24 of 71 ~ 33.8%
B 35 of 71 ~ 49.3'%

%16.9
%33.8
%49.3

CMYK color model

#0C1823 color CMYK value is (66,31,0,86).

  • cyan value is 65.71%
  • magenta value is 31.43%
  • yellow value is 0.00%
  • key color value is 86.27%

CMYK: (66,31,0,86)
C66M31Y0K86 (66%, 31%, 0%, 86%)
(0.66 / 0.31 / 0.00 / 0.86)

CMYK percentages

%65.71
%31.43
%0
%86.27

Codes

Color #0C1823 in popluar color models

0C 18 23
RGB 12 24 35
HSL 209° 48.94% 9.22%
HSB/HSV 209° 65.71% 13.73%
CMYK 65.71% 31.43% 0.00%
86.27%

Color #0C1823 in popluar number systems.

HEX 0C 18 23
Decimal 12 24 35
Binary 1100 11000 100011
Octal 14 30 43

Shades and tints

Shades of #0C1823

#0C1823
(12,24,35)
#0B1620
(11,22,32)
#0A141D
(10,20,29)
#09121A
(9,18,26)
#081017
(8,16,23)
#070E14
(7,14,20)
#060C11
(6,12,17)
#050A0E
(5,10,14)
#04080B
(4,8,11)
#030608
(3,6,8)
#020405
(2,4,5)
#000000
(0,0,0)

Tints of #0C1823

#0C1823
(12,24,35)
#222D37
(34,45,55)
#38424B
(56,66,75)
#4E575F
(78,87,95)
#646C73
(100,108,115)
#7A8187
(122,129,135)
#90969B
(144,150,155)
#A6ABAF
(166,171,175)
#BCC0C3
(188,192,195)
#D2D5D7
(210,213,215)
#E8EAEB
(232,234,235)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #0C1823; }

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

This text font color is #0C1823.

Background Color

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

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

This div background color is #0C1823.

Border color

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

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

This div border color is #0C1823.

Opacity

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

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

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

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

This text has shadow with #0C1823 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #0C1823.

Preview

Color preview on black background

This text has color #0C1823 on black background.


Color preview on white background

This text has color #0C1823 on white background.


Black color preview on #0C1823 background

This text has black color on #0C1823 background.


White color preview on #0C1823 background

This text has white color on #0C1823 background.


Related colors

Complementary color

Complementary color for #hex is #F3E7DC.


I love getcolorcode.com

Triadic colors

1 #230C18 and #18230C with #0C1823 are triadic colors.

2 #23180C and #180C23 with #0C1823 are triadic colors.