COLOR #071E05

HEX: #071E05
RGB: (7,30,5)

Color info

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

RGB color model

#071E05 color RGB value is (7,30,5).

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

RGB channels and saturation

R 7 of 255 = 3%
G 30 of 255 = 12%
B 5 of 255 = 2%

7
30
5

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

Portions of RGB colors in percentages

R + G + B =
7 + 30 + 5 = 42 (100%)
R 7 of 42 ~ 16.67%
G 30 of 42 ~ 71.43%
B 5 of 42 ~ 11.9%

%16.67
%71.43
%11.9

CMYK color model

#071E05 color CMYK value is (77,0,83,88).

  • cyan value is 76.67%
  • magenta value is 0.00%
  • yellow value is 83.33%
  • key color value is 88.24%
CMYK:
(77,0,83,88)
C77M0Y83K88 
(77%,0%,83%,88%)
(0.77/0.00/0.83/0.88)	

CMYK percentages

%76.67
%0
%83.33
%88.24

Codes

Color #071E05 in popluar color models

071E05
RGB7305
HSL115°71.43%6.86%
HSB/HSV115°83.33%11.76%
CMYK76.67%0.00%83.33%
88.24%

Color #071E05 in popluar number systems.

HEX071E05
Decimal7305
Binary11111110101
Octal7365

Shades and tints

Shades of #071E05

#071E05
(7,30,5)
#071C05
(7,28,5)
#071A05
(7,26,5)
#071805
(7,24,5)
#071605
(7,22,5)
#071405
(7,20,5)
#071205
(7,18,5)
#071005
(7,16,5)
#070E05
(7,14,5)
#070C05
(7,12,5)
#070A05
(7,10,5)
#000000
(0,0,0)

Tints of #071E05

#071E05
(7,30,5)
#1D321B
(29,50,27)
#334631
(51,70,49)
#495A47
(73,90,71)
#5F6E5D
(95,110,93)
#758273
(117,130,115)
#8B9689
(139,150,137)
#A1AA9F
(161,170,159)
#B7BEB5
(183,190,181)
#CDD2CB
(205,210,203)
#E3E6E1
(227,230,225)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #071E05; }

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

This text font color is #071E05.


Background Color

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

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

This div background color is #071E05.


Border color

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

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

This div border color is #071E05.


Opacity

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

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

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

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

This text has shadow with #071E05 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #071E05 on black background.


Color preview on white background

This text has color #071E05 on white background.



Black color preview on #071E05 background

This text has black color on #071E05 background.


White color preview on #071E05 background

This text has white color on #071E05 background.