COLOR #0C0500

HEX: #0C0500 RGB: (12,5,0)

Color info

#0C0500 contains only red and green colors. Web safe color of #0C0500 is #000000 (or #000).

RGB color model

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

RGB: (12,5,0) (5%, 2%, 0%)

RGB channels and saturation

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

12
5
0

R + G + B ~ 2%. #0C0500 is dark color.

Portions of RGB colors in percentages

R + G + B = 12 + 5 + 0 = 17 (100%)
R 12 of 17 ~ 70.59%
G 5 of 17 ~ 29.41%
B 0 of 17 ~ 0'%

%70.59
%29.41

CMYK color model

#0C0500 color CMYK value is (0,58,100,95).

  • cyan value is 0.00%
  • magenta value is 58.33%
  • yellow value is 100.00%
  • key color value is 95.29%
CMYK: (0,58,100,95) C0M58Y100K95 (0%,58%,100%,95%) (0.00/0.58/1.00/0.95) 

CMYK percentages

%0
%58.33
%100
%95.29

Codes

Color #0C0500 in popluar color models

0C 05 00
RGB 12 5 0
HSL 25° 100.00% 2.35%
HSB/HSV 25° 100.00% 4.71%
CMYK 0.00% 58.33% 100.00%
95.29%

Color #0C0500 in popluar number systems.

HEX 0C 05 00
Decimal 12 5 0
Binary 1100 101 0
Octal 14 5 0

Shades and tints

Shades of #0C0500

#0C0500
(12,5,0)
#0B0500
(11,5,0)
#0A0500
(10,5,0)
#090500
(9,5,0)
#080500
(8,5,0)
#070500
(7,5,0)
#060500
(6,5,0)
#050500
(5,5,0)
#040500
(4,5,0)
#030500
(3,5,0)
#020500
(2,5,0)
#000000
(0,0,0)

Tints of #0C0500

#0C0500
(12,5,0)
#221B17
(34,27,23)
#38312E
(56,49,46)
#4E4745
(78,71,69)
#645D5C
(100,93,92)
#7A7373
(122,115,115)
#90898A
(144,137,138)
#A69FA1
(166,159,161)
#BCB5B8
(188,181,184)
#D2CBCF
(210,203,207)
#E8E1E6
(232,225,230)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #0C0500; }

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

This text font color is #0C0500.

Background Color

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

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

This div background color is #0C0500.

Border color

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

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

This div border color is #0C0500.

Opacity

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

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

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

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

This text has shadow with #0C0500 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #0C0500.

Preview

Color preview on black background

This text has color #0C0500 on black background.


Color preview on white background

This text has color #0C0500 on white background.


Black color preview on #0C0500 background

This text has black color on #0C0500 background.


White color preview on #0C0500 background

This text has white color on #0C0500 background.


Related colors

Complementary color

Complementary color for #hex is #F3FAFF.


I love getcolorcode.com

Triadic colors

1 #000C05 and #05000C with #0C0500 are triadic colors.

2 #00050C and #050C00 with #0C0500 are triadic colors.