COLOR #081009

HEX: #081009
RGB: (8,16,9)

Color info

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

RGB color model

#081009 color RGB value is (8,16,9).

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

RGB channels and saturation

R 8 of 255 = 3%
G 16 of 255 = 6%
B 9 of 255 = 4%

8
16
9

R + G + B ~ 4%. #081009 is dark color.

Portions of RGB colors in percentages

R + G + B =
8 + 16 + 9 = 33 (100%)
R 8 of 33 ~ 24.24%
G 16 of 33 ~ 48.48%
B 9 of 33 ~ 27.27%

%24.24
%48.48
%27.27

CMYK color model

#081009 color CMYK value is (50,0,44,94).

  • cyan value is 50.00%
  • magenta value is 0.00%
  • yellow value is 43.75%
  • key color value is 93.73%
CMYK:
(50,0,44,94)
C50M0Y44K94 
(50%,0%,44%,94%)
(0.50/0.00/0.44/0.94)	

CMYK percentages

%50
%0
%43.75
%93.73

Codes

Color #081009 in popluar color models

081009
RGB8169
HSL128°33.33%4.71%
HSB/HSV128°50.00%6.27%
CMYK50.00%0.00%43.75%
93.73%

Color #081009 in popluar number systems.

HEX081009
Decimal8169
Binary1000100001001
Octal102011

Shades and tints

Shades of #081009

#081009
(8,16,9)
#080F09
(8,15,9)
#080E09
(8,14,9)
#080D09
(8,13,9)
#080C09
(8,12,9)
#080B09
(8,11,9)
#080A09
(8,10,9)
#080909
(8,9,9)
#080809
(8,8,9)
#080709
(8,7,9)
#080609
(8,6,9)
#000000
(0,0,0)

Tints of #081009

#081009
(8,16,9)
#1E251F
(30,37,31)
#343A35
(52,58,53)
#4A4F4B
(74,79,75)
#606461
(96,100,97)
#767977
(118,121,119)
#8C8E8D
(140,142,141)
#A2A3A3
(162,163,163)
#B8B8B9
(184,184,185)
#CECDCF
(206,205,207)
#E4E2E5
(228,226,229)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #081009; }

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

This text font color is #081009.


Background Color

.myBgColor { background-color: #081009; }

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

This div background color is #081009.


Border color

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

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

This div border color is #081009.


Opacity

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

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

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

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

This text has shadow with #081009 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #081009 on black background.


Color preview on white background

This text has color #081009 on white background.



Black color preview on #081009 background

This text has black color on #081009 background.


White color preview on #081009 background

This text has white color on #081009 background.