COLOR #070304

HEX: #070304 RGB: (7,3,4)

Color info

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

RGB color model

#070304 color RGB value is (7,3,4).

RGB: (7,3,4) (3%, 1%, 2%)

RGB channels and saturation

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

7
3
4

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

Portions of RGB colors in percentages

R + G + B = 7 + 3 + 4 = 14 (100%)
R 7 of 14 ~ 50%
G 3 of 14 ~ 21.43%
B 4 of 14 ~ 28.57'%

%50
%21.43
%28.57

CMYK color model

#070304 color CMYK value is (0,57,43,97).

  • cyan value is 0.00%
  • magenta value is 57.14%
  • yellow value is 42.86%
  • key color value is 97.25%

CMYK: (0,57,43,97)
C0M57Y43K97 (0%, 57%, 43%, 97%)
(0.00 / 0.57 / 0.43 / 0.97)

CMYK percentages

%0
%57.14
%42.86
%97.25

Codes

Color #070304 in popluar color models

07 03 04
RGB 7 3 4
HSL 345° 40.00% 1.96%
HSB/HSV 345° 57.14% 2.75%
CMYK 0.00% 57.14% 42.86%
97.25%

Color #070304 in popluar number systems.

HEX 07 03 04
Decimal 7 3 4
Binary 111 11 100
Octal 7 3 4

Shades and tints

Tints of #070304

#070304
(7,3,4)
#1D191A
(29,25,26)
#332F30
(51,47,48)
#494546
(73,69,70)
#5F5B5C
(95,91,92)
#757172
(117,113,114)
#8B8788
(139,135,136)
#A19D9E
(161,157,158)
#B7B3B4
(183,179,180)
#CDC9CA
(205,201,202)
#E3DFE0
(227,223,224)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #070304; }

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

This text font color is #070304.

Background Color

.myBgColor { background-color: #070304; }

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

This div background color is #070304.

Border color

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

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

This div border color is #070304.

Opacity

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

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

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

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

This text has shadow with #070304 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #070304.

Preview

Color preview on black background

This text has color #070304 on black background.


Color preview on white background

This text has color #070304 on white background.


Black color preview on #070304 background

This text has black color on #070304 background.


White color preview on #070304 background

This text has white color on #070304 background.


Related colors

Complementary color

Complementary color for #hex is #F8FCFB.


I love getcolorcode.com

Triadic colors

1 #040703 and #030407 with #070304 are triadic colors.

2 #040307 and #030704 with #070304 are triadic colors.