COLOR #081709

HEX: #081709
RGB: (8,23,9)

Color info

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

RGB color model

#081709 color RGB value is (8,23,9).

  • red value is 8;
  • green value is 23;
  • blue value is 9.
RGB:
(8,23,9)
(3%,9%,4%)

RGB channels and saturation

R 8 of 255 = 3%
G 23 of 255 = 9%
B 9 of 255 = 4%

8
23
9

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

Portions of RGB colors in percentages

R + G + B =
8 + 23 + 9 = 40 (100%)
R 8 of 40 ~ 20%
G 23 of 40 ~ 57.5%
B 9 of 40 ~ 22.5%

%20
%57.5
%22.5

CMYK color model

#081709 color CMYK value is (65,0,61,91).

  • cyan value is 65.22%
  • magenta value is 0.00%
  • yellow value is 60.87%
  • key color value is 90.98%
CMYK:
(65,0,61,91)
C65M0Y61K91 
(65%,0%,61%,91%)
(0.65/0.00/0.61/0.91)	

CMYK percentages

%65.22
%0
%60.87
%90.98

Codes

Color #081709 in popluar color models

081709
RGB8239
HSL124°48.39%6.08%
HSB/HSV124°65.22%9.02%
CMYK65.22%0.00%60.87%
90.98%

Color #081709 in popluar number systems.

HEX081709
Decimal8239
Binary1000101111001
Octal102711

Shades and tints

Shades of #081709

#081709
(8,23,9)
#081509
(8,21,9)
#081309
(8,19,9)
#081109
(8,17,9)
#080F09
(8,15,9)
#080D09
(8,13,9)
#080B09
(8,11,9)
#080909
(8,9,9)
#080709
(8,7,9)
#080509
(8,5,9)
#080309
(8,3,9)
#000000
(0,0,0)

Tints of #081709

#081709
(8,23,9)
#1E2C1F
(30,44,31)
#344135
(52,65,53)
#4A564B
(74,86,75)
#606B61
(96,107,97)
#768077
(118,128,119)
#8C958D
(140,149,141)
#A2AAA3
(162,170,163)
#B8BFB9
(184,191,185)
#CED4CF
(206,212,207)
#E4E9E5
(228,233,229)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #081709 color. Also use rgb(8,23,9) instead hex code.

Text Font Color

.myTextColor { color: #081709; }

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

This text font color is #081709.


Background Color

.myBgColor { background-color: #081709; }

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

This div background color is #081709.


Border color

.myBorderColor { border: 1px solid #081709; }

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

This div border color is #081709.


Opacity

.myOpacity80 { color: #081709; opacity: 0.8; }

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

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

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

This text has shadow with #081709 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #081709 on black background.


Color preview on white background

This text has color #081709 on white background.



Black color preview on #081709 background

This text has black color on #081709 background.


White color preview on #081709 background

This text has white color on #081709 background.