COLOR #071802

HEX: #071802
RGB: (7,24,2)

Color info

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

RGB color model

#071802 color RGB value is (7,24,2).

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

RGB channels and saturation

R 7 of 255 = 3%
G 24 of 255 = 9%
B 2 of 255 = 1%

7
24
2

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

Portions of RGB colors in percentages

R + G + B =
7 + 24 + 2 = 33 (100%)
R 7 of 33 ~ 21.21%
G 24 of 33 ~ 72.73%
B 2 of 33 ~ 6.06%

%21.21
%72.73

CMYK color model

#071802 color CMYK value is (71,0,92,91).

  • cyan value is 70.83%
  • magenta value is 0.00%
  • yellow value is 91.67%
  • key color value is 90.59%
CMYK:
(71,0,92,91)
C71M0Y92K91 
(71%,0%,92%,91%)
(0.71/0.00/0.92/0.91)	

CMYK percentages

%70.83
%0
%91.67
%90.59

Codes

Color #071802 in popluar color models

071802
RGB7242
HSL106°84.62%5.10%
HSB/HSV106°91.67%9.41%
CMYK70.83%0.00%91.67%
90.59%

Color #071802 in popluar number systems.

HEX071802
Decimal7242
Binary1111100010
Octal7302

Shades and tints

Shades of #071802

#071802
(7,24,2)
#071602
(7,22,2)
#071402
(7,20,2)
#071202
(7,18,2)
#071002
(7,16,2)
#070E02
(7,14,2)
#070C02
(7,12,2)
#070A02
(7,10,2)
#070802
(7,8,2)
#070602
(7,6,2)
#070402
(7,4,2)
#000000
(0,0,0)

Tints of #071802

#071802
(7,24,2)
#1D2D19
(29,45,25)
#334230
(51,66,48)
#495747
(73,87,71)
#5F6C5E
(95,108,94)
#758175
(117,129,117)
#8B968C
(139,150,140)
#A1ABA3
(161,171,163)
#B7C0BA
(183,192,186)
#CDD5D1
(205,213,209)
#E3EAE8
(227,234,232)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #071802; }

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

This text font color is #071802.


Background Color

.myBgColor { background-color: #071802; }

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

This div background color is #071802.


Border color

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

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

This div border color is #071802.


Opacity

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

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

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

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

This text has shadow with #071802 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #071802 on black background.


Color preview on white background

This text has color #071802 on white background.



Black color preview on #071802 background

This text has black color on #071802 background.


White color preview on #071802 background

This text has white color on #071802 background.