COLOR #070711

HEX: #070711
RGB: (7,7,17)

Color info

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

RGB color model

#070711 color RGB value is (7,7,17).

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

RGB channels and saturation

R 7 of 255 = 3%
G 7 of 255 = 3%
B 17 of 255 = 7%

7
7
17

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

Portions of RGB colors in percentages

R + G + B =
7 + 7 + 17 = 31 (100%)
R 7 of 31 ~ 22.58%
G 7 of 31 ~ 22.58%
B 17 of 31 ~ 54.84%

%22.58
%22.58
%54.84

CMYK color model

#070711 color CMYK value is (59,59,0,93).

  • cyan value is 58.82%
  • magenta value is 58.82%
  • yellow value is 0.00%
  • key color value is 93.33%
CMYK:
(59,59,0,93)
C59M59Y0K93 
(59%,59%,0%,93%)
(0.59/0.59/0.00/0.93)	

CMYK percentages

%58.82
%58.82
%0
%93.33

Codes

Color #070711 in popluar color models

070711
RGB7717
HSL240°41.67%4.71%
HSB/HSV240°58.82%6.67%
CMYK58.82%58.82%0.00%
93.33%

Color #070711 in popluar number systems.

HEX070711
Decimal7717
Binary11111110001
Octal7721

Shades and tints

Shades of #070711

#070711
(7,7,17)
#070710
(7,7,16)
#07070F
(7,7,15)
#07070E
(7,7,14)
#07070D
(7,7,13)
#07070C
(7,7,12)
#07070B
(7,7,11)
#07070A
(7,7,10)
#070709
(7,7,9)
#070708
(7,7,8)
#070707
(7,7,7)
#000000
(0,0,0)

Tints of #070711

#070711
(7,7,17)
#1D1D26
(29,29,38)
#33333B
(51,51,59)
#494950
(73,73,80)
#5F5F65
(95,95,101)
#75757A
(117,117,122)
#8B8B8F
(139,139,143)
#A1A1A4
(161,161,164)
#B7B7B9
(183,183,185)
#CDCDCE
(205,205,206)
#E3E3E3
(227,227,227)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #070711; }

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

This text font color is #070711.


Background Color

.myBgColor { background-color: #070711; }

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

This div background color is #070711.


Border color

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

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

This div border color is #070711.


Opacity

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

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

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

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

This text has shadow with #070711 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #070711 on black background.


Color preview on white background

This text has color #070711 on white background.



Black color preview on #070711 background

This text has black color on #070711 background.


White color preview on #070711 background

This text has white color on #070711 background.