COLOR #012723

HEX: #012723 RGB: (1,39,35)

Color info

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

RGB color model

#012723 color RGB value is (1,39,35).

RGB: (1,39,35) (0%, 15%, 14%)

RGB channels and saturation

R 1 of 255 = 0%
G 39 of 255 = 15%
B 35 of 255 = 14%

1
39
35

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

Portions of RGB colors in percentages

R + G + B = 1 + 39 + 35 = 75 (100%)
R 1 of 75 ~ 1.33%
G 39 of 75 ~ 52%
B 35 of 75 ~ 46.67'%

%52
%46.67

CMYK color model

#012723 color CMYK value is (97,0,10,85).

  • cyan value is 97.44%
  • magenta value is 0.00%
  • yellow value is 10.26%
  • key color value is 84.71%

CMYK: (97,0,10,85)
C97M0Y10K85 (97%, 0%, 10%, 85%)
(0.97 / 0.00 / 0.10 / 0.85)

CMYK percentages

%97.44
%0
%10.26
%84.71

Codes

Color #012723 in popluar color models

01 27 23
RGB 1 39 35
HSL 174° 95.00% 7.84%
HSB/HSV 174° 97.44% 15.29%
CMYK 97.44% 0.00% 10.26%
84.71%

Color #012723 in popluar number systems.

HEX 01 27 23
Decimal 1 39 35
Binary 1 100111 100011
Octal 1 47 43

Shades and tints

Shades of #012723

#012723
(1,39,35)
#012420
(1,36,32)
#01211D
(1,33,29)
#011E1A
(1,30,26)
#011B17
(1,27,23)
#011814
(1,24,20)
#011511
(1,21,17)
#01120E
(1,18,14)
#010F0B
(1,15,11)
#010C08
(1,12,8)
#010905
(1,9,5)
#000000
(0,0,0)

Tints of #012723

#012723
(1,39,35)
#183A37
(24,58,55)
#2F4D4B
(47,77,75)
#46605F
(70,96,95)
#5D7373
(93,115,115)
#748687
(116,134,135)
#8B999B
(139,153,155)
#A2ACAF
(162,172,175)
#B9BFC3
(185,191,195)
#D0D2D7
(208,210,215)
#E7E5EB
(231,229,235)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #012723; }

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

This text font color is #012723.

Background Color

.myBgColor { background-color: #012723; }

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

This div background color is #012723.

Border color

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

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

This div border color is #012723.

Opacity

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

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

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

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

This text has shadow with #012723 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #012723.

Preview

Color preview on black background

This text has color #012723 on black background.


Color preview on white background

This text has color #012723 on white background.


Black color preview on #012723 background

This text has black color on #012723 background.


White color preview on #012723 background

This text has white color on #012723 background.


Related colors

Complementary color

Complementary color for #hex is #FED8DC.


I love getcolorcode.com

Triadic colors

1 #230127 and #272301 with #012723 are triadic colors.

2 #232701 and #270123 with #012723 are triadic colors.