COLOR #01312F

HEX: #01312F RGB: (1,49,47)

Color info

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

RGB color model

#01312F color RGB value is (1,49,47).

RGB: (1,49,47) (0%, 19%, 18%)

RGB channels and saturation

R 1 of 255 = 0%
G 49 of 255 = 19%
B 47 of 255 = 18%

1
49
47

R + G + B ~ 12%. #01312F is dark color.

Portions of RGB colors in percentages

R + G + B = 1 + 49 + 47 = 97 (100%)
R 1 of 97 ~ 1.03%
G 49 of 97 ~ 50.52%
B 47 of 97 ~ 48.45'%

%50.52
%48.45

CMYK color model

#01312F color CMYK value is (98,0,4,81).

  • cyan value is 97.96%
  • magenta value is 0.00%
  • yellow value is 4.08%
  • key color value is 80.78%

CMYK: (98,0,4,81)
C98M0Y4K81 (98%, 0%, 4%, 81%)
(0.98 / 0.00 / 0.04 / 0.81)

CMYK percentages

%97.96
%0
%4.08
%80.78

Codes

Color #01312F in popluar color models

01 31 2F
RGB 1 49 47
HSL 178° 96.00% 9.80%
HSB/HSV 178° 97.96% 19.22%
CMYK 97.96% 0.00% 4.08%
80.78%

Color #01312F in popluar number systems.

HEX 01 31 2F
Decimal 1 49 47
Binary 1 110001 101111
Octal 1 61 57

Shades and tints

Shades of #01312F

#01312F
(1,49,47)
#012D2B
(1,45,43)
#012927
(1,41,39)
#012523
(1,37,35)
#01211F
(1,33,31)
#011D1B
(1,29,27)
#011917
(1,25,23)
#011513
(1,21,19)
#01110F
(1,17,15)
#010D0B
(1,13,11)
#010907
(1,9,7)
#000000
(0,0,0)

Tints of #01312F

#01312F
(1,49,47)
#184341
(24,67,65)
#2F5553
(47,85,83)
#466765
(70,103,101)
#5D7977
(93,121,119)
#748B89
(116,139,137)
#8B9D9B
(139,157,155)
#A2AFAD
(162,175,173)
#B9C1BF
(185,193,191)
#D0D3D1
(208,211,209)
#E7E5E3
(231,229,227)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #01312F color. Also use rgb(1,49,47) instead hex code.

Text Font Color

.myTextColor { color: #01312F; }

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

This text font color is #01312F.

Background Color

.myBgColor { background-color: #01312F; }

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

This div background color is #01312F.

Border color

.myBorderColor { border: 1px solid #01312F; }

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

This div border color is #01312F.

Opacity

.myOpacity80 { color: #01312F; opacity: 0.8; }

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

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

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

This text has shadow with #01312F color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #01312F.

Preview

Color preview on black background

This text has color #01312F on black background.


Color preview on white background

This text has color #01312F on white background.


Black color preview on #01312F background

This text has black color on #01312F background.


White color preview on #01312F background

This text has white color on #01312F background.


Related colors

Complementary color

Complementary color for #hex is #FECED0.


I love getcolorcode.com

Triadic colors

1 #2F0131 and #312F01 with #01312F are triadic colors.

2 #2F3101 and #31012F with #01312F are triadic colors.