COLOR #080E14

HEX: #080E14 RGB: (8,14,20)

Color info

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

RGB color model

#080E14 color RGB value is (8,14,20).

RGB: (8,14,20) (3%, 5%, 8%)

RGB channels and saturation

R 8 of 255 = 3%
G 14 of 255 = 5%
B 20 of 255 = 8%

8
14
20

R + G + B ~ 5%. #080E14 is dark color.

Portions of RGB colors in percentages

R + G + B = 8 + 14 + 20 = 42 (100%)
R 8 of 42 ~ 19.05%
G 14 of 42 ~ 33.33%
B 20 of 42 ~ 47.62'%

%19.05
%33.33
%47.62

CMYK color model

#080E14 color CMYK value is (60,30,0,92).

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

CMYK: (60,30,0,92)
C60M30Y0K92 (60%, 30%, 0%, 92%)
(0.60 / 0.30 / 0.00 / 0.92)

CMYK percentages

%60
%30
%0
%92.16

Codes

Color #080E14 in popluar color models

08 0E 14
RGB 8 14 20
HSL 210° 42.86% 5.49%
HSB/HSV 210° 60.00% 7.84%
CMYK 60.00% 30.00% 0.00%
92.16%

Color #080E14 in popluar number systems.

HEX 08 0E 14
Decimal 8 14 20
Binary 1000 1110 10100
Octal 10 16 24

Shades and tints

Shades of #080E14

#080E14
(8,14,20)
#080D13
(8,13,19)
#080C12
(8,12,18)
#080B11
(8,11,17)
#080A10
(8,10,16)
#08090F
(8,9,15)
#08080E
(8,8,14)
#08070D
(8,7,13)
#08060C
(8,6,12)
#08050B
(8,5,11)
#08040A
(8,4,10)
#000000
(0,0,0)

Tints of #080E14

#080E14
(8,14,20)
#1E2329
(30,35,41)
#34383E
(52,56,62)
#4A4D53
(74,77,83)
#606268
(96,98,104)
#76777D
(118,119,125)
#8C8C92
(140,140,146)
#A2A1A7
(162,161,167)
#B8B6BC
(184,182,188)
#CECBD1
(206,203,209)
#E4E0E6
(228,224,230)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #080E14; }

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

This text font color is #080E14.

Background Color

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

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

This div background color is #080E14.

Border color

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

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

This div border color is #080E14.

Opacity

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

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

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

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

This text has shadow with #080E14 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #080E14.

Preview

Color preview on black background

This text has color #080E14 on black background.


Color preview on white background

This text has color #080E14 on white background.


Black color preview on #080E14 background

This text has black color on #080E14 background.


White color preview on #080E14 background

This text has white color on #080E14 background.


Related colors

Complementary color

Complementary color for #hex is #F7F1EB.


I love getcolorcode.com

Triadic colors

1 #14080E and #0E1408 with #080E14 are triadic colors.

2 #140E08 and #0E0814 with #080E14 are triadic colors.