COLOR #0C051C

HEX: #0C051C
RGB: (12,5,28)

Color info

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

RGB color model

#0C051C color RGB value is (12,5,28).

  • red value is 12;
  • green value is 5;
  • blue value is 28.
RGB:
(12,5,28)
(5%,2%,11%)

RGB channels and saturation

R 12 of 255 = 5%
G 5 of 255 = 2%
B 28 of 255 = 11%

12
5
28

R + G + B ~ 6%. #0C051C is dark color.

Portions of RGB colors in percentages

R + G + B =
12 + 5 + 28 = 45 (100%)
R 12 of 45 ~ 26.67%
G 5 of 45 ~ 11.11%
B 28 of 45 ~ 62.22%

%26.67
%11.11
%62.22

CMYK color model

#0C051C color CMYK value is (57,82,0,89).

  • cyan value is 57.14%
  • magenta value is 82.14%
  • yellow value is 0.00%
  • key color value is 89.02%
CMYK:
(57,82,0,89)
C57M82Y0K89 
(57%,82%,0%,89%)
(0.57/0.82/0.00/0.89)	

CMYK percentages

%57.14
%82.14
%0
%89.02

Codes

Color #0C051C in popluar color models

0C051C
RGB12528
HSL258°69.70%6.47%
HSB/HSV258°82.14%10.98%
CMYK57.14%82.14%0.00%
89.02%

Color #0C051C in popluar number systems.

HEX0C051C
Decimal12528
Binary110010111100
Octal14534

Shades and tints

Shades of #0C051C

#0C051C
(12,5,28)
#0B051A
(11,5,26)
#0A0518
(10,5,24)
#090516
(9,5,22)
#080514
(8,5,20)
#070512
(7,5,18)
#060510
(6,5,16)
#05050E
(5,5,14)
#04050C
(4,5,12)
#03050A
(3,5,10)
#020508
(2,5,8)
#000000
(0,0,0)

Tints of #0C051C

#0C051C
(12,5,28)
#221B30
(34,27,48)
#383144
(56,49,68)
#4E4758
(78,71,88)
#645D6C
(100,93,108)
#7A7380
(122,115,128)
#908994
(144,137,148)
#A69FA8
(166,159,168)
#BCB5BC
(188,181,188)
#D2CBD0
(210,203,208)
#E8E1E4
(232,225,228)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #0C051C color. Also use rgb(12,5,28) instead hex code.

Text Font Color

.myTextColor { color: #0C051C; }

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

This text font color is #0C051C.


Background Color

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

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

This div background color is #0C051C.


Border color

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

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

This div border color is #0C051C.


Opacity

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

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

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

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

This text has shadow with #0C051C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #0C051C on black background.


Color preview on white background

This text has color #0C051C on white background.



Black color preview on #0C051C background

This text has black color on #0C051C background.


White color preview on #0C051C background

This text has white color on #0C051C background.