COLOR #080309

HEX: #080309 RGB: (8,3,9)

Color info

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

RGB color model

#080309 color RGB value is (8,3,9).

RGB: (8,3,9) (3%, 1%, 4%)

RGB channels and saturation

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

8
3
9

R + G + B ~ 3%. #080309 is dark color.

Portions of RGB colors in percentages

R + G + B = 8 + 3 + 9 = 20 (100%)
R 8 of 20 ~ 40%
G 3 of 20 ~ 15%
B 9 of 20 ~ 45'%

%40
%15
%45

CMYK color model

#080309 color CMYK value is (11,67,0,96).

  • cyan value is 11.11%
  • magenta value is 66.67%
  • yellow value is 0.00%
  • key color value is 96.47%

CMYK: (11,67,0,96)
C11M67Y0K96 (11%, 67%, 0%, 96%)
(0.11 / 0.67 / 0.00 / 0.96)

CMYK percentages

%11.11
%66.67
%0
%96.47

Codes

Color #080309 in popluar color models

08 03 09
RGB 8 3 9
HSL 290° 50.00% 2.35%
HSB/HSV 290° 66.67% 3.53%
CMYK 11.11% 66.67% 0.00%
96.47%

Color #080309 in popluar number systems.

HEX 08 03 09
Decimal 8 3 9
Binary 1000 11 1001
Octal 10 3 11

Shades and tints

Tints of #080309

#080309
(8,3,9)
#1E191F
(30,25,31)
#342F35
(52,47,53)
#4A454B
(74,69,75)
#605B61
(96,91,97)
#767177
(118,113,119)
#8C878D
(140,135,141)
#A29DA3
(162,157,163)
#B8B3B9
(184,179,185)
#CEC9CF
(206,201,207)
#E4DFE5
(228,223,229)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #080309; }

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

This text font color is #080309.

Background Color

.myBgColor { background-color: #080309; }

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

This div background color is #080309.

Border color

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

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

This div border color is #080309.

Opacity

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

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

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

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

This text has shadow with #080309 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #080309.

Preview

Color preview on black background

This text has color #080309 on black background.


Color preview on white background

This text has color #080309 on white background.


Black color preview on #080309 background

This text has black color on #080309 background.


White color preview on #080309 background

This text has white color on #080309 background.


Related colors

Complementary color

Complementary color for #hex is #F7FCF6.


I love getcolorcode.com

Triadic colors

1 #090803 and #030908 with #080309 are triadic colors.

2 #090308 and #030809 with #080309 are triadic colors.