COLOR #01301E

HEX: #01301E RGB: (1,48,30)

Color info

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

RGB color model

#01301E color RGB value is (1,48,30).

RGB: (1,48,30) (0%, 19%, 12%)

RGB channels and saturation

R 1 of 255 = 0%
G 48 of 255 = 19%
B 30 of 255 = 12%

1
48
30

R + G + B ~ 10%. #01301E is dark color.

Portions of RGB colors in percentages

R + G + B = 1 + 48 + 30 = 79 (100%)
R 1 of 79 ~ 1.27%
G 48 of 79 ~ 60.76%
B 30 of 79 ~ 37.97'%

%60.76
%37.97

CMYK color model

#01301E color CMYK value is (98,0,38,81).

  • cyan value is 97.92%
  • magenta value is 0.00%
  • yellow value is 37.50%
  • key color value is 81.18%

CMYK: (98,0,38,81)
C98M0Y38K81 (98%, 0%, 38%, 81%)
(0.98 / 0.00 / 0.38 / 0.81)

CMYK percentages

%97.92
%0
%37.5
%81.18

Codes

Color #01301E in popluar color models

01 30 1E
RGB 1 48 30
HSL 157° 95.92% 9.61%
HSB/HSV 157° 97.92% 18.82%
CMYK 97.92% 0.00% 37.50%
81.18%

Color #01301E in popluar number systems.

HEX 01 30 1E
Decimal 1 48 30
Binary 1 110000 11110
Octal 1 60 36

Shades and tints

Shades of #01301E

#01301E
(1,48,30)
#012C1C
(1,44,28)
#01281A
(1,40,26)
#012418
(1,36,24)
#012016
(1,32,22)
#011C14
(1,28,20)
#011812
(1,24,18)
#011410
(1,20,16)
#01100E
(1,16,14)
#010C0C
(1,12,12)
#01080A
(1,8,10)
#000000
(0,0,0)

Tints of #01301E

#01301E
(1,48,30)
#184232
(24,66,50)
#2F5446
(47,84,70)
#46665A
(70,102,90)
#5D786E
(93,120,110)
#748A82
(116,138,130)
#8B9C96
(139,156,150)
#A2AEAA
(162,174,170)
#B9C0BE
(185,192,190)
#D0D2D2
(208,210,210)
#E7E4E6
(231,228,230)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #01301E; }

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

This text font color is #01301E.

Background Color

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

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

This div background color is #01301E.

Border color

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

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

This div border color is #01301E.

Opacity

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

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

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

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

This text has shadow with #01301E color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #01301E.

Preview

Color preview on black background

This text has color #01301E on black background.


Color preview on white background

This text has color #01301E on white background.


Black color preview on #01301E background

This text has black color on #01301E background.


White color preview on #01301E background

This text has white color on #01301E background.


Related colors

Complementary color

Complementary color for #hex is #FECFE1.


I love getcolorcode.com

Triadic colors

1 #1E0130 and #301E01 with #01301E are triadic colors.

2 #1E3001 and #30011E with #01301E are triadic colors.