COLOR #080307

HEX: #080307 RGB: (8,3,7)

Color info

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

RGB color model

#080307 color RGB value is (8,3,7).

RGB: (8,3,7) (3%, 1%, 3%)

RGB channels and saturation

R 8 of 255 = 3%
G 3 of 255 = 1%
B 7 of 255 = 3%

8
3
7

R + G + B ~ 2%. #080307 is dark color.

Portions of RGB colors in percentages

R + G + B = 8 + 3 + 7 = 18 (100%)
R 8 of 18 ~ 44.44%
G 3 of 18 ~ 16.67%
B 7 of 18 ~ 38.89'%

%44.44
%16.67
%38.89

CMYK color model

#080307 color CMYK value is (0,63,13,97).

  • cyan value is 0.00%
  • magenta value is 62.50%
  • yellow value is 12.50%
  • key color value is 96.86%
CMYK: (0,63,13,97) C0M63Y13K97 (0%,63%,13%,97%) (0.00/0.63/0.13/0.97) 

CMYK percentages

%0
%62.5
%12.5
%96.86

Codes

Color #080307 in popluar color models

08 03 07
RGB 8 3 7
HSL 312° 45.45% 2.16%
HSB/HSV 312° 62.50% 3.14%
CMYK 0.00% 62.50% 12.50%
96.86%

Color #080307 in popluar number systems.

HEX 08 03 07
Decimal 8 3 7
Binary 1000 11 111
Octal 10 3 7

Shades and tints

Tints of #080307

#080307
(8,3,7)
#1E191D
(30,25,29)
#342F33
(52,47,51)
#4A4549
(74,69,73)
#605B5F
(96,91,95)
#767175
(118,113,117)
#8C878B
(140,135,139)
#A29DA1
(162,157,161)
#B8B3B7
(184,179,183)
#CEC9CD
(206,201,205)
#E4DFE3
(228,223,227)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #080307; }

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

This text font color is #080307.

Background Color

.myBgColor { background-color: #080307; }

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

This div background color is #080307.

Border color

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

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

This div border color is #080307.

Opacity

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

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

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

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

This text has shadow with #080307 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #080307.

Preview

Color preview on black background

This text has color #080307 on black background.


Color preview on white background

This text has color #080307 on white background.


Black color preview on #080307 background

This text has black color on #080307 background.


White color preview on #080307 background

This text has white color on #080307 background.


Related colors

Complementary color

Complementary color for #hex is #F7FCF8.


I love getcolorcode.com

Triadic colors

1 #070803 and #030708 with #080307 are triadic colors.

2 #070308 and #030807 with #080307 are triadic colors.