COLOR #081E19

HEX: #081E19 RGB: (8,30,25)

Color info

#081E19 contains red, green and blue colors in about the same proportion. Web safe color of #081E19 is #003300 (or #030).

RGB color model

#081E19 color RGB value is (8,30,25).

RGB: (8,30,25) (3%, 12%, 10%)

RGB channels and saturation

R 8 of 255 = 3%
G 30 of 255 = 12%
B 25 of 255 = 10%

8
30
25

R + G + B ~ 8%. #081E19 is dark color.

Portions of RGB colors in percentages

R + G + B = 8 + 30 + 25 = 63 (100%)
R 8 of 63 ~ 12.7%
G 30 of 63 ~ 47.62%
B 25 of 63 ~ 39.68'%

%12.7
%47.62
%39.68

CMYK color model

#081E19 color CMYK value is (73,0,17,88).

  • cyan value is 73.33%
  • magenta value is 0.00%
  • yellow value is 16.67%
  • key color value is 88.24%

CMYK: (73,0,17,88)
C73M0Y17K88 (73%, 0%, 17%, 88%)
(0.73 / 0.00 / 0.17 / 0.88)

CMYK percentages

%73.33
%0
%16.67
%88.24

Codes

Color #081E19 in popluar color models

08 1E 19
RGB 8 30 25
HSL 166° 57.89% 7.45%
HSB/HSV 166° 73.33% 11.76%
CMYK 73.33% 0.00% 16.67%
88.24%

Color #081E19 in popluar number systems.

HEX 08 1E 19
Decimal 8 30 25
Binary 1000 11110 11001
Octal 10 36 31

Shades and tints

Shades of #081E19

#081E19
(8,30,25)
#081C17
(8,28,23)
#081A15
(8,26,21)
#081813
(8,24,19)
#081611
(8,22,17)
#08140F
(8,20,15)
#08120D
(8,18,13)
#08100B
(8,16,11)
#080E09
(8,14,9)
#080C07
(8,12,7)
#080A05
(8,10,5)
#000000
(0,0,0)

Tints of #081E19

#081E19
(8,30,25)
#1E322D
(30,50,45)
#344641
(52,70,65)
#4A5A55
(74,90,85)
#606E69
(96,110,105)
#76827D
(118,130,125)
#8C9691
(140,150,145)
#A2AAA5
(162,170,165)
#B8BEB9
(184,190,185)
#CED2CD
(206,210,205)
#E4E6E1
(228,230,225)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #081E19 color. Also use rgb(8,30,25) instead hex code.

Text Font Color

.myTextColor { color: #081E19; }

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

This text font color is #081E19.

Background Color

.myBgColor { background-color: #081E19; }

<div style="background-color:#081E19">Inner text</div>

This div background color is #081E19.

Border color

.myBorderColor { border: 1px solid #081E19; }

<div style="border:3px solid #081E19">Div</div>

This div border color is #081E19.

Opacity

.myOpacity80 { color: #081E19; opacity: 0.8; }

<p style="color:#081E19;opacity:0.8;">80%</p>

Text with #081E19 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 #081E19;}

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

This text has shadow with #081E19 color.


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

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

This text has shadow with #081E19 primary color and red secondary color.


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

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

This text has shadow with #081E19 and red colors in old Internet Explorer.

Div box shadow color

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

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

This div box has shadow with color #081E19.

Preview

Color preview on black background

This text has color #081E19 on black background.


Color preview on white background

This text has color #081E19 on white background.


Black color preview on #081E19 background

This text has black color on #081E19 background.


White color preview on #081E19 background

This text has white color on #081E19 background.


Related colors

Complementary color

Complementary color for #hex is #F7E1E6.


I love getcolorcode.com

Triadic colors

1 #19081E and #1E1908 with #081E19 are triadic colors.

2 #191E08 and #1E0819 with #081E19 are triadic colors.