COLOR #071301

HEX: #071301 RGB: (7,19,1)

Color info

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

RGB color model

#071301 color RGB value is (7,19,1).

RGB: (7,19,1) (3%, 7%, 0%)

RGB channels and saturation

R 7 of 255 = 3%
G 19 of 255 = 7%
B 1 of 255 = 0%

7
19
1

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

Portions of RGB colors in percentages

R + G + B = 7 + 19 + 1 = 27 (100%)
R 7 of 27 ~ 25.93%
G 19 of 27 ~ 70.37%
B 1 of 27 ~ 3.7'%

%25.93
%70.37

CMYK color model

#071301 color CMYK value is (63,0,95,93).

  • cyan value is 63.16%
  • magenta value is 0.00%
  • yellow value is 94.74%
  • key color value is 92.55%

CMYK: (63,0,95,93)
C63M0Y95K93 (63%, 0%, 95%, 93%)
(0.63 / 0.00 / 0.95 / 0.93)

CMYK percentages

%63.16
%0
%94.74
%92.55

Codes

Color #071301 in popluar color models

07 13 01
RGB 7 19 1
HSL 100° 90.00% 3.92%
HSB/HSV 100° 94.74% 7.45%
CMYK 63.16% 0.00% 94.74%
92.55%

Color #071301 in popluar number systems.

HEX 07 13 01
Decimal 7 19 1
Binary 111 10011 1
Octal 7 23 1

Shades and tints

Shades of #071301

#071301
(7,19,1)
#071201
(7,18,1)
#071101
(7,17,1)
#071001
(7,16,1)
#070F01
(7,15,1)
#070E01
(7,14,1)
#070D01
(7,13,1)
#070C01
(7,12,1)
#070B01
(7,11,1)
#070A01
(7,10,1)
#070901
(7,9,1)
#000000
(0,0,0)

Tints of #071301

#071301
(7,19,1)
#1D2818
(29,40,24)
#333D2F
(51,61,47)
#495246
(73,82,70)
#5F675D
(95,103,93)
#757C74
(117,124,116)
#8B918B
(139,145,139)
#A1A6A2
(161,166,162)
#B7BBB9
(183,187,185)
#CDD0D0
(205,208,208)
#E3E5E7
(227,229,231)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #071301 color. Also use rgb(7,19,1) instead hex code.

Text Font Color

.myTextColor { color: #071301; }

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

This text font color is #071301.

Background Color

.myBgColor { background-color: #071301; }

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

This div background color is #071301.

Border color

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

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

This div border color is #071301.

Opacity

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

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

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

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

This text has shadow with #071301 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #071301.

Preview

Color preview on black background

This text has color #071301 on black background.


Color preview on white background

This text has color #071301 on white background.


Black color preview on #071301 background

This text has black color on #071301 background.


White color preview on #071301 background

This text has white color on #071301 background.


Related colors

Complementary color

Complementary color for #hex is #F8ECFE.


I love getcolorcode.com

Triadic colors

1 #010713 and #130107 with #071301 are triadic colors.

2 #011307 and #130701 with #071301 are triadic colors.