COLOR #0C051F

HEX: #0C051F
RGB: (12,5,31)

Color info

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

RGB color model

#0C051F color RGB value is (12,5,31).

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

RGB channels and saturation

R 12 of 255 = 5%
G 5 of 255 = 2%
B 31 of 255 = 12%

12
5
31

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

Portions of RGB colors in percentages

R + G + B =
12 + 5 + 31 = 48 (100%)
R 12 of 48 ~ 25%
G 5 of 48 ~ 10.42%
B 31 of 48 ~ 64.58%

%25
%10.42
%64.58

CMYK color model

#0C051F color CMYK value is (61,84,0,88).

  • cyan value is 61.29%
  • magenta value is 83.87%
  • yellow value is 0.00%
  • key color value is 87.84%
CMYK:
(61,84,0,88)
C61M84Y0K88 
(61%,84%,0%,88%)
(0.61/0.84/0.00/0.88)	

CMYK percentages

%61.29
%83.87
%0
%87.84

Codes

Color #0C051F in popluar color models

0C051F
RGB12531
HSL256°72.22%7.06%
HSB/HSV256°83.87%12.16%
CMYK61.29%83.87%0.00%
87.84%

Color #0C051F in popluar number systems.

HEX0C051F
Decimal12531
Binary110010111111
Octal14537

Shades and tints

Shades of #0C051F

#0C051F
(12,5,31)
#0B051D
(11,5,29)
#0A051B
(10,5,27)
#090519
(9,5,25)
#080517
(8,5,23)
#070515
(7,5,21)
#060513
(6,5,19)
#050511
(5,5,17)
#04050F
(4,5,15)
#03050D
(3,5,13)
#02050B
(2,5,11)
#000000
(0,0,0)

Tints of #0C051F

#0C051F
(12,5,31)
#221B33
(34,27,51)
#383147
(56,49,71)
#4E475B
(78,71,91)
#645D6F
(100,93,111)
#7A7383
(122,115,131)
#908997
(144,137,151)
#A69FAB
(166,159,171)
#BCB5BF
(188,181,191)
#D2CBD3
(210,203,211)
#E8E1E7
(232,225,231)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #0C051F; }

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

This text font color is #0C051F.


Background Color

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

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

This div background color is #0C051F.


Border color

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

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

This div border color is #0C051F.


Opacity

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

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

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

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

This text has shadow with #0C051F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #0C051F on black background.


Color preview on white background

This text has color #0C051F on white background.



Black color preview on #0C051F background

This text has black color on #0C051F background.


White color preview on #0C051F background

This text has white color on #0C051F background.