COLOR #080302

HEX: #080302
RGB: (8,3,2)

Color info

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

RGB color model

#080302 color RGB value is (8,3,2).

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

RGB channels and saturation

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

8
3
2

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

Portions of RGB colors in percentages

R + G + B =
8 + 3 + 2 = 13 (100%)
R 8 of 13 ~ 61.54%
G 3 of 13 ~ 23.08%
B 2 of 13 ~ 15.38%

%61.54
%23.08
%15.38

CMYK color model

#080302 color CMYK value is (0,63,75,97).

  • cyan value is 0.00%
  • magenta value is 62.50%
  • yellow value is 75.00%
  • key color value is 96.86%
CMYK:
(0,63,75,97)
C0M63Y75K97 
(0%,63%,75%,97%)
(0.00/0.63/0.75/0.97)	

CMYK percentages

%0
%62.5
%75
%96.86

Codes

Color #080302 in popluar color models

080302
RGB832
HSL10°60.00%1.96%
HSB/HSV10°75.00%3.14%
CMYK0.00%62.50%75.00%
96.86%

Color #080302 in popluar number systems.

HEX080302
Decimal832
Binary10001110
Octal1032

Shades and tints

Tints of #080302

#080302
(8,3,2)
#1E1919
(30,25,25)
#342F30
(52,47,48)
#4A4547
(74,69,71)
#605B5E
(96,91,94)
#767175
(118,113,117)
#8C878C
(140,135,140)
#A29DA3
(162,157,163)
#B8B3BA
(184,179,186)
#CEC9D1
(206,201,209)
#E4DFE8
(228,223,232)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #080302; }

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

This text font color is #080302.


Background Color

.myBgColor { background-color: #080302; }

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

This div background color is #080302.


Border color

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

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

This div border color is #080302.


Opacity

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

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

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

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

This text has shadow with #080302 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #080302 on black background.


Color preview on white background

This text has color #080302 on white background.



Black color preview on #080302 background

This text has black color on #080302 background.


White color preview on #080302 background

This text has white color on #080302 background.