COLOR #07201E

HEX: #07201E RGB: (7,32,30)

Color info

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

RGB color model

#07201E color RGB value is (7,32,30).

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

RGB channels and saturation

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

7
32
30

R + G + B ~ 9%. #07201E is dark color.

Portions of RGB colors in percentages

R + G + B = 7 + 32 + 30 = 69 (100%)
R 7 of 69 ~ 10.14%
G 32 of 69 ~ 46.38%
B 30 of 69 ~ 43.48'%

%46.38
%43.48

CMYK color model

#07201E color CMYK value is (78,0,6,87).

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

CMYK: (78,0,6,87)
C78M0Y6K87 (78%, 0%, 6%, 87%)
(0.78 / 0.00 / 0.06 / 0.87)

CMYK percentages

%78.13
%0
%6.25
%87.45

Codes

Color #07201E in popluar color models

07 20 1E
RGB 7 32 30
HSL 175° 64.10% 7.65%
HSB/HSV 175° 78.13% 12.55%
CMYK 78.13% 0.00% 6.25%
87.45%

Color #07201E in popluar number systems.

HEX 07 20 1E
Decimal 7 32 30
Binary 111 100000 11110
Octal 7 40 36

Shades and tints

Shades of #07201E

#07201E
(7,32,30)
#071E1C
(7,30,28)
#071C1A
(7,28,26)
#071A18
(7,26,24)
#071816
(7,24,22)
#071614
(7,22,20)
#071412
(7,20,18)
#071210
(7,18,16)
#07100E
(7,16,14)
#070E0C
(7,14,12)
#070C0A
(7,12,10)
#000000
(0,0,0)

Tints of #07201E

#07201E
(7,32,30)
#1D3432
(29,52,50)
#334846
(51,72,70)
#495C5A
(73,92,90)
#5F706E
(95,112,110)
#758482
(117,132,130)
#8B9896
(139,152,150)
#A1ACAA
(161,172,170)
#B7C0BE
(183,192,190)
#CDD4D2
(205,212,210)
#E3E8E6
(227,232,230)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #07201E; }

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

This text font color is #07201E.

Background Color

.myBgColor { background-color: #07201E; }

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

This div background color is #07201E.

Border color

.myBorderColor { border: 1px solid #07201E; }

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

This div border color is #07201E.

Opacity

.myOpacity80 { color: #07201E; opacity: 0.8; }

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

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

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

This text has shadow with #07201E color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #07201E.

Preview

Color preview on black background

This text has color #07201E on black background.


Color preview on white background

This text has color #07201E on white background.


Black color preview on #07201E background

This text has black color on #07201E background.


White color preview on #07201E background

This text has white color on #07201E background.


Related colors

Complementary color

Complementary color for #hex is #F8DFE1.


I love getcolorcode.com

Triadic colors

1 #1E0720 and #201E07 with #07201E are triadic colors.

2 #1E2007 and #20071E with #07201E are triadic colors.