COLOR #01321E

HEX: #01321E
RGB: (1,50,30)

Color info

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

RGB color model

#01321E color RGB value is (1,50,30).

  • red value is 1;
  • green value is 50;
  • blue value is 30.
RGB:
(1,50,30)
(0%,20%,12%)

RGB channels and saturation

R 1 of 255 = 0%
G 50 of 255 = 20%
B 30 of 255 = 12%

1
50
30

R + G + B ~ 11%. #01321E is dark color.

Portions of RGB colors in percentages

R + G + B =
1 + 50 + 30 = 81 (100%)
R 1 of 81 ~ 1.23%
G 50 of 81 ~ 61.73%
B 30 of 81 ~ 37.04%

%61.73
%37.04

CMYK color model

#01321E color CMYK value is (98,0,40,80).

  • cyan value is 98.00%
  • magenta value is 0.00%
  • yellow value is 40.00%
  • key color value is 80.39%
CMYK:
(98,0,40,80)
C98M0Y40K80 
(98%,0%,40%,80%)
(0.98/0.00/0.40/0.80)	

CMYK percentages

%98
%0
%40
%80.39

Codes

Color #01321E in popluar color models

01321E
RGB15030
HSL156°96.08%10.00%
HSB/HSV156°98.00%19.61%
CMYK98.00%0.00%40.00%
80.39%

Color #01321E in popluar number systems.

HEX01321E
Decimal15030
Binary111001011110
Octal16236

Shades and tints

Shades of #01321E

#01321E
(1,50,30)
#012E1C
(1,46,28)
#012A1A
(1,42,26)
#012618
(1,38,24)
#012216
(1,34,22)
#011E14
(1,30,20)
#011A12
(1,26,18)
#011610
(1,22,16)
#01120E
(1,18,14)
#010E0C
(1,14,12)
#010A0A
(1,10,10)
#000000
(0,0,0)

Tints of #01321E

#01321E
(1,50,30)
#184432
(24,68,50)
#2F5646
(47,86,70)
#46685A
(70,104,90)
#5D7A6E
(93,122,110)
#748C82
(116,140,130)
#8B9E96
(139,158,150)
#A2B0AA
(162,176,170)
#B9C2BE
(185,194,190)
#D0D4D2
(208,212,210)
#E7E6E6
(231,230,230)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #01321E color. Also use rgb(1,50,30) instead hex code.

Text Font Color

.myTextColor { color: #01321E; }

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

This text font color is #01321E.


Background Color

.myBgColor { background-color: #01321E; }

<div style="background-color:#01321E">Inner text</div>

This div background color is #01321E.


Border color

.myBorderColor { border: 1px solid #01321E; }

<div style="border:3px solid #01321E">Div</div>

This div border color is #01321E.


Opacity

.myOpacity80 { color: #01321E; opacity: 0.8; }

<p style="color:#01321E;opacity:0.8;">80%</p>

Text with #01321E 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 #01321E;}

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

This text has shadow with #01321E color.

.textShadow {text-shadow: 3px 3px 1px #01321E, 3px 3px 1px red;}

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

This text has shadow with #01321E primary color and red secondary color.


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

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

This text has shadow with #01321E and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #01321E on black background.


Color preview on white background

This text has color #01321E on white background.



Black color preview on #01321E background

This text has black color on #01321E background.


White color preview on #01321E background

This text has white color on #01321E background.