COLOR #012726

HEX: #012726
RGB: (1,39,38)

Color info

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

RGB color model

#012726 color RGB value is (1,39,38).

  • red value is 1;
  • green value is 39;
  • blue value is 38.
RGB:
(1,39,38)
(0%,15%,15%)

RGB channels and saturation

R 1 of 255 = 0%
G 39 of 255 = 15%
B 38 of 255 = 15%

1
39
38

R + G + B ~ 10%. #012726 is dark color.

Portions of RGB colors in percentages

R + G + B =
1 + 39 + 38 = 78 (100%)
R 1 of 78 ~ 1.28%
G 39 of 78 ~ 50%
B 38 of 78 ~ 48.72%

%50
%48.72

CMYK color model

#012726 color CMYK value is (97,0,3,85).

  • cyan value is 97.44%
  • magenta value is 0.00%
  • yellow value is 2.56%
  • key color value is 84.71%
CMYK:
(97,0,3,85)
C97M0Y3K85 
(97%,0%,3%,85%)
(0.97/0.00/0.03/0.85)	

CMYK percentages

%97.44
%0
%2.56
%84.71

Codes

Color #012726 in popluar color models

012726
RGB13938
HSL178°95.00%7.84%
HSB/HSV178°97.44%15.29%
CMYK97.44%0.00%2.56%
84.71%

Color #012726 in popluar number systems.

HEX012726
Decimal13938
Binary1100111100110
Octal14746

Shades and tints

Shades of #012726

#012726
(1,39,38)
#012423
(1,36,35)
#012120
(1,33,32)
#011E1D
(1,30,29)
#011B1A
(1,27,26)
#011817
(1,24,23)
#011514
(1,21,20)
#011211
(1,18,17)
#010F0E
(1,15,14)
#010C0B
(1,12,11)
#010908
(1,9,8)
#000000
(0,0,0)

Tints of #012726

#012726
(1,39,38)
#183A39
(24,58,57)
#2F4D4C
(47,77,76)
#46605F
(70,96,95)
#5D7372
(93,115,114)
#748685
(116,134,133)
#8B9998
(139,153,152)
#A2ACAB
(162,172,171)
#B9BFBE
(185,191,190)
#D0D2D1
(208,210,209)
#E7E5E4
(231,229,228)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #012726; }

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

This text font color is #012726.


Background Color

.myBgColor { background-color: #012726; }

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

This div background color is #012726.


Border color

.myBorderColor { border: 1px solid #012726; }

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

This div border color is #012726.


Opacity

.myOpacity80 { color: #012726; opacity: 0.8; }

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

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

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

This text has shadow with #012726 color.

.textShadow {text-shadow: 3px 3px 1px #012726, 3px 3px 1px red;}

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

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


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

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

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


Div box shadow color

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

/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #012726;
-webkit-box-shadow: 1px 1px 3px 2px #012726;
box-shadow:1px 1px 3px 2px #012726;">
Div content here</div>
This div box has shadow with color #012726.

Preview

Color preview on black background

This text has color #012726 on black background.


Color preview on white background

This text has color #012726 on white background.



Black color preview on #012726 background

This text has black color on #012726 background.


White color preview on #012726 background

This text has white color on #012726 background.