COLOR #08131F

HEX: #08131F RGB: (8,19,31)

Color info

#08131F contains red, green and blue colors in about the same proportion. Web safe color of #08131F is #000033 (or #003).

RGB color model

#08131F color RGB value is (8,19,31).

RGB: (8,19,31) (3%, 7%, 12%)

RGB channels and saturation

R 8 of 255 = 3%
G 19 of 255 = 7%
B 31 of 255 = 12%

8
19
31

R + G + B ~ 7%. #08131F is dark color.

Portions of RGB colors in percentages

R + G + B = 8 + 19 + 31 = 58 (100%)
R 8 of 58 ~ 13.79%
G 19 of 58 ~ 32.76%
B 31 of 58 ~ 53.45'%

%13.79
%32.76
%53.45

CMYK color model

#08131F color CMYK value is (74,39,0,88).

  • cyan value is 74.19%
  • magenta value is 38.71%
  • yellow value is 0.00%
  • key color value is 87.84%

CMYK: (74,39,0,88)
C74M39Y0K88 (74%, 39%, 0%, 88%)
(0.74 / 0.39 / 0.00 / 0.88)

CMYK percentages

%74.19
%38.71
%0
%87.84

Codes

Color #08131F in popluar color models

08 13 1F
RGB 8 19 31
HSL 211° 58.97% 7.65%
HSB/HSV 211° 74.19% 12.16%
CMYK 74.19% 38.71% 0.00%
87.84%

Color #08131F in popluar number systems.

HEX 08 13 1F
Decimal 8 19 31
Binary 1000 10011 11111
Octal 10 23 37

Shades and tints

Shades of #08131F

#08131F
(8,19,31)
#08121D
(8,18,29)
#08111B
(8,17,27)
#081019
(8,16,25)
#080F17
(8,15,23)
#080E15
(8,14,21)
#080D13
(8,13,19)
#080C11
(8,12,17)
#080B0F
(8,11,15)
#080A0D
(8,10,13)
#08090B
(8,9,11)
#000000
(0,0,0)

Tints of #08131F

#08131F
(8,19,31)
#1E2833
(30,40,51)
#343D47
(52,61,71)
#4A525B
(74,82,91)
#60676F
(96,103,111)
#767C83
(118,124,131)
#8C9197
(140,145,151)
#A2A6AB
(162,166,171)
#B8BBBF
(184,187,191)
#CED0D3
(206,208,211)
#E4E5E7
(228,229,231)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #08131F color. Also use rgb(8,19,31) instead hex code.

Text Font Color

.myTextColor { color: #08131F; }

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

This text font color is #08131F.

Background Color

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

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

This div background color is #08131F.

Border color

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

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

This div border color is #08131F.

Opacity

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

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

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

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

This text has shadow with #08131F color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #08131F.

Preview

Color preview on black background

This text has color #08131F on black background.


Color preview on white background

This text has color #08131F on white background.


Black color preview on #08131F background

This text has black color on #08131F background.


White color preview on #08131F background

This text has white color on #08131F background.


Related colors

Complementary color

Complementary color for #hex is #F7ECE0.


I love getcolorcode.com

Triadic colors

1 #1F0813 and #131F08 with #08131F are triadic colors.

2 #1F1308 and #13081F with #08131F are triadic colors.