COLOR #071800

HEX: #071800
RGB: (7,24,0)

Color info

#071800 contains only red and green colors. Web safe color of #071800 is #000000 (or #000).

RGB color model

#071800 color RGB value is (7,24,0).

  • red value is 7;
  • green value is 24;
  • blue value is 0.
RGB:
(7,24,0)
(3%,9%,0%)

RGB channels and saturation

R 7 of 255 = 3%
G 24 of 255 = 9%
B 0 of 255 = 0%

7
24
0

R + G + B ~ 4%. #071800 is dark color.

Portions of RGB colors in percentages

R + G + B =
7 + 24 + 0 = 31 (100%)
R 7 of 31 ~ 22.58%
G 24 of 31 ~ 77.42%
B 0 of 31 ~ 0%

%22.58
%77.42

CMYK color model

#071800 color CMYK value is (71,0,100,91).

  • cyan value is 70.83%
  • magenta value is 0.00%
  • yellow value is 100.00%
  • key color value is 90.59%
CMYK:
(71,0,100,91)
C71M0Y100K91 
(71%,0%,100%,91%)
(0.71/0.00/1.00/0.91)	

CMYK percentages

%70.83
%0
%100
%90.59

Codes

Color #071800 in popluar color models

071800
RGB7240
HSL103°100.00%4.71%
HSB/HSV103°100.00%9.41%
CMYK70.83%0.00%100.00%
90.59%

Color #071800 in popluar number systems.

HEX071800
Decimal7240
Binary111110000
Octal7300

Shades and tints

Shades of #071800

#071800
(7,24,0)
#071600
(7,22,0)
#071400
(7,20,0)
#071200
(7,18,0)
#071000
(7,16,0)
#070E00
(7,14,0)
#070C00
(7,12,0)
#070A00
(7,10,0)
#070800
(7,8,0)
#070600
(7,6,0)
#070400
(7,4,0)
#000000
(0,0,0)

Tints of #071800

#071800
(7,24,0)
#1D2D17
(29,45,23)
#33422E
(51,66,46)
#495745
(73,87,69)
#5F6C5C
(95,108,92)
#758173
(117,129,115)
#8B968A
(139,150,138)
#A1ABA1
(161,171,161)
#B7C0B8
(183,192,184)
#CDD5CF
(205,213,207)
#E3EAE6
(227,234,230)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #071800 color. Also use rgb(7,24,0) instead hex code.

Text Font Color

.myTextColor { color: #071800; }

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

This text font color is #071800.


Background Color

.myBgColor { background-color: #071800; }

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

This div background color is #071800.


Border color

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

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

This div border color is #071800.


Opacity

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

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

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

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

This text has shadow with #071800 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #071800 on black background.


Color preview on white background

This text has color #071800 on white background.



Black color preview on #071800 background

This text has black color on #071800 background.


White color preview on #071800 background

This text has white color on #071800 background.