COLOR #012C1C

HEX: #012C1C
RGB: (1,44,28)

Color info

#012C1C contains red, green and blue colors in about the same proportion. Web safe color of #012C1C is #003333 (or #033).

RGB color model

#012C1C color RGB value is (1,44,28).

  • red value is 1;
  • green value is 44;
  • blue value is 28.
RGB:
(1,44,28)
(0%,17%,11%)

RGB channels and saturation

R 1 of 255 = 0%
G 44 of 255 = 17%
B 28 of 255 = 11%

1
44
28

R + G + B ~ 9%. #012C1C is dark color.

Portions of RGB colors in percentages

R + G + B =
1 + 44 + 28 = 73 (100%)
R 1 of 73 ~ 1.37%
G 44 of 73 ~ 60.27%
B 28 of 73 ~ 38.36%

%60.27
%38.36

CMYK color model

#012C1C color CMYK value is (98,0,36,83).

  • cyan value is 97.73%
  • magenta value is 0.00%
  • yellow value is 36.36%
  • key color value is 82.75%
CMYK:
(98,0,36,83)
C98M0Y36K83 
(98%,0%,36%,83%)
(0.98/0.00/0.36/0.83)	

CMYK percentages

%97.73
%0
%36.36
%82.75

Codes

Color #012C1C in popluar color models

012C1C
RGB14428
HSL158°95.56%8.82%
HSB/HSV158°97.73%17.25%
CMYK97.73%0.00%36.36%
82.75%

Color #012C1C in popluar number systems.

HEX012C1C
Decimal14428
Binary110110011100
Octal15434

Shades and tints

Shades of #012C1C

#012C1C
(1,44,28)
#01281A
(1,40,26)
#012418
(1,36,24)
#012016
(1,32,22)
#011C14
(1,28,20)
#011812
(1,24,18)
#011410
(1,20,16)
#01100E
(1,16,14)
#010C0C
(1,12,12)
#01080A
(1,8,10)
#010408
(1,4,8)
#000000
(0,0,0)

Tints of #012C1C

#012C1C
(1,44,28)
#183F30
(24,63,48)
#2F5244
(47,82,68)
#466558
(70,101,88)
#5D786C
(93,120,108)
#748B80
(116,139,128)
#8B9E94
(139,158,148)
#A2B1A8
(162,177,168)
#B9C4BC
(185,196,188)
#D0D7D0
(208,215,208)
#E7EAE4
(231,234,228)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #012C1C color. Also use rgb(1,44,28) instead hex code.

Text Font Color

.myTextColor { color: #012C1C; }

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

This text font color is #012C1C.


Background Color

.myBgColor { background-color: #012C1C; }

<div style="background-color:#012C1C">Inner text</div>

This div background color is #012C1C.


Border color

.myBorderColor { border: 1px solid #012C1C; }

<div style="border:3px solid #012C1C">Div</div>

This div border color is #012C1C.


Opacity

.myOpacity80 { color: #012C1C; opacity: 0.8; }

<p style="color:#012C1C;opacity:0.8;">80%</p>

Text with #012C1C 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 #012C1C;}

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

This text has shadow with #012C1C color.

.textShadow {text-shadow: 3px 3px 1px #012C1C, 3px 3px 1px red;}

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

This text has shadow with #012C1C primary color and red secondary color.


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

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

This text has shadow with #012C1C and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #012C1C on black background.


Color preview on white background

This text has color #012C1C on white background.



Black color preview on #012C1C background

This text has black color on #012C1C background.


White color preview on #012C1C background

This text has white color on #012C1C background.