COLOR #0C0D02

HEX: #0C0D02
RGB: (12,13,2)

Color info

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

RGB color model

#0C0D02 color RGB value is (12,13,2).

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

RGB channels and saturation

R 12 of 255 = 5%
G 13 of 255 = 5%
B 2 of 255 = 1%

12
13
2

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

Portions of RGB colors in percentages

R + G + B =
12 + 13 + 2 = 27 (100%)
R 12 of 27 ~ 44.44%
G 13 of 27 ~ 48.15%
B 2 of 27 ~ 7.41%

%44.44
%48.15

CMYK color model

#0C0D02 color CMYK value is (8,0,85,95).

  • cyan value is 7.69%
  • magenta value is 0.00%
  • yellow value is 84.62%
  • key color value is 94.90%
CMYK:
(8,0,85,95)
C8M0Y85K95 
(8%,0%,85%,95%)
(0.08/0.00/0.85/0.95)	

CMYK percentages

%7.69
%0
%84.62
%94.9

Codes

Color #0C0D02 in popluar color models

0C0D02
RGB12132
HSL65°73.33%2.94%
HSB/HSV65°84.62%5.10%
CMYK7.69%0.00%84.62%
94.90%

Color #0C0D02 in popluar number systems.

HEX0C0D02
Decimal12132
Binary1100110110
Octal14152

Shades and tints

Shades of #0C0D02

#0C0D02
(12,13,2)
#0B0C02
(11,12,2)
#0A0B02
(10,11,2)
#090A02
(9,10,2)
#080902
(8,9,2)
#070802
(7,8,2)
#060702
(6,7,2)
#050602
(5,6,2)
#040502
(4,5,2)
#030402
(3,4,2)
#020302
(2,3,2)
#000000
(0,0,0)

Tints of #0C0D02

#0C0D02
(12,13,2)
#222319
(34,35,25)
#383930
(56,57,48)
#4E4F47
(78,79,71)
#64655E
(100,101,94)
#7A7B75
(122,123,117)
#90918C
(144,145,140)
#A6A7A3
(166,167,163)
#BCBDBA
(188,189,186)
#D2D3D1
(210,211,209)
#E8E9E8
(232,233,232)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #0C0D02; }

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

This text font color is #0C0D02.


Background Color

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

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

This div background color is #0C0D02.


Border color

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

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

This div border color is #0C0D02.


Opacity

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

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

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

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

This text has shadow with #0C0D02 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #0C0D02 on black background.


Color preview on white background

This text has color #0C0D02 on white background.



Black color preview on #0C0D02 background

This text has black color on #0C0D02 background.


White color preview on #0C0D02 background

This text has white color on #0C0D02 background.