COLOR #01300D

HEX: #01300D RGB: (1,48,13)

Color info

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

RGB color model

#01300D color RGB value is (1,48,13).

RGB: (1,48,13) (0%, 19%, 5%)

RGB channels and saturation

R 1 of 255 = 0%
G 48 of 255 = 19%
B 13 of 255 = 5%

1
48
13

R + G + B ~ 8%. #01300D is dark color.

Portions of RGB colors in percentages

R + G + B = 1 + 48 + 13 = 62 (100%)
R 1 of 62 ~ 1.61%
G 48 of 62 ~ 77.42%
B 13 of 62 ~ 20.97'%

%77.42
%20.97

CMYK color model

#01300D color CMYK value is (98,0,73,81).

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

CMYK: (98,0,73,81)
C98M0Y73K81 (98%, 0%, 73%, 81%)
(0.98 / 0.00 / 0.73 / 0.81)

CMYK percentages

%97.92
%0
%72.92
%81.18

Codes

Color #01300D in popluar color models

01 30 0D
RGB 1 48 13
HSL 135° 95.92% 9.61%
HSB/HSV 135° 97.92% 18.82%
CMYK 97.92% 0.00% 72.92%
81.18%

Color #01300D in popluar number systems.

HEX 01 30 0D
Decimal 1 48 13
Binary 1 110000 1101
Octal 1 60 15

Shades and tints

Shades of #01300D

#01300D
(1,48,13)
#012C0C
(1,44,12)
#01280B
(1,40,11)
#01240A
(1,36,10)
#012009
(1,32,9)
#011C08
(1,28,8)
#011807
(1,24,7)
#011406
(1,20,6)
#011005
(1,16,5)
#010C04
(1,12,4)
#010803
(1,8,3)
#000000
(0,0,0)

Tints of #01300D

#01300D
(1,48,13)
#184223
(24,66,35)
#2F5439
(47,84,57)
#46664F
(70,102,79)
#5D7865
(93,120,101)
#748A7B
(116,138,123)
#8B9C91
(139,156,145)
#A2AEA7
(162,174,167)
#B9C0BD
(185,192,189)
#D0D2D3
(208,210,211)
#E7E4E9
(231,228,233)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #01300D color. Also use rgb(1,48,13) instead hex code.

Text Font Color

.myTextColor { color: #01300D; }

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

This text font color is #01300D.

Background Color

.myBgColor { background-color: #01300D; }

<div style="background-color:#01300D">Inner text</div>

This div background color is #01300D.

Border color

.myBorderColor { border: 1px solid #01300D; }

<div style="border:3px solid #01300D">Div</div>

This div border color is #01300D.

Opacity

.myOpacity80 { color: #01300D; opacity: 0.8; }

<p style="color:#01300D;opacity:0.8;">80%</p>

Text with #01300D 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 #01300D;}

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

This text has shadow with #01300D color.


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

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

This text has shadow with #01300D primary color and red secondary color.


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

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

This text has shadow with #01300D and red colors in old Internet Explorer.

Div box shadow color

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

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

This div box has shadow with color #01300D.

Preview

Color preview on black background

This text has color #01300D on black background.


Color preview on white background

This text has color #01300D on white background.


Black color preview on #01300D background

This text has black color on #01300D background.


White color preview on #01300D background

This text has white color on #01300D background.


Related colors

Complementary color

Complementary color for #hex is #FECFF2.


I love getcolorcode.com

Triadic colors

1 #0D0130 and #300D01 with #01300D are triadic colors.

2 #0D3001 and #30010D with #01300D are triadic colors.