COLOR #080317

HEX: #080317 RGB: (8,3,23)

Color info

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

RGB color model

#080317 color RGB value is (8,3,23).

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

RGB channels and saturation

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

8
3
23

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

Portions of RGB colors in percentages

R + G + B = 8 + 3 + 23 = 34 (100%)
R 8 of 34 ~ 23.53%
G 3 of 34 ~ 8.82%
B 23 of 34 ~ 67.65'%

%23.53
%67.65

CMYK color model

#080317 color CMYK value is (65,87,0,91).

  • cyan value is 65.22%
  • magenta value is 86.96%
  • yellow value is 0.00%
  • key color value is 90.98%

CMYK: (65,87,0,91)
C65M87Y0K91 (65%, 87%, 0%, 91%)
(0.65 / 0.87 / 0.00 / 0.91)

CMYK percentages

%65.22
%86.96
%0
%90.98

Codes

Color #080317 in popluar color models

08 03 17
RGB 8 3 23
HSL 255° 76.92% 5.10%
HSB/HSV 255° 86.96% 9.02%
CMYK 65.22% 86.96% 0.00%
90.98%

Color #080317 in popluar number systems.

HEX 08 03 17
Decimal 8 3 23
Binary 1000 11 10111
Octal 10 3 27

Shades and tints

Shades of #080317

#080317
(8,3,23)
#080315
(8,3,21)
#080313
(8,3,19)
#080311
(8,3,17)
#08030F
(8,3,15)
#08030D
(8,3,13)
#08030B
(8,3,11)
#080309
(8,3,9)
#080307
(8,3,7)
#080305
(8,3,5)
#080303
(8,3,3)
#000000
(0,0,0)

Tints of #080317

#080317
(8,3,23)
#1E192C
(30,25,44)
#342F41
(52,47,65)
#4A4556
(74,69,86)
#605B6B
(96,91,107)
#767180
(118,113,128)
#8C8795
(140,135,149)
#A29DAA
(162,157,170)
#B8B3BF
(184,179,191)
#CEC9D4
(206,201,212)
#E4DFE9
(228,223,233)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #080317; }

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

This text font color is #080317.

Background Color

.myBgColor { background-color: #080317; }

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

This div background color is #080317.

Border color

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

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

This div border color is #080317.

Opacity

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

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

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

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

This text has shadow with #080317 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #080317.

Preview

Color preview on black background

This text has color #080317 on black background.


Color preview on white background

This text has color #080317 on white background.


Black color preview on #080317 background

This text has black color on #080317 background.


White color preview on #080317 background

This text has white color on #080317 background.


Related colors

Complementary color

Complementary color for #hex is #F7FCE8.


I love getcolorcode.com

Triadic colors

1 #170803 and #031708 with #080317 are triadic colors.

2 #170308 and #030817 with #080317 are triadic colors.