COLOR #071013

HEX: #071013
RGB: (7,16,19)

Color info

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

RGB color model

#071013 color RGB value is (7,16,19).

  • red value is 7;
  • green value is 16;
  • blue value is 19.
RGB:
(7,16,19)
(3%,6%,7%)

RGB channels and saturation

R 7 of 255 = 3%
G 16 of 255 = 6%
B 19 of 255 = 7%

7
16
19

R + G + B ~ 5%. #071013 is dark color.

Portions of RGB colors in percentages

R + G + B =
7 + 16 + 19 = 42 (100%)
R 7 of 42 ~ 16.67%
G 16 of 42 ~ 38.1%
B 19 of 42 ~ 45.24%

%16.67
%38.1
%45.24

CMYK color model

#071013 color CMYK value is (63,16,0,93).

  • cyan value is 63.16%
  • magenta value is 15.79%
  • yellow value is 0.00%
  • key color value is 92.55%
CMYK:
(63,16,0,93)
C63M16Y0K93 
(63%,16%,0%,93%)
(0.63/0.16/0.00/0.93)	

CMYK percentages

%63.16
%15.79
%0
%92.55

Codes

Color #071013 in popluar color models

071013
RGB71619
HSL195°46.15%5.10%
HSB/HSV195°63.16%7.45%
CMYK63.16%15.79%0.00%
92.55%

Color #071013 in popluar number systems.

HEX071013
Decimal71619
Binary1111000010011
Octal72023

Shades and tints

Shades of #071013

#071013
(7,16,19)
#070F12
(7,15,18)
#070E11
(7,14,17)
#070D10
(7,13,16)
#070C0F
(7,12,15)
#070B0E
(7,11,14)
#070A0D
(7,10,13)
#07090C
(7,9,12)
#07080B
(7,8,11)
#07070A
(7,7,10)
#070609
(7,6,9)
#000000
(0,0,0)

Tints of #071013

#071013
(7,16,19)
#1D2528
(29,37,40)
#333A3D
(51,58,61)
#494F52
(73,79,82)
#5F6467
(95,100,103)
#75797C
(117,121,124)
#8B8E91
(139,142,145)
#A1A3A6
(161,163,166)
#B7B8BB
(183,184,187)
#CDCDD0
(205,205,208)
#E3E2E5
(227,226,229)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #071013; }

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

This text font color is #071013.


Background Color

.myBgColor { background-color: #071013; }

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

This div background color is #071013.


Border color

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

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

This div border color is #071013.


Opacity

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

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

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

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

This text has shadow with #071013 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #071013 on black background.


Color preview on white background

This text has color #071013 on white background.



Black color preview on #071013 background

This text has black color on #071013 background.


White color preview on #071013 background

This text has white color on #071013 background.