COLOR #01200C

HEX: #01200C
RGB: (1,32,12)

Color info

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

RGB color model

#01200C color RGB value is (1,32,12).

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

RGB channels and saturation

R 1 of 255 = 0%
G 32 of 255 = 13%
B 12 of 255 = 5%

1
32
12

R + G + B ~ 6%. #01200C is dark color.

Portions of RGB colors in percentages

R + G + B =
1 + 32 + 12 = 45 (100%)
R 1 of 45 ~ 2.22%
G 32 of 45 ~ 71.11%
B 12 of 45 ~ 26.67%

%71.11
%26.67

CMYK color model

#01200C color CMYK value is (97,0,63,87).

  • cyan value is 96.88%
  • magenta value is 0.00%
  • yellow value is 62.50%
  • key color value is 87.45%
CMYK:
(97,0,63,87)
C97M0Y63K87 
(97%,0%,63%,87%)
(0.97/0.00/0.63/0.87)	

CMYK percentages

%96.88
%0
%62.5
%87.45

Codes

Color #01200C in popluar color models

01200C
RGB13212
HSL141°93.94%6.47%
HSB/HSV141°96.88%12.55%
CMYK96.88%0.00%62.50%
87.45%

Color #01200C in popluar number systems.

HEX01200C
Decimal13212
Binary11000001100
Octal14014

Shades and tints

Shades of #01200C

#01200C
(1,32,12)
#011E0B
(1,30,11)
#011C0A
(1,28,10)
#011A09
(1,26,9)
#011808
(1,24,8)
#011607
(1,22,7)
#011406
(1,20,6)
#011205
(1,18,5)
#011004
(1,16,4)
#010E03
(1,14,3)
#010C02
(1,12,2)
#000000
(0,0,0)

Tints of #01200C

#01200C
(1,32,12)
#183422
(24,52,34)
#2F4838
(47,72,56)
#465C4E
(70,92,78)
#5D7064
(93,112,100)
#74847A
(116,132,122)
#8B9890
(139,152,144)
#A2ACA6
(162,172,166)
#B9C0BC
(185,192,188)
#D0D4D2
(208,212,210)
#E7E8E8
(231,232,232)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #01200C color. Also use rgb(1,32,12) instead hex code.

Text Font Color

.myTextColor { color: #01200C; }

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

This text font color is #01200C.


Background Color

.myBgColor { background-color: #01200C; }

<div style="background-color:#01200C">Inner text</div>

This div background color is #01200C.


Border color

.myBorderColor { border: 1px solid #01200C; }

<div style="border:3px solid #01200C">Div</div>

This div border color is #01200C.


Opacity

.myOpacity80 { color: #01200C; opacity: 0.8; }

<p style="color:#01200C;opacity:0.8;">80%</p>

Text with #01200C 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 #01200C;}

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

This text has shadow with #01200C color.

.textShadow {text-shadow: 3px 3px 1px #01200C, 3px 3px 1px red;}

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

This text has shadow with #01200C primary color and red secondary color.


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

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

This text has shadow with #01200C and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #01200C on black background.


Color preview on white background

This text has color #01200C on white background.



Black color preview on #01200C background

This text has black color on #01200C background.


White color preview on #01200C background

This text has white color on #01200C background.