COLOR #012B14

HEX: #012B14
RGB: (1,43,20)

Color info

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

RGB color model

#012B14 color RGB value is (1,43,20).

  • red value is 1;
  • green value is 43;
  • blue value is 20.
RGB:
(1,43,20)
(0%,17%,8%)

RGB channels and saturation

R 1 of 255 = 0%
G 43 of 255 = 17%
B 20 of 255 = 8%

1
43
20

R + G + B ~ 8%. #012B14 is dark color.

Portions of RGB colors in percentages

R + G + B =
1 + 43 + 20 = 64 (100%)
R 1 of 64 ~ 1.56%
G 43 of 64 ~ 67.19%
B 20 of 64 ~ 31.25%

%67.19
%31.25

CMYK color model

#012B14 color CMYK value is (98,0,53,83).

  • cyan value is 97.67%
  • magenta value is 0.00%
  • yellow value is 53.49%
  • key color value is 83.14%
CMYK:
(98,0,53,83)
C98M0Y53K83 
(98%,0%,53%,83%)
(0.98/0.00/0.53/0.83)	

CMYK percentages

%97.67
%0
%53.49
%83.14

Codes

Color #012B14 in popluar color models

012B14
RGB14320
HSL147°95.45%8.63%
HSB/HSV147°97.67%16.86%
CMYK97.67%0.00%53.49%
83.14%

Color #012B14 in popluar number systems.

HEX012B14
Decimal14320
Binary110101110100
Octal15324

Shades and tints

Shades of #012B14

#012B14
(1,43,20)
#012813
(1,40,19)
#012512
(1,37,18)
#012211
(1,34,17)
#011F10
(1,31,16)
#011C0F
(1,28,15)
#01190E
(1,25,14)
#01160D
(1,22,13)
#01130C
(1,19,12)
#01100B
(1,16,11)
#010D0A
(1,13,10)
#000000
(0,0,0)

Tints of #012B14

#012B14
(1,43,20)
#183E29
(24,62,41)
#2F513E
(47,81,62)
#466453
(70,100,83)
#5D7768
(93,119,104)
#748A7D
(116,138,125)
#8B9D92
(139,157,146)
#A2B0A7
(162,176,167)
#B9C3BC
(185,195,188)
#D0D6D1
(208,214,209)
#E7E9E6
(231,233,230)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #012B14 color. Also use rgb(1,43,20) instead hex code.

Text Font Color

.myTextColor { color: #012B14; }

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

This text font color is #012B14.


Background Color

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

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

This div background color is #012B14.


Border color

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

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

This div border color is #012B14.


Opacity

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

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

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

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

This text has shadow with #012B14 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #012B14 on black background.


Color preview on white background

This text has color #012B14 on white background.



Black color preview on #012B14 background

This text has black color on #012B14 background.


White color preview on #012B14 background

This text has white color on #012B14 background.