COLOR #070804

HEX: #070804 RGB: (7,8,4)

Color info

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

RGB color model

#070804 color RGB value is (7,8,4).

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

RGB channels and saturation

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

7
8
4

R + G + B ~ 3%. #070804 is dark color.

Portions of RGB colors in percentages

R + G + B = 7 + 8 + 4 = 19 (100%)
R 7 of 19 ~ 36.84%
G 8 of 19 ~ 42.11%
B 4 of 19 ~ 21.05'%

%36.84
%42.11
%21.05

CMYK color model

#070804 color CMYK value is (13,0,50,97).

  • cyan value is 12.50%
  • magenta value is 0.00%
  • yellow value is 50.00%
  • key color value is 96.86%
CMYK: (13,0,50,97) C13M0Y50K97 (13%,0%,50%,97%) (0.13/0.00/0.50/0.97) 

CMYK percentages

%12.5
%0
%50
%96.86

Codes

Color #070804 in popluar color models

07 08 04
RGB 7 8 4
HSL 75° 33.33% 2.35%
HSB/HSV 75° 50.00% 3.14%
CMYK 12.50% 0.00% 50.00%
96.86%

Color #070804 in popluar number systems.

HEX 07 08 04
Decimal 7 8 4
Binary 111 1000 100
Octal 7 10 4

Shades and tints

Tints of #070804

#070804
(7,8,4)
#1D1E1A
(29,30,26)
#333430
(51,52,48)
#494A46
(73,74,70)
#5F605C
(95,96,92)
#757672
(117,118,114)
#8B8C88
(139,140,136)
#A1A29E
(161,162,158)
#B7B8B4
(183,184,180)
#CDCECA
(205,206,202)
#E3E4E0
(227,228,224)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #070804; }

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

This text font color is #070804.

Background Color

.myBgColor { background-color: #070804; }

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

This div background color is #070804.

Border color

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

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

This div border color is #070804.

Opacity

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

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

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

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

This text has shadow with #070804 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #070804.

Preview

Color preview on black background

This text has color #070804 on black background.


Color preview on white background

This text has color #070804 on white background.


Black color preview on #070804 background

This text has black color on #070804 background.


White color preview on #070804 background

This text has white color on #070804 background.


Related colors

Complementary color

Complementary color for #hex is #F8F7FB.


I love getcolorcode.com

Triadic colors

1 #040708 and #080407 with #070804 are triadic colors.

2 #040807 and #080704 with #070804 are triadic colors.