COLOR #071312

HEX: #071312
RGB: (7,19,18)

Color info

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

RGB color model

#071312 color RGB value is (7,19,18).

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

RGB channels and saturation

R 7 of 255 = 3%
G 19 of 255 = 7%
B 18 of 255 = 7%

7
19
18

R + G + B ~ 6%. #071312 is dark color.

Portions of RGB colors in percentages

R + G + B =
7 + 19 + 18 = 44 (100%)
R 7 of 44 ~ 15.91%
G 19 of 44 ~ 43.18%
B 18 of 44 ~ 40.91%

%15.91
%43.18
%40.91

CMYK color model

#071312 color CMYK value is (63,0,5,93).

  • cyan value is 63.16%
  • magenta value is 0.00%
  • yellow value is 5.26%
  • key color value is 92.55%
CMYK:
(63,0,5,93)
C63M0Y5K93 
(63%,0%,5%,93%)
(0.63/0.00/0.05/0.93)	

CMYK percentages

%63.16
%0
%5.26
%92.55

Codes

Color #071312 in popluar color models

071312
RGB71918
HSL175°46.15%5.10%
HSB/HSV175°63.16%7.45%
CMYK63.16%0.00%5.26%
92.55%

Color #071312 in popluar number systems.

HEX071312
Decimal71918
Binary1111001110010
Octal72322

Shades and tints

Shades of #071312

#071312
(7,19,18)
#071211
(7,18,17)
#071110
(7,17,16)
#07100F
(7,16,15)
#070F0E
(7,15,14)
#070E0D
(7,14,13)
#070D0C
(7,13,12)
#070C0B
(7,12,11)
#070B0A
(7,11,10)
#070A09
(7,10,9)
#070908
(7,9,8)
#000000
(0,0,0)

Tints of #071312

#071312
(7,19,18)
#1D2827
(29,40,39)
#333D3C
(51,61,60)
#495251
(73,82,81)
#5F6766
(95,103,102)
#757C7B
(117,124,123)
#8B9190
(139,145,144)
#A1A6A5
(161,166,165)
#B7BBBA
(183,187,186)
#CDD0CF
(205,208,207)
#E3E5E4
(227,229,228)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #071312; }

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

This text font color is #071312.


Background Color

.myBgColor { background-color: #071312; }

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

This div background color is #071312.


Border color

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

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

This div border color is #071312.


Opacity

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

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

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

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

This text has shadow with #071312 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #071312 on black background.


Color preview on white background

This text has color #071312 on white background.



Black color preview on #071312 background

This text has black color on #071312 background.


White color preview on #071312 background

This text has white color on #071312 background.