COLOR #080304

HEX: #080304
RGB: (8,3,4)

Color info

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

RGB color model

#080304 color RGB value is (8,3,4).

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

RGB channels and saturation

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

8
3
4

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

Portions of RGB colors in percentages

R + G + B =
8 + 3 + 4 = 15 (100%)
R 8 of 15 ~ 53.33%
G 3 of 15 ~ 20%
B 4 of 15 ~ 26.67%

%53.33
%20
%26.67

CMYK color model

#080304 color CMYK value is (0,63,50,97).

  • cyan value is 0.00%
  • magenta value is 62.50%
  • yellow value is 50.00%
  • key color value is 96.86%
CMYK:
(0,63,50,97)
C0M63Y50K97 
(0%,63%,50%,97%)
(0.00/0.63/0.50/0.97)	

CMYK percentages

%0
%62.5
%50
%96.86

Codes

Color #080304 in popluar color models

080304
RGB834
HSL348°45.45%2.16%
HSB/HSV348°62.50%3.14%
CMYK0.00%62.50%50.00%
96.86%

Color #080304 in popluar number systems.

HEX080304
Decimal834
Binary100011100
Octal1034

Shades and tints

Tints of #080304

#080304
(8,3,4)
#1E191A
(30,25,26)
#342F30
(52,47,48)
#4A4546
(74,69,70)
#605B5C
(96,91,92)
#767172
(118,113,114)
#8C8788
(140,135,136)
#A29D9E
(162,157,158)
#B8B3B4
(184,179,180)
#CEC9CA
(206,201,202)
#E4DFE0
(228,223,224)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #080304; }

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

This text font color is #080304.


Background Color

.myBgColor { background-color: #080304; }

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

This div background color is #080304.


Border color

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

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

This div border color is #080304.


Opacity

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

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

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

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

This text has shadow with #080304 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #080304 on black background.


Color preview on white background

This text has color #080304 on white background.



Black color preview on #080304 background

This text has black color on #080304 background.


White color preview on #080304 background

This text has white color on #080304 background.