COLOR #07200B

HEX: #07200B RGB: (7,32,11)

Color info

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

RGB color model

#07200B color RGB value is (7,32,11).

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

RGB channels and saturation

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

7
32
11

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

Portions of RGB colors in percentages

R + G + B = 7 + 32 + 11 = 50 (100%)
R 7 of 50 ~ 14%
G 32 of 50 ~ 64%
B 11 of 50 ~ 22'%

%14
%64
%22

CMYK color model

#07200B color CMYK value is (78,0,66,87).

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

CMYK: (78,0,66,87)
C78M0Y66K87 (78%, 0%, 66%, 87%)
(0.78 / 0.00 / 0.66 / 0.87)

CMYK percentages

%78.13
%0
%65.63
%87.45

Codes

Color #07200B in popluar color models

07 20 0B
RGB 7 32 11
HSL 130° 64.10% 7.65%
HSB/HSV 130° 78.13% 12.55%
CMYK 78.13% 0.00% 65.63%
87.45%

Color #07200B in popluar number systems.

HEX 07 20 0B
Decimal 7 32 11
Binary 111 100000 1011
Octal 7 40 13

Shades and tints

Shades of #07200B

#07200B
(7,32,11)
#071E0A
(7,30,10)
#071C09
(7,28,9)
#071A08
(7,26,8)
#071807
(7,24,7)
#071606
(7,22,6)
#071405
(7,20,5)
#071204
(7,18,4)
#071003
(7,16,3)
#070E02
(7,14,2)
#070C01
(7,12,1)
#000000
(0,0,0)

Tints of #07200B

#07200B
(7,32,11)
#1D3421
(29,52,33)
#334837
(51,72,55)
#495C4D
(73,92,77)
#5F7063
(95,112,99)
#758479
(117,132,121)
#8B988F
(139,152,143)
#A1ACA5
(161,172,165)
#B7C0BB
(183,192,187)
#CDD4D1
(205,212,209)
#E3E8E7
(227,232,231)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #07200B; }

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

This text font color is #07200B.

Background Color

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

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

This div background color is #07200B.

Border color

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

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

This div border color is #07200B.

Opacity

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

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

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

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

This text has shadow with #07200B color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #07200B.

Preview

Color preview on black background

This text has color #07200B on black background.


Color preview on white background

This text has color #07200B on white background.


Black color preview on #07200B background

This text has black color on #07200B background.


White color preview on #07200B background

This text has white color on #07200B background.


Related colors

Complementary color

Complementary color for #hex is #F8DFF4.


I love getcolorcode.com

Triadic colors

1 #0B0720 and #200B07 with #07200B are triadic colors.

2 #0B2007 and #20070B with #07200B are triadic colors.