COLOR #072020

HEX: #072020 RGB: (7,32,32)

Color info

#072020 contains red, green and blue colors in about the same proportion. Web safe color of #072020 is #003333 (or #033).

RGB color model

#072020 color RGB value is (7,32,32).

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

RGB channels and saturation

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

7
32
32

R + G + B ~ 10%. #072020 is dark color.

Portions of RGB colors in percentages

R + G + B = 7 + 32 + 32 = 71 (100%)
R 7 of 71 ~ 9.86%
G 32 of 71 ~ 45.07%
B 32 of 71 ~ 45.07'%

%45.07
%45.07

CMYK color model

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

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

CMYK: (78,0,0,87)
C78M0Y0K87 (78%, 0%, 0%, 87%)
(0.78 / 0.00 / 0.00 / 0.87)

CMYK percentages

%78.13
%0
%0
%87.45

Codes

Color #072020 in popluar color models

07 20 20
RGB 7 32 32
HSL 180° 64.10% 7.65%
HSB/HSV 180° 78.13% 12.55%
CMYK 78.13% 0.00% 0.00%
87.45%

Color #072020 in popluar number systems.

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

Shades and tints

Shades of #072020

#072020
(7,32,32)
#071E1E
(7,30,30)
#071C1C
(7,28,28)
#071A1A
(7,26,26)
#071818
(7,24,24)
#071616
(7,22,22)
#071414
(7,20,20)
#071212
(7,18,18)
#071010
(7,16,16)
#070E0E
(7,14,14)
#070C0C
(7,12,12)
#000000
(0,0,0)

Tints of #072020

#072020
(7,32,32)
#1D3434
(29,52,52)
#334848
(51,72,72)
#495C5C
(73,92,92)
#5F7070
(95,112,112)
#758484
(117,132,132)
#8B9898
(139,152,152)
#A1ACAC
(161,172,172)
#B7C0C0
(183,192,192)
#CDD4D4
(205,212,212)
#E3E8E8
(227,232,232)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #072020; }

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

This text font color is #072020.

Background Color

.myBgColor { background-color: #072020; }

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

This div background color is #072020.

Border color

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

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

This div border color is #072020.

Opacity

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

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

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

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

This text has shadow with #072020 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #072020.

Preview

Color preview on black background

This text has color #072020 on black background.


Color preview on white background

This text has color #072020 on white background.


Black color preview on #072020 background

This text has black color on #072020 background.


White color preview on #072020 background

This text has white color on #072020 background.


Related colors

Complementary color

Complementary color for #hex is #F8DFDF.


I love getcolorcode.com