COLOR #01390C

HEX: #01390C RGB: (1,57,12)

Color info

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

RGB color model

#01390C color RGB value is (1,57,12).

RGB: (1,57,12) (0%, 22%, 5%)

RGB channels and saturation

R 1 of 255 = 0%
G 57 of 255 = 22%
B 12 of 255 = 5%

1
57
12

R + G + B ~ 9%. #01390C is dark color.

Portions of RGB colors in percentages

R + G + B = 1 + 57 + 12 = 70 (100%)
R 1 of 70 ~ 1.43%
G 57 of 70 ~ 81.43%
B 12 of 70 ~ 17.14'%

%81.43
%17.14

CMYK color model

#01390C color CMYK value is (98,0,79,78).

  • cyan value is 98.25%
  • magenta value is 0.00%
  • yellow value is 78.95%
  • key color value is 77.65%
CMYK: (98,0,79,78) C98M0Y79K78 (98%,0%,79%,78%) (0.98/0.00/0.79/0.78) 

CMYK percentages

%98.25
%0
%78.95
%77.65

Codes

Color #01390C in popluar color models

01 39 0C
RGB 1 57 12
HSL 132° 96.55% 11.37%
HSB/HSV 132° 98.25% 22.35%
CMYK 98.25% 0.00% 78.95%
77.65%

Color #01390C in popluar number systems.

HEX 01 39 0C
Decimal 1 57 12
Binary 1 111001 1100
Octal 1 71 14

Shades and tints

Shades of #01390C

#01390C
(1,57,12)
#01340B
(1,52,11)
#012F0A
(1,47,10)
#012A09
(1,42,9)
#012508
(1,37,8)
#012007
(1,32,7)
#011B06
(1,27,6)
#011605
(1,22,5)
#011104
(1,17,4)
#010C03
(1,12,3)
#010702
(1,7,2)
#000000
(0,0,0)

Tints of #01390C

#01390C
(1,57,12)
#184B22
(24,75,34)
#2F5D38
(47,93,56)
#466F4E
(70,111,78)
#5D8164
(93,129,100)
#74937A
(116,147,122)
#8BA590
(139,165,144)
#A2B7A6
(162,183,166)
#B9C9BC
(185,201,188)
#D0DBD2
(208,219,210)
#E7EDE8
(231,237,232)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #01390C color. Also use rgb(1,57,12) instead hex code.

Text Font Color

.myTextColor { color: #01390C; }

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

This text font color is #01390C.

Background Color

.myBgColor { background-color: #01390C; }

<div style="background-color:#01390C">Inner text</div>

This div background color is #01390C.

Border color

.myBorderColor { border: 1px solid #01390C; }

<div style="border:3px solid #01390C">Div</div>

This div border color is #01390C.

Opacity

.myOpacity80 { color: #01390C; opacity: 0.8; }

<p style="color:#01390C;opacity:0.8;">80%</p>

Text with #01390C 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 #01390C;}

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

This text has shadow with #01390C color.


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

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

This text has shadow with #01390C primary color and red secondary color.


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

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

This text has shadow with #01390C and red colors in old Internet Explorer.

Div box shadow color

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

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

This div box has shadow with color #01390C.

Preview

Color preview on black background

This text has color #01390C on black background.


Color preview on white background

This text has color #01390C on white background.


Black color preview on #01390C background

This text has black color on #01390C background.


White color preview on #01390C background

This text has white color on #01390C background.


Related colors

Complementary color

Complementary color for #hex is #FEC6F3.


I love getcolorcode.com

Triadic colors

1 #0C0139 and #390C01 with #01390C are triadic colors.

2 #0C3901 and #39010C with #01390C are triadic colors.