COLOR #0C0310

HEX: #0C0310
RGB: (12,3,16)

Color info

#0C0310 contains red, green and blue colors in about the same proportion. Web safe color of #0C0310 is #000000 (or #000).

RGB color model

#0C0310 color RGB value is (12,3,16).

  • red value is 12;
  • green value is 3;
  • blue value is 16.
RGB:
(12,3,16)
(5%,1%,6%)

RGB channels and saturation

R 12 of 255 = 5%
G 3 of 255 = 1%
B 16 of 255 = 6%

12
3
16

R + G + B ~ 4%. #0C0310 is dark color.

Portions of RGB colors in percentages

R + G + B =
12 + 3 + 16 = 31 (100%)
R 12 of 31 ~ 38.71%
G 3 of 31 ~ 9.68%
B 16 of 31 ~ 51.61%

%38.71
%9.68
%51.61

CMYK color model

#0C0310 color CMYK value is (25,81,0,94).

  • cyan value is 25.00%
  • magenta value is 81.25%
  • yellow value is 0.00%
  • key color value is 93.73%
CMYK:
(25,81,0,94)
C25M81Y0K94 
(25%,81%,0%,94%)
(0.25/0.81/0.00/0.94)	

CMYK percentages

%25
%81.25
%0
%93.73

Codes

Color #0C0310 in popluar color models

0C0310
RGB12316
HSL282°68.42%3.73%
HSB/HSV282°81.25%6.27%
CMYK25.00%81.25%0.00%
93.73%

Color #0C0310 in popluar number systems.

HEX0C0310
Decimal12316
Binary11001110000
Octal14320

Shades and tints

Shades of #0C0310

#0C0310
(12,3,16)
#0B030F
(11,3,15)
#0A030E
(10,3,14)
#09030D
(9,3,13)
#08030C
(8,3,12)
#07030B
(7,3,11)
#06030A
(6,3,10)
#050309
(5,3,9)
#040308
(4,3,8)
#030307
(3,3,7)
#020306
(2,3,6)
#000000
(0,0,0)

Tints of #0C0310

#0C0310
(12,3,16)
#221925
(34,25,37)
#382F3A
(56,47,58)
#4E454F
(78,69,79)
#645B64
(100,91,100)
#7A7179
(122,113,121)
#90878E
(144,135,142)
#A69DA3
(166,157,163)
#BCB3B8
(188,179,184)
#D2C9CD
(210,201,205)
#E8DFE2
(232,223,226)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #0C0310; }

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

This text font color is #0C0310.


Background Color

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

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

This div background color is #0C0310.


Border color

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

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

This div border color is #0C0310.


Opacity

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

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

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

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

This text has shadow with #0C0310 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #0C0310 on black background.


Color preview on white background

This text has color #0C0310 on white background.



Black color preview on #0C0310 background

This text has black color on #0C0310 background.


White color preview on #0C0310 background

This text has white color on #0C0310 background.