COLOR #080E31

HEX: #080E31
RGB: (8,14,49)

Color info

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

RGB color model

#080E31 color RGB value is (8,14,49).

  • red value is 8;
  • green value is 14;
  • blue value is 49.
RGB:
(8,14,49)
(3%,5%,19%)

RGB channels and saturation

R 8 of 255 = 3%
G 14 of 255 = 5%
B 49 of 255 = 19%

8
14
49

R + G + B ~ 9%. #080E31 is dark color.

Portions of RGB colors in percentages

R + G + B =
8 + 14 + 49 = 71 (100%)
R 8 of 71 ~ 11.27%
G 14 of 71 ~ 19.72%
B 49 of 71 ~ 69.01%

%11.27
%19.72
%69.01

CMYK color model

#080E31 color CMYK value is (84,71,0,81).

  • cyan value is 83.67%
  • magenta value is 71.43%
  • yellow value is 0.00%
  • key color value is 80.78%
CMYK:
(84,71,0,81)
C84M71Y0K81 
(84%,71%,0%,81%)
(0.84/0.71/0.00/0.81)	

CMYK percentages

%83.67
%71.43
%0
%80.78

Codes

Color #080E31 in popluar color models

080E31
RGB81449
HSL231°71.93%11.18%
HSB/HSV231°83.67%19.22%
CMYK83.67%71.43%0.00%
80.78%

Color #080E31 in popluar number systems.

HEX080E31
Decimal81449
Binary10001110110001
Octal101661

Shades and tints

Shades of #080E31

#080E31
(8,14,49)
#080D2D
(8,13,45)
#080C29
(8,12,41)
#080B25
(8,11,37)
#080A21
(8,10,33)
#08091D
(8,9,29)
#080819
(8,8,25)
#080715
(8,7,21)
#080611
(8,6,17)
#08050D
(8,5,13)
#080409
(8,4,9)
#000000
(0,0,0)

Tints of #080E31

#080E31
(8,14,49)
#1E2343
(30,35,67)
#343855
(52,56,85)
#4A4D67
(74,77,103)
#606279
(96,98,121)
#76778B
(118,119,139)
#8C8C9D
(140,140,157)
#A2A1AF
(162,161,175)
#B8B6C1
(184,182,193)
#CECBD3
(206,203,211)
#E4E0E5
(228,224,229)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #080E31 color. Also use rgb(8,14,49) instead hex code.

Text Font Color

.myTextColor { color: #080E31; }

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

This text font color is #080E31.


Background Color

.myBgColor { background-color: #080E31; }

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

This div background color is #080E31.


Border color

.myBorderColor { border: 1px solid #080E31; }

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

This div border color is #080E31.


Opacity

.myOpacity80 { color: #080E31; opacity: 0.8; }

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

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

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

This text has shadow with #080E31 color.

.textShadow {text-shadow: 3px 3px 1px #080E31, 3px 3px 1px red;}

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #080E31 on black background.


Color preview on white background

This text has color #080E31 on white background.



Black color preview on #080E31 background

This text has black color on #080E31 background.


White color preview on #080E31 background

This text has white color on #080E31 background.