COLOR #071120

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

Color info

#071120 contains red, green and blue colors in about the same proportion. Web safe color of #071120 is #000033 (or #003).

RGB color model

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

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

RGB channels and saturation

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

7
17
32

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

Portions of RGB colors in percentages

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

%12.5
%30.36
%57.14

CMYK color model

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

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

CMYK percentages

%78.13
%46.88
%0
%87.45

Codes

Color #071120 in popluar color models

071120
RGB71732
HSL216°64.10%7.65%
HSB/HSV216°78.13%12.55%
CMYK78.13%46.88%0.00%
87.45%

Color #071120 in popluar number systems.

HEX071120
Decimal71732
Binary11110001100000
Octal72140

Shades and tints

Shades of #071120

#071120
(7,17,32)
#07101E
(7,16,30)
#070F1C
(7,15,28)
#070E1A
(7,14,26)
#070D18
(7,13,24)
#070C16
(7,12,22)
#070B14
(7,11,20)
#070A12
(7,10,18)
#070910
(7,9,16)
#07080E
(7,8,14)
#07070C
(7,7,12)
#000000
(0,0,0)

Tints of #071120

#071120
(7,17,32)
#1D2634
(29,38,52)
#333B48
(51,59,72)
#49505C
(73,80,92)
#5F6570
(95,101,112)
#757A84
(117,122,132)
#8B8F98
(139,143,152)
#A1A4AC
(161,164,172)
#B7B9C0
(183,185,192)
#CDCED4
(205,206,212)
#E3E3E8
(227,227,232)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #071120; }

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

This text font color is #071120.


Background Color

.myBgColor { background-color: #071120; }

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

This div background color is #071120.


Border color

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

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

This div border color is #071120.


Opacity

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

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

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

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

This text has shadow with #071120 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #071120 on black background.


Color preview on white background

This text has color #071120 on white background.



Black color preview on #071120 background

This text has black color on #071120 background.


White color preview on #071120 background

This text has white color on #071120 background.