COLOR #071209

HEX: #071209
RGB: (7,18,9)

Color info

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

RGB color model

#071209 color RGB value is (7,18,9).

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

RGB channels and saturation

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

7
18
9

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

Portions of RGB colors in percentages

R + G + B =
7 + 18 + 9 = 34 (100%)
R 7 of 34 ~ 20.59%
G 18 of 34 ~ 52.94%
B 9 of 34 ~ 26.47%

%20.59
%52.94
%26.47

CMYK color model

#071209 color CMYK value is (61,0,50,93).

  • cyan value is 61.11%
  • magenta value is 0.00%
  • yellow value is 50.00%
  • key color value is 92.94%
CMYK:
(61,0,50,93)
C61M0Y50K93 
(61%,0%,50%,93%)
(0.61/0.00/0.50/0.93)	

CMYK percentages

%61.11
%0
%50
%92.94

Codes

Color #071209 in popluar color models

071209
RGB7189
HSL131°44.00%4.90%
HSB/HSV131°61.11%7.06%
CMYK61.11%0.00%50.00%
92.94%

Color #071209 in popluar number systems.

HEX071209
Decimal7189
Binary111100101001
Octal72211

Shades and tints

Shades of #071209

#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)
#070809
(7,8,9)
#000000
(0,0,0)

Tints of #071209

#071209
(7,18,9)
#1D271F
(29,39,31)
#333C35
(51,60,53)
#49514B
(73,81,75)
#5F6661
(95,102,97)
#757B77
(117,123,119)
#8B908D
(139,144,141)
#A1A5A3
(161,165,163)
#B7BAB9
(183,186,185)
#CDCFCF
(205,207,207)
#E3E4E5
(227,228,229)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #071209; }

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

This text font color is #071209.


Background Color

.myBgColor { background-color: #071209; }

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

This div background color is #071209.


Border color

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

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

This div border color is #071209.


Opacity

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

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

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

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

This text has shadow with #071209 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #071209 on black background.


Color preview on white background

This text has color #071209 on white background.



Black color preview on #071209 background

This text has black color on #071209 background.


White color preview on #071209 background

This text has white color on #071209 background.