COLOR #0C032C

HEX: #0C032C RGB: (12,3,44)

Color info

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

RGB color model

#0C032C color RGB value is (12,3,44).

RGB: (12,3,44) (5%, 1%, 17%)

RGB channels and saturation

R 12 of 255 = 5%
G 3 of 255 = 1%
B 44 of 255 = 17%

12
3
44

R + G + B ~ 8%. #0C032C is dark color.

Portions of RGB colors in percentages

R + G + B = 12 + 3 + 44 = 59 (100%)
R 12 of 59 ~ 20.34%
G 3 of 59 ~ 5.08%
B 44 of 59 ~ 74.58'%

%20.34
%74.58

CMYK color model

#0C032C color CMYK value is (73,93,0,83).

  • cyan value is 72.73%
  • magenta value is 93.18%
  • yellow value is 0.00%
  • key color value is 82.75%

CMYK: (73,93,0,83)
C73M93Y0K83 (73%, 93%, 0%, 83%)
(0.73 / 0.93 / 0.00 / 0.83)

CMYK percentages

%72.73
%93.18
%0
%82.75

Codes

Color #0C032C in popluar color models

0C 03 2C
RGB 12 3 44
HSL 253° 87.23% 9.22%
HSB/HSV 253° 93.18% 17.25%
CMYK 72.73% 93.18% 0.00%
82.75%

Color #0C032C in popluar number systems.

HEX 0C 03 2C
Decimal 12 3 44
Binary 1100 11 101100
Octal 14 3 54

Shades and tints

Shades of #0C032C

#0C032C
(12,3,44)
#0B0328
(11,3,40)
#0A0324
(10,3,36)
#090320
(9,3,32)
#08031C
(8,3,28)
#070318
(7,3,24)
#060314
(6,3,20)
#050310
(5,3,16)
#04030C
(4,3,12)
#030308
(3,3,8)
#020304
(2,3,4)
#000000
(0,0,0)

Tints of #0C032C

#0C032C
(12,3,44)
#22193F
(34,25,63)
#382F52
(56,47,82)
#4E4565
(78,69,101)
#645B78
(100,91,120)
#7A718B
(122,113,139)
#90879E
(144,135,158)
#A69DB1
(166,157,177)
#BCB3C4
(188,179,196)
#D2C9D7
(210,201,215)
#E8DFEA
(232,223,234)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #0C032C color. Also use rgb(12,3,44) instead hex code.

Text Font Color

.myTextColor { color: #0C032C; }

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

This text font color is #0C032C.

Background Color

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

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

This div background color is #0C032C.

Border color

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

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

This div border color is #0C032C.

Opacity

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

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

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

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

This text has shadow with #0C032C color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #0C032C.

Preview

Color preview on black background

This text has color #0C032C on black background.


Color preview on white background

This text has color #0C032C on white background.


Black color preview on #0C032C background

This text has black color on #0C032C background.


White color preview on #0C032C background

This text has white color on #0C032C background.


Related colors

Complementary color

Complementary color for #hex is #F3FCD3.


I love getcolorcode.com

Triadic colors

1 #2C0C03 and #032C0C with #0C032C are triadic colors.

2 #2C030C and #030C2C with #0C032C are triadic colors.