COLOR #071908

HEX: #071908
RGB: (7,25,8)

Color info

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

RGB color model

#071908 color RGB value is (7,25,8).

  • red value is 7;
  • green value is 25;
  • blue value is 8.
RGB:
(7,25,8)
(3%,10%,3%)

RGB channels and saturation

R 7 of 255 = 3%
G 25 of 255 = 10%
B 8 of 255 = 3%

7
25
8

R + G + B ~ 5%. #071908 is dark color.

Portions of RGB colors in percentages

R + G + B =
7 + 25 + 8 = 40 (100%)
R 7 of 40 ~ 17.5%
G 25 of 40 ~ 62.5%
B 8 of 40 ~ 20%

%17.5
%62.5
%20

CMYK color model

#071908 color CMYK value is (72,0,68,90).

  • cyan value is 72.00%
  • magenta value is 0.00%
  • yellow value is 68.00%
  • key color value is 90.20%
CMYK:
(72,0,68,90)
C72M0Y68K90 
(72%,0%,68%,90%)
(0.72/0.00/0.68/0.90)	

CMYK percentages

%72
%0
%68
%90.2

Codes

Color #071908 in popluar color models

071908
RGB7258
HSL123°56.25%6.27%
HSB/HSV123°72.00%9.80%
CMYK72.00%0.00%68.00%
90.20%

Color #071908 in popluar number systems.

HEX071908
Decimal7258
Binary111110011000
Octal73110

Shades and tints

Shades of #071908

#071908
(7,25,8)
#071708
(7,23,8)
#071508
(7,21,8)
#071308
(7,19,8)
#071108
(7,17,8)
#070F08
(7,15,8)
#070D08
(7,13,8)
#070B08
(7,11,8)
#070908
(7,9,8)
#070708
(7,7,8)
#070508
(7,5,8)
#000000
(0,0,0)

Tints of #071908

#071908
(7,25,8)
#1D2D1E
(29,45,30)
#334134
(51,65,52)
#49554A
(73,85,74)
#5F6960
(95,105,96)
#757D76
(117,125,118)
#8B918C
(139,145,140)
#A1A5A2
(161,165,162)
#B7B9B8
(183,185,184)
#CDCDCE
(205,205,206)
#E3E1E4
(227,225,228)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #071908 color. Also use rgb(7,25,8) instead hex code.

Text Font Color

.myTextColor { color: #071908; }

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

This text font color is #071908.


Background Color

.myBgColor { background-color: #071908; }

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

This div background color is #071908.


Border color

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

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

This div border color is #071908.


Opacity

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

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

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

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

This text has shadow with #071908 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #071908 on black background.


Color preview on white background

This text has color #071908 on white background.



Black color preview on #071908 background

This text has black color on #071908 background.


White color preview on #071908 background

This text has white color on #071908 background.