COLOR #070710

HEX: #070710 RGB: (7,7,16)

Color info

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

RGB color model

#070710 color RGB value is (7,7,16).

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

RGB channels and saturation

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

7
7
16

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

Portions of RGB colors in percentages

R + G + B = 7 + 7 + 16 = 30 (100%)
R 7 of 30 ~ 23.33%
G 7 of 30 ~ 23.33%
B 16 of 30 ~ 53.33'%

%23.33
%23.33
%53.33

CMYK color model

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

  • cyan value is 56.25%
  • magenta value is 56.25%
  • yellow value is 0.00%
  • key color value is 93.73%

CMYK: (56,56,0,94)
C56M56Y0K94 (56%, 56%, 0%, 94%)
(0.56 / 0.56 / 0.00 / 0.94)

CMYK percentages

%56.25
%56.25
%0
%93.73

Codes

Color #070710 in popluar color models

07 07 10
RGB 7 7 16
HSL 240° 39.13% 4.51%
HSB/HSV 240° 56.25% 6.27%
CMYK 56.25% 56.25% 0.00%
93.73%

Color #070710 in popluar number systems.

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

Shades and tints

Shades of #070710

#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)
#070706
(7,7,6)
#000000
(0,0,0)

Tints of #070710

#070710
(7,7,16)
#1D1D25
(29,29,37)
#33333A
(51,51,58)
#49494F
(73,73,79)
#5F5F64
(95,95,100)
#757579
(117,117,121)
#8B8B8E
(139,139,142)
#A1A1A3
(161,161,163)
#B7B7B8
(183,183,184)
#CDCDCD
(205,205,205)
#E3E3E2
(227,227,226)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #070710; }

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

This text font color is #070710.

Background Color

.myBgColor { background-color: #070710; }

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

This div background color is #070710.

Border color

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

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

This div border color is #070710.

Opacity

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

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

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

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

This text has shadow with #070710 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #070710.

Preview

Color preview on black background

This text has color #070710 on black background.


Color preview on white background

This text has color #070710 on white background.


Black color preview on #070710 background

This text has black color on #070710 background.


White color preview on #070710 background

This text has white color on #070710 background.


Related colors

Complementary color

Complementary color for #hex is #F8F8EF.


I love getcolorcode.com