COLOR #0C200A

HEX: #0C200A
RGB: (12,32,10)

Color info

#0C200A contains red, green and blue colors in about the same proportion. Web safe color of #0C200A is #003300 (or #030).

RGB color model

#0C200A color RGB value is (12,32,10).

  • red value is 12;
  • green value is 32;
  • blue value is 10.
RGB:
(12,32,10)
(5%,13%,4%)

RGB channels and saturation

R 12 of 255 = 5%
G 32 of 255 = 13%
B 10 of 255 = 4%

12
32
10

R + G + B ~ 7%. #0C200A is dark color.

Portions of RGB colors in percentages

R + G + B =
12 + 32 + 10 = 54 (100%)
R 12 of 54 ~ 22.22%
G 32 of 54 ~ 59.26%
B 10 of 54 ~ 18.52%

%22.22
%59.26
%18.52

CMYK color model

#0C200A color CMYK value is (63,0,69,87).

  • cyan value is 62.50%
  • magenta value is 0.00%
  • yellow value is 68.75%
  • key color value is 87.45%
CMYK:
(63,0,69,87)
C63M0Y69K87 
(63%,0%,69%,87%)
(0.63/0.00/0.69/0.87)	

CMYK percentages

%62.5
%0
%68.75
%87.45

Codes

Color #0C200A in popluar color models

0C200A
RGB123210
HSL115°52.38%8.24%
HSB/HSV115°68.75%12.55%
CMYK62.50%0.00%68.75%
87.45%

Color #0C200A in popluar number systems.

HEX0C200A
Decimal123210
Binary11001000001010
Octal144012

Shades and tints

Shades of #0C200A

#0C200A
(12,32,10)
#0B1E0A
(11,30,10)
#0A1C0A
(10,28,10)
#091A0A
(9,26,10)
#08180A
(8,24,10)
#07160A
(7,22,10)
#06140A
(6,20,10)
#05120A
(5,18,10)
#04100A
(4,16,10)
#030E0A
(3,14,10)
#020C0A
(2,12,10)
#000000
(0,0,0)

Tints of #0C200A

#0C200A
(12,32,10)
#223420
(34,52,32)
#384836
(56,72,54)
#4E5C4C
(78,92,76)
#647062
(100,112,98)
#7A8478
(122,132,120)
#90988E
(144,152,142)
#A6ACA4
(166,172,164)
#BCC0BA
(188,192,186)
#D2D4D0
(210,212,208)
#E8E8E6
(232,232,230)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #0C200A; }

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

This text font color is #0C200A.


Background Color

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

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

This div background color is #0C200A.


Border color

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

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

This div border color is #0C200A.


Opacity

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

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

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

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

This text has shadow with #0C200A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #0C200A on black background.


Color preview on white background

This text has color #0C200A on white background.



Black color preview on #0C200A background

This text has black color on #0C200A background.


White color preview on #0C200A background

This text has white color on #0C200A background.