COLOR #070020

HEX: #070020 RGB: (7,0,32)

Color info

#070020 contains only red and blue colors. Web safe color of #070020 is #000033 (or #003).

RGB color model

#070020 color RGB value is (7,0,32).

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

RGB channels and saturation

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

7
0
32

R + G + B ~ 5%. #070020 is dark color.

Portions of RGB colors in percentages

R + G + B = 7 + 0 + 32 = 39 (100%)
R 7 of 39 ~ 17.95%
G 0 of 39 ~ 0%
B 32 of 39 ~ 82.05'%

%17.95
%82.05

CMYK color model

#070020 color CMYK value is (78,100,0,87).

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

CMYK: (78,100,0,87)
C78M100Y0K87 (78%, 100%, 0%, 87%)
(0.78 / 1.00 / 0.00 / 0.87)

CMYK percentages

%78.13
%100
%0
%87.45

Codes

Color #070020 in popluar color models

07 00 20
RGB 7 0 32
HSL 253° 100.00% 6.27%
HSB/HSV 253° 100.00% 12.55%
CMYK 78.13% 100.00% 0.00%
87.45%

Color #070020 in popluar number systems.

HEX 07 00 20
Decimal 7 0 32
Binary 111 0 100000
Octal 7 0 40

Shades and tints

Shades of #070020

#070020
(7,0,32)
#07001E
(7,0,30)
#07001C
(7,0,28)
#07001A
(7,0,26)
#070018
(7,0,24)
#070016
(7,0,22)
#070014
(7,0,20)
#070012
(7,0,18)
#070010
(7,0,16)
#07000E
(7,0,14)
#07000C
(7,0,12)
#000000
(0,0,0)

Tints of #070020

#070020
(7,0,32)
#1D1734
(29,23,52)
#332E48
(51,46,72)
#49455C
(73,69,92)
#5F5C70
(95,92,112)
#757384
(117,115,132)
#8B8A98
(139,138,152)
#A1A1AC
(161,161,172)
#B7B8C0
(183,184,192)
#CDCFD4
(205,207,212)
#E3E6E8
(227,230,232)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #070020; }

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

This text font color is #070020.

Background Color

.myBgColor { background-color: #070020; }

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

This div background color is #070020.

Border color

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

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

This div border color is #070020.

Opacity

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

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

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

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

This text has shadow with #070020 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #070020.

Preview

Color preview on black background

This text has color #070020 on black background.


Color preview on white background

This text has color #070020 on white background.


Black color preview on #070020 background

This text has black color on #070020 background.


White color preview on #070020 background

This text has white color on #070020 background.


Related colors

Complementary color

Complementary color for #hex is #F8FFDF.


I love getcolorcode.com

Triadic colors

1 #200700 and #002007 with #070020 are triadic colors.

2 #200007 and #000720 with #070020 are triadic colors.