COLOR #071F10

HEX: #071F10
RGB: (7,31,16)

Color info

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

RGB color model

#071F10 color RGB value is (7,31,16).

  • red value is 7;
  • green value is 31;
  • blue value is 16.
RGB:
(7,31,16)
(3%,12%,6%)

RGB channels and saturation

R 7 of 255 = 3%
G 31 of 255 = 12%
B 16 of 255 = 6%

7
31
16

R + G + B ~ 7%. #071F10 is dark color.

Portions of RGB colors in percentages

R + G + B =
7 + 31 + 16 = 54 (100%)
R 7 of 54 ~ 12.96%
G 31 of 54 ~ 57.41%
B 16 of 54 ~ 29.63%

%12.96
%57.41
%29.63

CMYK color model

#071F10 color CMYK value is (77,0,48,88).

  • cyan value is 77.42%
  • magenta value is 0.00%
  • yellow value is 48.39%
  • key color value is 87.84%
CMYK:
(77,0,48,88)
C77M0Y48K88 
(77%,0%,48%,88%)
(0.77/0.00/0.48/0.88)	

CMYK percentages

%77.42
%0
%48.39
%87.84

Codes

Color #071F10 in popluar color models

071F10
RGB73116
HSL143°63.16%7.45%
HSB/HSV143°77.42%12.16%
CMYK77.42%0.00%48.39%
87.84%

Color #071F10 in popluar number systems.

HEX071F10
Decimal73116
Binary1111111110000
Octal73720

Shades and tints

Shades of #071F10

#071F10
(7,31,16)
#071D0F
(7,29,15)
#071B0E
(7,27,14)
#07190D
(7,25,13)
#07170C
(7,23,12)
#07150B
(7,21,11)
#07130A
(7,19,10)
#071109
(7,17,9)
#070F08
(7,15,8)
#070D07
(7,13,7)
#070B06
(7,11,6)
#000000
(0,0,0)

Tints of #071F10

#071F10
(7,31,16)
#1D3325
(29,51,37)
#33473A
(51,71,58)
#495B4F
(73,91,79)
#5F6F64
(95,111,100)
#758379
(117,131,121)
#8B978E
(139,151,142)
#A1ABA3
(161,171,163)
#B7BFB8
(183,191,184)
#CDD3CD
(205,211,205)
#E3E7E2
(227,231,226)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #071F10 color. Also use rgb(7,31,16) instead hex code.

Text Font Color

.myTextColor { color: #071F10; }

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

This text font color is #071F10.


Background Color

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

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

This div background color is #071F10.


Border color

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

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

This div border color is #071F10.


Opacity

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

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

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

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

This text has shadow with #071F10 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #071F10 on black background.


Color preview on white background

This text has color #071F10 on white background.



Black color preview on #071F10 background

This text has black color on #071F10 background.


White color preview on #071F10 background

This text has white color on #071F10 background.