COLOR #08131E

HEX: #08131E
RGB: (8,19,30)

Color info

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

RGB color model

#08131E color RGB value is (8,19,30).

  • red value is 8;
  • green value is 19;
  • blue value is 30.
RGB:
(8,19,30)
(3%,7%,12%)

RGB channels and saturation

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

8
19
30

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

Portions of RGB colors in percentages

R + G + B =
8 + 19 + 30 = 57 (100%)
R 8 of 57 ~ 14.04%
G 19 of 57 ~ 33.33%
B 30 of 57 ~ 52.63%

%14.04
%33.33
%52.63

CMYK color model

#08131E color CMYK value is (73,37,0,88).

  • cyan value is 73.33%
  • magenta value is 36.67%
  • yellow value is 0.00%
  • key color value is 88.24%
CMYK:
(73,37,0,88)
C73M37Y0K88 
(73%,37%,0%,88%)
(0.73/0.37/0.00/0.88)	

CMYK percentages

%73.33
%36.67
%0
%88.24

Codes

Color #08131E in popluar color models

08131E
RGB81930
HSL210°57.89%7.45%
HSB/HSV210°73.33%11.76%
CMYK73.33%36.67%0.00%
88.24%

Color #08131E in popluar number systems.

HEX08131E
Decimal81930
Binary10001001111110
Octal102336

Shades and tints

Shades of #08131E

#08131E
(8,19,30)
#08121C
(8,18,28)
#08111A
(8,17,26)
#081018
(8,16,24)
#080F16
(8,15,22)
#080E14
(8,14,20)
#080D12
(8,13,18)
#080C10
(8,12,16)
#080B0E
(8,11,14)
#080A0C
(8,10,12)
#08090A
(8,9,10)
#000000
(0,0,0)

Tints of #08131E

#08131E
(8,19,30)
#1E2832
(30,40,50)
#343D46
(52,61,70)
#4A525A
(74,82,90)
#60676E
(96,103,110)
#767C82
(118,124,130)
#8C9196
(140,145,150)
#A2A6AA
(162,166,170)
#B8BBBE
(184,187,190)
#CED0D2
(206,208,210)
#E4E5E6
(228,229,230)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #08131E; }

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

This text font color is #08131E.


Background Color

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

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

This div background color is #08131E.


Border color

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

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

This div border color is #08131E.


Opacity

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

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

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

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

This text has shadow with #08131E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #08131E on black background.


Color preview on white background

This text has color #08131E on white background.



Black color preview on #08131E background

This text has black color on #08131E background.


White color preview on #08131E background

This text has white color on #08131E background.