COLOR #072011

HEX: #072011 RGB: (7,32,17)

Color info

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

RGB color model

#072011 color RGB value is (7,32,17).

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

RGB channels and saturation

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

7
32
17

R + G + B ~ 8%. #072011 is dark color.

Portions of RGB colors in percentages

R + G + B = 7 + 32 + 17 = 56 (100%)
R 7 of 56 ~ 12.5%
G 32 of 56 ~ 57.14%
B 17 of 56 ~ 30.36'%

%12.5
%57.14
%30.36

CMYK color model

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

  • cyan value is 78.13%
  • magenta value is 0.00%
  • yellow value is 46.88%
  • key color value is 87.45%
CMYK: (78,0,47,87) C78M0Y47K87 (78%,0%,47%,87%) (0.78/0.00/0.47/0.87) 

CMYK percentages

%78.13
%0
%46.88
%87.45

Codes

Color #072011 in popluar color models

07 20 11
RGB 7 32 17
HSL 144° 64.10% 7.65%
HSB/HSV 144° 78.13% 12.55%
CMYK 78.13% 0.00% 46.88%
87.45%

Color #072011 in popluar number systems.

HEX 07 20 11
Decimal 7 32 17
Binary 111 100000 10001
Octal 7 40 21

Shades and tints

Shades of #072011

#072011
(7,32,17)
#071E10
(7,30,16)
#071C0F
(7,28,15)
#071A0E
(7,26,14)
#07180D
(7,24,13)
#07160C
(7,22,12)
#07140B
(7,20,11)
#07120A
(7,18,10)
#071009
(7,16,9)
#070E08
(7,14,8)
#070C07
(7,12,7)
#000000
(0,0,0)

Tints of #072011

#072011
(7,32,17)
#1D3426
(29,52,38)
#33483B
(51,72,59)
#495C50
(73,92,80)
#5F7065
(95,112,101)
#75847A
(117,132,122)
#8B988F
(139,152,143)
#A1ACA4
(161,172,164)
#B7C0B9
(183,192,185)
#CDD4CE
(205,212,206)
#E3E8E3
(227,232,227)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #072011; }

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

This text font color is #072011.

Background Color

.myBgColor { background-color: #072011; }

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

This div background color is #072011.

Border color

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

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

This div border color is #072011.

Opacity

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

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

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

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

This text has shadow with #072011 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #072011.

Preview

Color preview on black background

This text has color #072011 on black background.


Color preview on white background

This text has color #072011 on white background.


Black color preview on #072011 background

This text has black color on #072011 background.


White color preview on #072011 background

This text has white color on #072011 background.


Related colors

Complementary color

Complementary color for #hex is #F8DFEE.


I love getcolorcode.com

Triadic colors

1 #110720 and #201107 with #072011 are triadic colors.

2 #112007 and #200711 with #072011 are triadic colors.