COLOR #01270C

HEX: #01270C RGB: (1,39,12)

Color info

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

RGB color model

#01270C color RGB value is (1,39,12).

RGB: (1,39,12) (0%, 15%, 5%)

RGB channels and saturation

R 1 of 255 = 0%
G 39 of 255 = 15%
B 12 of 255 = 5%

1
39
12

R + G + B ~ 7%. #01270C is dark color.

Portions of RGB colors in percentages

R + G + B = 1 + 39 + 12 = 52 (100%)
R 1 of 52 ~ 1.92%
G 39 of 52 ~ 75%
B 12 of 52 ~ 23.08'%

%75
%23.08

CMYK color model

#01270C color CMYK value is (97,0,69,85).

  • cyan value is 97.44%
  • magenta value is 0.00%
  • yellow value is 69.23%
  • key color value is 84.71%
CMYK: (97,0,69,85) C97M0Y69K85 (97%,0%,69%,85%) (0.97/0.00/0.69/0.85) 

CMYK percentages

%97.44
%0
%69.23
%84.71

Codes

Color #01270C in popluar color models

01 27 0C
RGB 1 39 12
HSL 137° 95.00% 7.84%
HSB/HSV 137° 97.44% 15.29%
CMYK 97.44% 0.00% 69.23%
84.71%

Color #01270C in popluar number systems.

HEX 01 27 0C
Decimal 1 39 12
Binary 1 100111 1100
Octal 1 47 14

Shades and tints

Shades of #01270C

#01270C
(1,39,12)
#01240B
(1,36,11)
#01210A
(1,33,10)
#011E09
(1,30,9)
#011B08
(1,27,8)
#011807
(1,24,7)
#011506
(1,21,6)
#011205
(1,18,5)
#010F04
(1,15,4)
#010C03
(1,12,3)
#010902
(1,9,2)
#000000
(0,0,0)

Tints of #01270C

#01270C
(1,39,12)
#183A22
(24,58,34)
#2F4D38
(47,77,56)
#46604E
(70,96,78)
#5D7364
(93,115,100)
#74867A
(116,134,122)
#8B9990
(139,153,144)
#A2ACA6
(162,172,166)
#B9BFBC
(185,191,188)
#D0D2D2
(208,210,210)
#E7E5E8
(231,229,232)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #01270C; }

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

This text font color is #01270C.

Background Color

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

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

This div background color is #01270C.

Border color

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

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

This div border color is #01270C.

Opacity

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

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

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

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

This text has shadow with #01270C color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #01270C.

Preview

Color preview on black background

This text has color #01270C on black background.


Color preview on white background

This text has color #01270C on white background.


Black color preview on #01270C background

This text has black color on #01270C background.


White color preview on #01270C background

This text has white color on #01270C background.


Related colors

Complementary color

Complementary color for #hex is #FED8F3.


I love getcolorcode.com

Triadic colors

1 #0C0127 and #270C01 with #01270C are triadic colors.

2 #0C2701 and #27010C with #01270C are triadic colors.