COLOR #01261B

HEX: #01261B RGB: (1,38,27)

Color info

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

RGB color model

#01261B color RGB value is (1,38,27).

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

RGB channels and saturation

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

1
38
27

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

Portions of RGB colors in percentages

R + G + B = 1 + 38 + 27 = 66 (100%)
R 1 of 66 ~ 1.52%
G 38 of 66 ~ 57.58%
B 27 of 66 ~ 40.91'%

%57.58
%40.91

CMYK color model

#01261B color CMYK value is (97,0,29,85).

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

CMYK: (97,0,29,85)
C97M0Y29K85 (97%, 0%, 29%, 85%)
(0.97 / 0.00 / 0.29 / 0.85)

CMYK percentages

%97.37
%0
%28.95
%85.1

Codes

Color #01261B in popluar color models

01 26 1B
RGB 1 38 27
HSL 162° 94.87% 7.65%
HSB/HSV 162° 97.37% 14.90%
CMYK 97.37% 0.00% 28.95%
85.10%

Color #01261B in popluar number systems.

HEX 01 26 1B
Decimal 1 38 27
Binary 1 100110 11011
Octal 1 46 33

Shades and tints

Shades of #01261B

#01261B
(1,38,27)
#012319
(1,35,25)
#012017
(1,32,23)
#011D15
(1,29,21)
#011A13
(1,26,19)
#011711
(1,23,17)
#01140F
(1,20,15)
#01110D
(1,17,13)
#010E0B
(1,14,11)
#010B09
(1,11,9)
#010807
(1,8,7)
#000000
(0,0,0)

Tints of #01261B

#01261B
(1,38,27)
#18392F
(24,57,47)
#2F4C43
(47,76,67)
#465F57
(70,95,87)
#5D726B
(93,114,107)
#74857F
(116,133,127)
#8B9893
(139,152,147)
#A2ABA7
(162,171,167)
#B9BEBB
(185,190,187)
#D0D1CF
(208,209,207)
#E7E4E3
(231,228,227)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #01261B; }

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

This text font color is #01261B.

Background Color

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

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

This div background color is #01261B.

Border color

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

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

This div border color is #01261B.

Opacity

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

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

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

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

This text has shadow with #01261B color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #01261B.

Preview

Color preview on black background

This text has color #01261B on black background.


Color preview on white background

This text has color #01261B on white background.


Black color preview on #01261B background

This text has black color on #01261B background.


White color preview on #01261B background

This text has white color on #01261B background.


Related colors

Complementary color

Complementary color for #hex is #FED9E4.


I love getcolorcode.com

Triadic colors

1 #1B0126 and #261B01 with #01261B are triadic colors.

2 #1B2601 and #26011B with #01261B are triadic colors.