COLOR #012C0D

HEX: #012C0D
RGB: (1,44,13)

Color info

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

RGB color model

#012C0D color RGB value is (1,44,13).

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

RGB channels and saturation

R 1 of 255 = 0%
G 44 of 255 = 17%
B 13 of 255 = 5%

1
44
13

R + G + B ~ 7%. #012C0D is dark color.

Portions of RGB colors in percentages

R + G + B =
1 + 44 + 13 = 58 (100%)
R 1 of 58 ~ 1.72%
G 44 of 58 ~ 75.86%
B 13 of 58 ~ 22.41%

%75.86
%22.41

CMYK color model

#012C0D color CMYK value is (98,0,70,83).

  • cyan value is 97.73%
  • magenta value is 0.00%
  • yellow value is 70.45%
  • key color value is 82.75%
CMYK:
(98,0,70,83)
C98M0Y70K83 
(98%,0%,70%,83%)
(0.98/0.00/0.70/0.83)	

CMYK percentages

%97.73
%0
%70.45
%82.75

Codes

Color #012C0D in popluar color models

012C0D
RGB14413
HSL137°95.56%8.82%
HSB/HSV137°97.73%17.25%
CMYK97.73%0.00%70.45%
82.75%

Color #012C0D in popluar number systems.

HEX012C0D
Decimal14413
Binary11011001101
Octal15415

Shades and tints

Shades of #012C0D

#012C0D
(1,44,13)
#01280C
(1,40,12)
#01240B
(1,36,11)
#01200A
(1,32,10)
#011C09
(1,28,9)
#011808
(1,24,8)
#011407
(1,20,7)
#011006
(1,16,6)
#010C05
(1,12,5)
#010804
(1,8,4)
#010403
(1,4,3)
#000000
(0,0,0)

Tints of #012C0D

#012C0D
(1,44,13)
#183F23
(24,63,35)
#2F5239
(47,82,57)
#46654F
(70,101,79)
#5D7865
(93,120,101)
#748B7B
(116,139,123)
#8B9E91
(139,158,145)
#A2B1A7
(162,177,167)
#B9C4BD
(185,196,189)
#D0D7D3
(208,215,211)
#E7EAE9
(231,234,233)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #012C0D; }

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

This text font color is #012C0D.


Background Color

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

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

This div background color is #012C0D.


Border color

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

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

This div border color is #012C0D.


Opacity

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

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

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

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

This text has shadow with #012C0D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #012C0D on black background.


Color preview on white background

This text has color #012C0D on white background.



Black color preview on #012C0D background

This text has black color on #012C0D background.


White color preview on #012C0D background

This text has white color on #012C0D background.