COLOR #071402

HEX: #071402
RGB: (7,20,2)

Color info

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

RGB color model

#071402 color RGB value is (7,20,2).

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

RGB channels and saturation

R 7 of 255 = 3%
G 20 of 255 = 8%
B 2 of 255 = 1%

7
20
2

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

Portions of RGB colors in percentages

R + G + B =
7 + 20 + 2 = 29 (100%)
R 7 of 29 ~ 24.14%
G 20 of 29 ~ 68.97%
B 2 of 29 ~ 6.9%

%24.14
%68.97

CMYK color model

#071402 color CMYK value is (65,0,90,92).

  • cyan value is 65.00%
  • magenta value is 0.00%
  • yellow value is 90.00%
  • key color value is 92.16%
CMYK:
(65,0,90,92)
C65M0Y90K92 
(65%,0%,90%,92%)
(0.65/0.00/0.90/0.92)	

CMYK percentages

%65
%0
%90
%92.16

Codes

Color #071402 in popluar color models

071402
RGB7202
HSL103°81.82%4.31%
HSB/HSV103°90.00%7.84%
CMYK65.00%0.00%90.00%
92.16%

Color #071402 in popluar number systems.

HEX071402
Decimal7202
Binary1111010010
Octal7242

Shades and tints

Shades of #071402

#071402
(7,20,2)
#071302
(7,19,2)
#071202
(7,18,2)
#071102
(7,17,2)
#071002
(7,16,2)
#070F02
(7,15,2)
#070E02
(7,14,2)
#070D02
(7,13,2)
#070C02
(7,12,2)
#070B02
(7,11,2)
#070A02
(7,10,2)
#000000
(0,0,0)

Tints of #071402

#071402
(7,20,2)
#1D2919
(29,41,25)
#333E30
(51,62,48)
#495347
(73,83,71)
#5F685E
(95,104,94)
#757D75
(117,125,117)
#8B928C
(139,146,140)
#A1A7A3
(161,167,163)
#B7BCBA
(183,188,186)
#CDD1D1
(205,209,209)
#E3E6E8
(227,230,232)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #071402; }

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

This text font color is #071402.


Background Color

.myBgColor { background-color: #071402; }

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

This div background color is #071402.


Border color

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

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

This div border color is #071402.


Opacity

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

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

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

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

This text has shadow with #071402 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #071402 on black background.


Color preview on white background

This text has color #071402 on white background.



Black color preview on #071402 background

This text has black color on #071402 background.


White color preview on #071402 background

This text has white color on #071402 background.