COLOR #071309

HEX: #071309
RGB: (7,19,9)

Color info

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

RGB color model

#071309 color RGB value is (7,19,9).

  • red value is 7;
  • green value is 19;
  • blue value is 9.
RGB:
(7,19,9)
(3%,7%,4%)

RGB channels and saturation

R 7 of 255 = 3%
G 19 of 255 = 7%
B 9 of 255 = 4%

7
19
9

R + G + B ~ 5%. #071309 is dark color.

Portions of RGB colors in percentages

R + G + B =
7 + 19 + 9 = 35 (100%)
R 7 of 35 ~ 20%
G 19 of 35 ~ 54.29%
B 9 of 35 ~ 25.71%

%20
%54.29
%25.71

CMYK color model

#071309 color CMYK value is (63,0,53,93).

  • cyan value is 63.16%
  • magenta value is 0.00%
  • yellow value is 52.63%
  • key color value is 92.55%
CMYK:
(63,0,53,93)
C63M0Y53K93 
(63%,0%,53%,93%)
(0.63/0.00/0.53/0.93)	

CMYK percentages

%63.16
%0
%52.63
%92.55

Codes

Color #071309 in popluar color models

071309
RGB7199
HSL130°46.15%5.10%
HSB/HSV130°63.16%7.45%
CMYK63.16%0.00%52.63%
92.55%

Color #071309 in popluar number systems.

HEX071309
Decimal7199
Binary111100111001
Octal72311

Shades and tints

Shades of #071309

#071309
(7,19,9)
#071209
(7,18,9)
#071109
(7,17,9)
#071009
(7,16,9)
#070F09
(7,15,9)
#070E09
(7,14,9)
#070D09
(7,13,9)
#070C09
(7,12,9)
#070B09
(7,11,9)
#070A09
(7,10,9)
#070909
(7,9,9)
#000000
(0,0,0)

Tints of #071309

#071309
(7,19,9)
#1D281F
(29,40,31)
#333D35
(51,61,53)
#49524B
(73,82,75)
#5F6761
(95,103,97)
#757C77
(117,124,119)
#8B918D
(139,145,141)
#A1A6A3
(161,166,163)
#B7BBB9
(183,187,185)
#CDD0CF
(205,208,207)
#E3E5E5
(227,229,229)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #071309 color. Also use rgb(7,19,9) instead hex code.

Text Font Color

.myTextColor { color: #071309; }

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

This text font color is #071309.


Background Color

.myBgColor { background-color: #071309; }

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

This div background color is #071309.


Border color

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

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

This div border color is #071309.


Opacity

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

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

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

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

This text has shadow with #071309 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #071309 on black background.


Color preview on white background

This text has color #071309 on white background.



Black color preview on #071309 background

This text has black color on #071309 background.


White color preview on #071309 background

This text has white color on #071309 background.