COLOR #012C2E

HEX: #012C2E
RGB: (1,44,46)

Color info

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

RGB color model

#012C2E color RGB value is (1,44,46).

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

RGB channels and saturation

R 1 of 255 = 0%
G 44 of 255 = 17%
B 46 of 255 = 18%

1
44
46

R + G + B ~ 12%. #012C2E is dark color.

Portions of RGB colors in percentages

R + G + B =
1 + 44 + 46 = 91 (100%)
R 1 of 91 ~ 1.1%
G 44 of 91 ~ 48.35%
B 46 of 91 ~ 50.55%

%48.35
%50.55

CMYK color model

#012C2E color CMYK value is (98,4,0,82).

  • cyan value is 97.83%
  • magenta value is 4.35%
  • yellow value is 0.00%
  • key color value is 81.96%
CMYK:
(98,4,0,82)
C98M4Y0K82 
(98%,4%,0%,82%)
(0.98/0.04/0.00/0.82)	

CMYK percentages

%97.83
%4.35
%0
%81.96

Codes

Color #012C2E in popluar color models

012C2E
RGB14446
HSL183°95.74%9.22%
HSB/HSV183°97.83%18.04%
CMYK97.83%4.35%0.00%
81.96%

Color #012C2E in popluar number systems.

HEX012C2E
Decimal14446
Binary1101100101110
Octal15456

Shades and tints

Shades of #012C2E

#012C2E
(1,44,46)
#01282A
(1,40,42)
#012426
(1,36,38)
#012022
(1,32,34)
#011C1E
(1,28,30)
#01181A
(1,24,26)
#011416
(1,20,22)
#011012
(1,16,18)
#010C0E
(1,12,14)
#01080A
(1,8,10)
#010406
(1,4,6)
#000000
(0,0,0)

Tints of #012C2E

#012C2E
(1,44,46)
#183F41
(24,63,65)
#2F5254
(47,82,84)
#466567
(70,101,103)
#5D787A
(93,120,122)
#748B8D
(116,139,141)
#8B9EA0
(139,158,160)
#A2B1B3
(162,177,179)
#B9C4C6
(185,196,198)
#D0D7D9
(208,215,217)
#E7EAEC
(231,234,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #012C2E; }

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

This text font color is #012C2E.


Background Color

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

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

This div background color is #012C2E.


Border color

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

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

This div border color is #012C2E.


Opacity

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

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

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

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

This text has shadow with #012C2E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #012C2E on black background.


Color preview on white background

This text has color #012C2E on white background.



Black color preview on #012C2E background

This text has black color on #012C2E background.


White color preview on #012C2E background

This text has white color on #012C2E background.