COLOR #071E14

HEX: #071E14
RGB: (7,30,20)

Color info

#071E14 contains red, green and blue colors in about the same proportion. Web safe color of #071E14 is #003300 (or #030).

RGB color model

#071E14 color RGB value is (7,30,20).

  • red value is 7;
  • green value is 30;
  • blue value is 20.
RGB:
(7,30,20)
(3%,12%,8%)

RGB channels and saturation

R 7 of 255 = 3%
G 30 of 255 = 12%
B 20 of 255 = 8%

7
30
20

R + G + B ~ 8%. #071E14 is dark color.

Portions of RGB colors in percentages

R + G + B =
7 + 30 + 20 = 57 (100%)
R 7 of 57 ~ 12.28%
G 30 of 57 ~ 52.63%
B 20 of 57 ~ 35.09%

%12.28
%52.63
%35.09

CMYK color model

#071E14 color CMYK value is (77,0,33,88).

  • cyan value is 76.67%
  • magenta value is 0.00%
  • yellow value is 33.33%
  • key color value is 88.24%
CMYK:
(77,0,33,88)
C77M0Y33K88 
(77%,0%,33%,88%)
(0.77/0.00/0.33/0.88)	

CMYK percentages

%76.67
%0
%33.33
%88.24

Codes

Color #071E14 in popluar color models

071E14
RGB73020
HSL154°62.16%7.25%
HSB/HSV154°76.67%11.76%
CMYK76.67%0.00%33.33%
88.24%

Color #071E14 in popluar number systems.

HEX071E14
Decimal73020
Binary1111111010100
Octal73624

Shades and tints

Shades of #071E14

#071E14
(7,30,20)
#071C13
(7,28,19)
#071A12
(7,26,18)
#071811
(7,24,17)
#071610
(7,22,16)
#07140F
(7,20,15)
#07120E
(7,18,14)
#07100D
(7,16,13)
#070E0C
(7,14,12)
#070C0B
(7,12,11)
#070A0A
(7,10,10)
#000000
(0,0,0)

Tints of #071E14

#071E14
(7,30,20)
#1D3229
(29,50,41)
#33463E
(51,70,62)
#495A53
(73,90,83)
#5F6E68
(95,110,104)
#75827D
(117,130,125)
#8B9692
(139,150,146)
#A1AAA7
(161,170,167)
#B7BEBC
(183,190,188)
#CDD2D1
(205,210,209)
#E3E6E6
(227,230,230)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #071E14 color. Also use rgb(7,30,20) instead hex code.

Text Font Color

.myTextColor { color: #071E14; }

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

This text font color is #071E14.


Background Color

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

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

This div background color is #071E14.


Border color

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

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

This div border color is #071E14.


Opacity

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

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

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

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

This text has shadow with #071E14 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #071E14 on black background.


Color preview on white background

This text has color #071E14 on white background.



Black color preview on #071E14 background

This text has black color on #071E14 background.


White color preview on #071E14 background

This text has white color on #071E14 background.