COLOR #070302

HEX: #070302
RGB: (7,3,2)

Color info

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

RGB color model

#070302 color RGB value is (7,3,2).

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

RGB channels and saturation

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

7
3
2

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

Portions of RGB colors in percentages

R + G + B =
7 + 3 + 2 = 12 (100%)
R 7 of 12 ~ 58.33%
G 3 of 12 ~ 25%
B 2 of 12 ~ 16.67%

%58.33
%25
%16.67

CMYK color model

#070302 color CMYK value is (0,57,71,97).

  • cyan value is 0.00%
  • magenta value is 57.14%
  • yellow value is 71.43%
  • key color value is 97.25%
CMYK:
(0,57,71,97)
C0M57Y71K97 
(0%,57%,71%,97%)
(0.00/0.57/0.71/0.97)	

CMYK percentages

%0
%57.14
%71.43
%97.25

Codes

Color #070302 in popluar color models

070302
RGB732
HSL12°55.56%1.76%
HSB/HSV12°71.43%2.75%
CMYK0.00%57.14%71.43%
97.25%

Color #070302 in popluar number systems.

HEX070302
Decimal732
Binary1111110
Octal732

Shades and tints

Tints of #070302

#070302
(7,3,2)
#1D1919
(29,25,25)
#332F30
(51,47,48)
#494547
(73,69,71)
#5F5B5E
(95,91,94)
#757175
(117,113,117)
#8B878C
(139,135,140)
#A19DA3
(161,157,163)
#B7B3BA
(183,179,186)
#CDC9D1
(205,201,209)
#E3DFE8
(227,223,232)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #070302; }

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

This text font color is #070302.


Background Color

.myBgColor { background-color: #070302; }

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

This div background color is #070302.


Border color

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

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

This div border color is #070302.


Opacity

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

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

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

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

This text has shadow with #070302 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #070302 on black background.


Color preview on white background

This text has color #070302 on white background.



Black color preview on #070302 background

This text has black color on #070302 background.


White color preview on #070302 background

This text has white color on #070302 background.