COLOR #012C1F

HEX: #012C1F
RGB: (1,44,31)

Color info

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

RGB color model

#012C1F color RGB value is (1,44,31).

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

RGB channels and saturation

R 1 of 255 = 0%
G 44 of 255 = 17%
B 31 of 255 = 12%

1
44
31

R + G + B ~ 10%. #012C1F is dark color.

Portions of RGB colors in percentages

R + G + B =
1 + 44 + 31 = 76 (100%)
R 1 of 76 ~ 1.32%
G 44 of 76 ~ 57.89%
B 31 of 76 ~ 40.79%

%57.89
%40.79

CMYK color model

#012C1F color CMYK value is (98,0,30,83).

  • cyan value is 97.73%
  • magenta value is 0.00%
  • yellow value is 29.55%
  • key color value is 82.75%
CMYK:
(98,0,30,83)
C98M0Y30K83 
(98%,0%,30%,83%)
(0.98/0.00/0.30/0.83)	

CMYK percentages

%97.73
%0
%29.55
%82.75

Codes

Color #012C1F in popluar color models

012C1F
RGB14431
HSL162°95.56%8.82%
HSB/HSV162°97.73%17.25%
CMYK97.73%0.00%29.55%
82.75%

Color #012C1F in popluar number systems.

HEX012C1F
Decimal14431
Binary110110011111
Octal15437

Shades and tints

Shades of #012C1F

#012C1F
(1,44,31)
#01281D
(1,40,29)
#01241B
(1,36,27)
#012019
(1,32,25)
#011C17
(1,28,23)
#011815
(1,24,21)
#011413
(1,20,19)
#011011
(1,16,17)
#010C0F
(1,12,15)
#01080D
(1,8,13)
#01040B
(1,4,11)
#000000
(0,0,0)

Tints of #012C1F

#012C1F
(1,44,31)
#183F33
(24,63,51)
#2F5247
(47,82,71)
#46655B
(70,101,91)
#5D786F
(93,120,111)
#748B83
(116,139,131)
#8B9E97
(139,158,151)
#A2B1AB
(162,177,171)
#B9C4BF
(185,196,191)
#D0D7D3
(208,215,211)
#E7EAE7
(231,234,231)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #012C1F; }

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

This text font color is #012C1F.


Background Color

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

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

This div background color is #012C1F.


Border color

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

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

This div border color is #012C1F.


Opacity

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

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

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

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

This text has shadow with #012C1F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #012C1F on black background.


Color preview on white background

This text has color #012C1F on white background.



Black color preview on #012C1F background

This text has black color on #012C1F background.


White color preview on #012C1F background

This text has white color on #012C1F background.