COLOR #01261C

HEX: #01261C RGB: (1,38,28)

Color info

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

RGB color model

#01261C color RGB value is (1,38,28).

RGB: (1,38,28) (0%, 15%, 11%)

RGB channels and saturation

R 1 of 255 = 0%
G 38 of 255 = 15%
B 28 of 255 = 11%

1
38
28

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

Portions of RGB colors in percentages

R + G + B = 1 + 38 + 28 = 67 (100%)
R 1 of 67 ~ 1.49%
G 38 of 67 ~ 56.72%
B 28 of 67 ~ 41.79'%

%56.72
%41.79

CMYK color model

#01261C color CMYK value is (97,0,26,85).

  • cyan value is 97.37%
  • magenta value is 0.00%
  • yellow value is 26.32%
  • key color value is 85.10%

CMYK: (97,0,26,85)
C97M0Y26K85 (97%, 0%, 26%, 85%)
(0.97 / 0.00 / 0.26 / 0.85)

CMYK percentages

%97.37
%0
%26.32
%85.1

Codes

Color #01261C in popluar color models

01 26 1C
RGB 1 38 28
HSL 164° 94.87% 7.65%
HSB/HSV 164° 97.37% 14.90%
CMYK 97.37% 0.00% 26.32%
85.10%

Color #01261C in popluar number systems.

HEX 01 26 1C
Decimal 1 38 28
Binary 1 100110 11100
Octal 1 46 34

Shades and tints

Shades of #01261C

#01261C
(1,38,28)
#01231A
(1,35,26)
#012018
(1,32,24)
#011D16
(1,29,22)
#011A14
(1,26,20)
#011712
(1,23,18)
#011410
(1,20,16)
#01110E
(1,17,14)
#010E0C
(1,14,12)
#010B0A
(1,11,10)
#010808
(1,8,8)
#000000
(0,0,0)

Tints of #01261C

#01261C
(1,38,28)
#183930
(24,57,48)
#2F4C44
(47,76,68)
#465F58
(70,95,88)
#5D726C
(93,114,108)
#748580
(116,133,128)
#8B9894
(139,152,148)
#A2ABA8
(162,171,168)
#B9BEBC
(185,190,188)
#D0D1D0
(208,209,208)
#E7E4E4
(231,228,228)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #01261C color. Also use rgb(1,38,28) instead hex code.

Text Font Color

.myTextColor { color: #01261C; }

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

This text font color is #01261C.

Background Color

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

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

This div background color is #01261C.

Border color

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

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

This div border color is #01261C.

Opacity

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

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

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

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

This text has shadow with #01261C color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #01261C.

Preview

Color preview on black background

This text has color #01261C on black background.


Color preview on white background

This text has color #01261C on white background.


Black color preview on #01261C background

This text has black color on #01261C background.


White color preview on #01261C background

This text has white color on #01261C background.


Related colors

Complementary color

Complementary color for #hex is #FED9E3.


I love getcolorcode.com

Triadic colors

1 #1C0126 and #261C01 with #01261C are triadic colors.

2 #1C2601 and #26011C with #01261C are triadic colors.