COLOR #07201C

HEX: #07201C RGB: (7,32,28)

Color info

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

RGB color model

#07201C color RGB value is (7,32,28).

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

RGB channels and saturation

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

7
32
28

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

Portions of RGB colors in percentages

R + G + B = 7 + 32 + 28 = 67 (100%)
R 7 of 67 ~ 10.45%
G 32 of 67 ~ 47.76%
B 28 of 67 ~ 41.79'%

%47.76
%41.79

CMYK color model

#07201C color CMYK value is (78,0,13,87).

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

CMYK: (78,0,13,87)
C78M0Y13K87 (78%, 0%, 13%, 87%)
(0.78 / 0.00 / 0.13 / 0.87)

CMYK percentages

%78.13
%0
%12.5
%87.45

Codes

Color #07201C in popluar color models

07 20 1C
RGB 7 32 28
HSL 170° 64.10% 7.65%
HSB/HSV 170° 78.13% 12.55%
CMYK 78.13% 0.00% 12.50%
87.45%

Color #07201C in popluar number systems.

HEX 07 20 1C
Decimal 7 32 28
Binary 111 100000 11100
Octal 7 40 34

Shades and tints

Shades of #07201C

#07201C
(7,32,28)
#071E1A
(7,30,26)
#071C18
(7,28,24)
#071A16
(7,26,22)
#071814
(7,24,20)
#071612
(7,22,18)
#071410
(7,20,16)
#07120E
(7,18,14)
#07100C
(7,16,12)
#070E0A
(7,14,10)
#070C08
(7,12,8)
#000000
(0,0,0)

Tints of #07201C

#07201C
(7,32,28)
#1D3430
(29,52,48)
#334844
(51,72,68)
#495C58
(73,92,88)
#5F706C
(95,112,108)
#758480
(117,132,128)
#8B9894
(139,152,148)
#A1ACA8
(161,172,168)
#B7C0BC
(183,192,188)
#CDD4D0
(205,212,208)
#E3E8E4
(227,232,228)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #07201C; }

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

This text font color is #07201C.

Background Color

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

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

This div background color is #07201C.

Border color

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

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

This div border color is #07201C.

Opacity

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

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

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

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

This text has shadow with #07201C color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #07201C.

Preview

Color preview on black background

This text has color #07201C on black background.


Color preview on white background

This text has color #07201C on white background.


Black color preview on #07201C background

This text has black color on #07201C background.


White color preview on #07201C background

This text has white color on #07201C background.


Related colors

Complementary color

Complementary color for #hex is #F8DFE3.


I love getcolorcode.com

Triadic colors

1 #1C0720 and #201C07 with #07201C are triadic colors.

2 #1C2007 and #20071C with #07201C are triadic colors.