COLOR #071119

HEX: #071119
RGB: (7,17,25)

Color info

#071119 contains red, green and blue colors in about the same proportion. Web safe color of #071119 is #000000 (or #000).

RGB color model

#071119 color RGB value is (7,17,25).

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

RGB channels and saturation

R 7 of 255 = 3%
G 17 of 255 = 7%
B 25 of 255 = 10%

7
17
25

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

Portions of RGB colors in percentages

R + G + B =
7 + 17 + 25 = 49 (100%)
R 7 of 49 ~ 14.29%
G 17 of 49 ~ 34.69%
B 25 of 49 ~ 51.02%

%14.29
%34.69
%51.02

CMYK color model

#071119 color CMYK value is (72,32,0,90).

  • cyan value is 72.00%
  • magenta value is 32.00%
  • yellow value is 0.00%
  • key color value is 90.20%
CMYK:
(72,32,0,90)
C72M32Y0K90 
(72%,32%,0%,90%)
(0.72/0.32/0.00/0.90)	

CMYK percentages

%72
%32
%0
%90.2

Codes

Color #071119 in popluar color models

071119
RGB71725
HSL207°56.25%6.27%
HSB/HSV207°72.00%9.80%
CMYK72.00%32.00%0.00%
90.20%

Color #071119 in popluar number systems.

HEX071119
Decimal71725
Binary1111000111001
Octal72131

Shades and tints

Shades of #071119

#071119
(7,17,25)
#071017
(7,16,23)
#070F15
(7,15,21)
#070E13
(7,14,19)
#070D11
(7,13,17)
#070C0F
(7,12,15)
#070B0D
(7,11,13)
#070A0B
(7,10,11)
#070909
(7,9,9)
#070807
(7,8,7)
#070705
(7,7,5)
#000000
(0,0,0)

Tints of #071119

#071119
(7,17,25)
#1D262D
(29,38,45)
#333B41
(51,59,65)
#495055
(73,80,85)
#5F6569
(95,101,105)
#757A7D
(117,122,125)
#8B8F91
(139,143,145)
#A1A4A5
(161,164,165)
#B7B9B9
(183,185,185)
#CDCECD
(205,206,205)
#E3E3E1
(227,227,225)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #071119; }

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

This text font color is #071119.


Background Color

.myBgColor { background-color: #071119; }

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

This div background color is #071119.


Border color

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

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

This div border color is #071119.


Opacity

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

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

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

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

This text has shadow with #071119 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #071119 on black background.


Color preview on white background

This text has color #071119 on white background.



Black color preview on #071119 background

This text has black color on #071119 background.


White color preview on #071119 background

This text has white color on #071119 background.