COLOR #081401

HEX: #081401 RGB: (8,20,1)

Color info

#081401 contains red, green and blue colors in about the same proportion. Web safe color of #081401 is #000000 (or #000).

RGB color model

#081401 color RGB value is (8,20,1).

RGB: (8,20,1) (3%, 8%, 0%)

RGB channels and saturation

R 8 of 255 = 3%
G 20 of 255 = 8%
B 1 of 255 = 0%

8
20
1

R + G + B ~ 4%. #081401 is dark color.

Portions of RGB colors in percentages

R + G + B = 8 + 20 + 1 = 29 (100%)
R 8 of 29 ~ 27.59%
G 20 of 29 ~ 68.97%
B 1 of 29 ~ 3.45'%

%27.59
%68.97

CMYK color model

#081401 color CMYK value is (60,0,95,92).

  • cyan value is 60.00%
  • magenta value is 0.00%
  • yellow value is 95.00%
  • key color value is 92.16%

CMYK: (60,0,95,92)
C60M0Y95K92 (60%, 0%, 95%, 92%)
(0.60 / 0.00 / 0.95 / 0.92)

CMYK percentages

%60
%0
%95
%92.16

Codes

Color #081401 in popluar color models

08 14 01
RGB 8 20 1
HSL 98° 90.48% 4.12%
HSB/HSV 98° 95.00% 7.84%
CMYK 60.00% 0.00% 95.00%
92.16%

Color #081401 in popluar number systems.

HEX 08 14 01
Decimal 8 20 1
Binary 1000 10100 1
Octal 10 24 1

Shades and tints

Shades of #081401

#081401
(8,20,1)
#081301
(8,19,1)
#081201
(8,18,1)
#081101
(8,17,1)
#081001
(8,16,1)
#080F01
(8,15,1)
#080E01
(8,14,1)
#080D01
(8,13,1)
#080C01
(8,12,1)
#080B01
(8,11,1)
#080A01
(8,10,1)
#000000
(0,0,0)

Tints of #081401

#081401
(8,20,1)
#1E2918
(30,41,24)
#343E2F
(52,62,47)
#4A5346
(74,83,70)
#60685D
(96,104,93)
#767D74
(118,125,116)
#8C928B
(140,146,139)
#A2A7A2
(162,167,162)
#B8BCB9
(184,188,185)
#CED1D0
(206,209,208)
#E4E6E7
(228,230,231)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #081401 color. Also use rgb(8,20,1) instead hex code.

Text Font Color

.myTextColor { color: #081401; }

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

This text font color is #081401.

Background Color

.myBgColor { background-color: #081401; }

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

This div background color is #081401.

Border color

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

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

This div border color is #081401.

Opacity

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

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

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

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

This text has shadow with #081401 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #081401.

Preview

Color preview on black background

This text has color #081401 on black background.


Color preview on white background

This text has color #081401 on white background.


Black color preview on #081401 background

This text has black color on #081401 background.


White color preview on #081401 background

This text has white color on #081401 background.


Related colors

Complementary color

Complementary color for #hex is #F7EBFE.


I love getcolorcode.com

Triadic colors

1 #010814 and #140108 with #081401 are triadic colors.

2 #011408 and #140801 with #081401 are triadic colors.