COLOR #071A0E

HEX: #071A0E
RGB: (7,26,14)

Color info

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

RGB color model

#071A0E color RGB value is (7,26,14).

  • red value is 7;
  • green value is 26;
  • blue value is 14.
RGB: (7,26,14) (3%,10%,5%)

RGB channels and saturation

R 7 of 255 = 3%
G 26 of 255 = 10%
B 14 of 255 = 5%

7
26
14

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

Portions of RGB colors in percentages

R + G + B =
7 + 26 + 14 = 47 (100%)
R 7 of 47 ~ 14.89%
G 26 of 47 ~ 55.32%
B 14 of 47 ~ 29.79%

%14.89
%55.32
%29.79

CMYK color model

#071A0E color CMYK value is (73,0,46,90).

  • cyan value is 73.08%
  • magenta value is 0.00%
  • yellow value is 46.15%
  • key color value is 89.80%
CMYK: (73,0,46,90) C73M0Y46K90 (73%,0%,46%,90%) (0.73/0.00/0.46/0.90)

CMYK percentages

%73.08
%0
%46.15
%89.8

Codes

Color #071A0E in popluar color models

071A0E
RGB72614
HSL142°57.58%6.47%
HSB/HSV142°73.08%10.20%
CMYK73.08%0.00%46.15%
89.80%

Color #071A0E in popluar number systems.

HEX071A0E
Decimal72614
Binary111110101110
Octal73216

Shades and tints

Shades of #071A0E

#071A0E
(7,26,14)
#07180D
(7,24,13)
#07160C
(7,22,12)
#07140B
(7,20,11)
#07120A
(7,18,10)
#071009
(7,16,9)
#070E08
(7,14,8)
#070C07
(7,12,7)
#070A06
(7,10,6)
#070805
(7,8,5)
#070604
(7,6,4)
#000000
(0,0,0)

Tints of #071A0E

#071A0E
(7,26,14)
#1D2E23
(29,46,35)
#334238
(51,66,56)
#49564D
(73,86,77)
#5F6A62
(95,106,98)
#757E77
(117,126,119)
#8B928C
(139,146,140)
#A1A6A1
(161,166,161)
#B7BAB6
(183,186,182)
#CDCECB
(205,206,203)
#E3E2E0
(227,226,224)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #071A0E color. Also use rgb(7,26,14) instead hex code.

Text Font Color

.myTextColor { color: #071A0E; }

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

This text font color is #071A0E.


Background Color

.myBgColor { background-color: #071A0E; }

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

This div background color is #071A0E.


Border color

.myBorderColor { border: 1px solid #071A0E; }

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

This div border color is #071A0E.


Opacity

.myOpacity80 { color: #071A0E; opacity: 0.8; }

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

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

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

This text has shadow with #071A0E color.

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

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

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


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

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

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


Div box shadow color

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

Preview

Color preview on black background

This text has color #071A0E on black background.


Color preview on white background

This text has color #071A0E on white background.



Black color preview on #071A0E background

This text has black color on #071A0E background.


White color preview on #071A0E background

This text has white color on #071A0E background.