COLOR #071002

HEX: #071002 RGB: (7,16,2)

Color info

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

RGB color model

#071002 color RGB value is (7,16,2).

RGB: (7,16,2) (3%, 6%, 1%)

RGB channels and saturation

R 7 of 255 = 3%
G 16 of 255 = 6%
B 2 of 255 = 1%

7
16
2

R + G + B ~ 3%. #071002 is dark color.

Portions of RGB colors in percentages

R + G + B = 7 + 16 + 2 = 25 (100%)
R 7 of 25 ~ 28%
G 16 of 25 ~ 64%
B 2 of 25 ~ 8'%

%28
%64

CMYK color model

#071002 color CMYK value is (56,0,88,94).

  • cyan value is 56.25%
  • magenta value is 0.00%
  • yellow value is 87.50%
  • key color value is 93.73%
CMYK: (56,0,88,94) C56M0Y88K94 (56%,0%,88%,94%) (0.56/0.00/0.88/0.94) 

CMYK percentages

%56.25
%0
%87.5
%93.73

Codes

Color #071002 in popluar color models

07 10 02
RGB 7 16 2
HSL 99° 77.78% 3.53%
HSB/HSV 99° 87.50% 6.27%
CMYK 56.25% 0.00% 87.50%
93.73%

Color #071002 in popluar number systems.

HEX 07 10 02
Decimal 7 16 2
Binary 111 10000 10
Octal 7 20 2

Shades and tints

Shades of #071002

#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)
#070902
(7,9,2)
#070802
(7,8,2)
#070702
(7,7,2)
#070602
(7,6,2)
#000000
(0,0,0)

Tints of #071002

#071002
(7,16,2)
#1D2519
(29,37,25)
#333A30
(51,58,48)
#494F47
(73,79,71)
#5F645E
(95,100,94)
#757975
(117,121,117)
#8B8E8C
(139,142,140)
#A1A3A3
(161,163,163)
#B7B8BA
(183,184,186)
#CDCDD1
(205,205,209)
#E3E2E8
(227,226,232)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #071002; }

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

This text font color is #071002.

Background Color

.myBgColor { background-color: #071002; }

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

This div background color is #071002.

Border color

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

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

This div border color is #071002.

Opacity

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

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

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

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

This text has shadow with #071002 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #071002.

Preview

Color preview on black background

This text has color #071002 on black background.


Color preview on white background

This text has color #071002 on white background.


Black color preview on #071002 background

This text has black color on #071002 background.


White color preview on #071002 background

This text has white color on #071002 background.


Related colors

Complementary color

Complementary color for #hex is #F8EFFD.


I love getcolorcode.com

Triadic colors

1 #020710 and #100207 with #071002 are triadic colors.

2 #021007 and #100702 with #071002 are triadic colors.