COLOR #070820

HEX: #070820 RGB: (7,8,32)

Color info

#070820 contains red, green and blue colors in about the same proportion. Web safe color of #070820 is #000033 (or #003).

RGB color model

#070820 color RGB value is (7,8,32).

RGB: (7,8,32) (3%, 3%, 13%)

RGB channels and saturation

R 7 of 255 = 3%
G 8 of 255 = 3%
B 32 of 255 = 13%

7
8
32

R + G + B ~ 6%. #070820 is dark color.

Portions of RGB colors in percentages

R + G + B = 7 + 8 + 32 = 47 (100%)
R 7 of 47 ~ 14.89%
G 8 of 47 ~ 17.02%
B 32 of 47 ~ 68.09'%

%14.89
%17.02
%68.09

CMYK color model

#070820 color CMYK value is (78,75,0,87).

  • cyan value is 78.13%
  • magenta value is 75.00%
  • yellow value is 0.00%
  • key color value is 87.45%

CMYK: (78,75,0,87)
C78M75Y0K87 (78%, 75%, 0%, 87%)
(0.78 / 0.75 / 0.00 / 0.87)

CMYK percentages

%78.13
%75
%0
%87.45

Codes

Color #070820 in popluar color models

07 08 20
RGB 7 8 32
HSL 238° 64.10% 7.65%
HSB/HSV 238° 78.13% 12.55%
CMYK 78.13% 75.00% 0.00%
87.45%

Color #070820 in popluar number systems.

HEX 07 08 20
Decimal 7 8 32
Binary 111 1000 100000
Octal 7 10 40

Shades and tints

Shades of #070820

#070820
(7,8,32)
#07081E
(7,8,30)
#07081C
(7,8,28)
#07081A
(7,8,26)
#070818
(7,8,24)
#070816
(7,8,22)
#070814
(7,8,20)
#070812
(7,8,18)
#070810
(7,8,16)
#07080E
(7,8,14)
#07080C
(7,8,12)
#000000
(0,0,0)

Tints of #070820

#070820
(7,8,32)
#1D1E34
(29,30,52)
#333448
(51,52,72)
#494A5C
(73,74,92)
#5F6070
(95,96,112)
#757684
(117,118,132)
#8B8C98
(139,140,152)
#A1A2AC
(161,162,172)
#B7B8C0
(183,184,192)
#CDCED4
(205,206,212)
#E3E4E8
(227,228,232)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #070820; }

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

This text font color is #070820.

Background Color

.myBgColor { background-color: #070820; }

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

This div background color is #070820.

Border color

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

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

This div border color is #070820.

Opacity

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

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

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

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

This text has shadow with #070820 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #070820.

Preview

Color preview on black background

This text has color #070820 on black background.


Color preview on white background

This text has color #070820 on white background.


Black color preview on #070820 background

This text has black color on #070820 background.


White color preview on #070820 background

This text has white color on #070820 background.


Related colors

Complementary color

Complementary color for #hex is #F8F7DF.


I love getcolorcode.com

Triadic colors

1 #200708 and #082007 with #070820 are triadic colors.

2 #200807 and #080720 with #070820 are triadic colors.