COLOR #08013E

HEX: #08013E
RGB: (8,1,62)

Color info

#08013E contains mainly red and blue colors. Web safe color of #08013E is #000033 (or #003).

RGB color model

#08013E color RGB value is (8,1,62).

  • red value is 8;
  • green value is 1;
  • blue value is 62.
RGB:
(8,1,62)
(3%,0%,24%)

RGB channels and saturation

R 8 of 255 = 3%
G 1 of 255 = 0%
B 62 of 255 = 24%

8
1
62

R + G + B ~ 9%. #08013E is dark color.

Portions of RGB colors in percentages

R + G + B =
8 + 1 + 62 = 71 (100%)
R 8 of 71 ~ 11.27%
G 1 of 71 ~ 1.41%
B 62 of 71 ~ 87.32%

%11.27
%87.32

CMYK color model

#08013E color CMYK value is (87,98,0,76).

  • cyan value is 87.10%
  • magenta value is 98.39%
  • yellow value is 0.00%
  • key color value is 75.69%
CMYK:
(87,98,0,76)
C87M98Y0K76 
(87%,98%,0%,76%)
(0.87/0.98/0.00/0.76)	

CMYK percentages

%87.1
%98.39
%0
%75.69

Codes

Color #08013E in popluar color models

08013E
RGB8162
HSL247°96.83%12.35%
HSB/HSV247°98.39%24.31%
CMYK87.10%98.39%0.00%
75.69%

Color #08013E in popluar number systems.

HEX08013E
Decimal8162
Binary10001111110
Octal10176

Shades and tints

Shades of #08013E

#08013E
(8,1,62)
#080139
(8,1,57)
#080134
(8,1,52)
#08012F
(8,1,47)
#08012A
(8,1,42)
#080125
(8,1,37)
#080120
(8,1,32)
#08011B
(8,1,27)
#080116
(8,1,22)
#080111
(8,1,17)
#08010C
(8,1,12)
#000000
(0,0,0)

Tints of #08013E

#08013E
(8,1,62)
#1E184F
(30,24,79)
#342F60
(52,47,96)
#4A4671
(74,70,113)
#605D82
(96,93,130)
#767493
(118,116,147)
#8C8BA4
(140,139,164)
#A2A2B5
(162,162,181)
#B8B9C6
(184,185,198)
#CED0D7
(206,208,215)
#E4E7E8
(228,231,232)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #08013E; }

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

This text font color is #08013E.


Background Color

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

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

This div background color is #08013E.


Border color

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

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

This div border color is #08013E.


Opacity

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

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

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

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

This text has shadow with #08013E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #08013E on black background.


Color preview on white background

This text has color #08013E on white background.



Black color preview on #08013E background

This text has black color on #08013E background.


White color preview on #08013E background

This text has white color on #08013E background.