COLOR #07200E

HEX: #07200E
RGB: (7,32,14)

Color info

#07200E contains red, green and blue colors in about the same proportion. Web safe color of #07200E is #003300 (or #030).

RGB color model

#07200E color RGB value is (7,32,14).

  • red value is 7;
  • green value is 32;
  • blue value is 14.
RGB:
(7,32,14)
(3%,13%,5%)

RGB channels and saturation

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

7
32
14

R + G + B ~ 7%. #07200E is dark color.

Portions of RGB colors in percentages

R + G + B =
7 + 32 + 14 = 53 (100%)
R 7 of 53 ~ 13.21%
G 32 of 53 ~ 60.38%
B 14 of 53 ~ 26.42%

%13.21
%60.38
%26.42

CMYK color model

#07200E color CMYK value is (78,0,56,87).

  • cyan value is 78.13%
  • magenta value is 0.00%
  • yellow value is 56.25%
  • key color value is 87.45%
CMYK:
(78,0,56,87)
C78M0Y56K87 
(78%,0%,56%,87%)
(0.78/0.00/0.56/0.87)	

CMYK percentages

%78.13
%0
%56.25
%87.45

Codes

Color #07200E in popluar color models

07200E
RGB73214
HSL137°64.10%7.65%
HSB/HSV137°78.13%12.55%
CMYK78.13%0.00%56.25%
87.45%

Color #07200E in popluar number systems.

HEX07200E
Decimal73214
Binary1111000001110
Octal74016

Shades and tints

Shades of #07200E

#07200E
(7,32,14)
#071E0D
(7,30,13)
#071C0C
(7,28,12)
#071A0B
(7,26,11)
#07180A
(7,24,10)
#071609
(7,22,9)
#071408
(7,20,8)
#071207
(7,18,7)
#071006
(7,16,6)
#070E05
(7,14,5)
#070C04
(7,12,4)
#000000
(0,0,0)

Tints of #07200E

#07200E
(7,32,14)
#1D3423
(29,52,35)
#334838
(51,72,56)
#495C4D
(73,92,77)
#5F7062
(95,112,98)
#758477
(117,132,119)
#8B988C
(139,152,140)
#A1ACA1
(161,172,161)
#B7C0B6
(183,192,182)
#CDD4CB
(205,212,203)
#E3E8E0
(227,232,224)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #07200E; }

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

This text font color is #07200E.


Background Color

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

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

This div background color is #07200E.


Border color

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

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

This div border color is #07200E.


Opacity

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

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

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

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

This text has shadow with #07200E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #07200E on black background.


Color preview on white background

This text has color #07200E on white background.



Black color preview on #07200E background

This text has black color on #07200E background.


White color preview on #07200E background

This text has white color on #07200E background.