COLOR #070715

HEX: #070715 RGB: (7,7,21)

Color info

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

RGB color model

#070715 color RGB value is (7,7,21).

RGB: (7,7,21) (3%, 3%, 8%)

RGB channels and saturation

R 7 of 255 = 3%
G 7 of 255 = 3%
B 21 of 255 = 8%

7
7
21

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

Portions of RGB colors in percentages

R + G + B = 7 + 7 + 21 = 35 (100%)
R 7 of 35 ~ 20%
G 7 of 35 ~ 20%
B 21 of 35 ~ 60'%

%20
%20
%60

CMYK color model

#070715 color CMYK value is (67,67,0,92).

  • cyan value is 66.67%
  • magenta value is 66.67%
  • yellow value is 0.00%
  • key color value is 91.76%

CMYK: (67,67,0,92)
C67M67Y0K92 (67%, 67%, 0%, 92%)
(0.67 / 0.67 / 0.00 / 0.92)

CMYK percentages

%66.67
%66.67
%0
%91.76

Codes

Color #070715 in popluar color models

07 07 15
RGB 7 7 21
HSL 240° 50.00% 5.49%
HSB/HSV 240° 66.67% 8.24%
CMYK 66.67% 66.67% 0.00%
91.76%

Color #070715 in popluar number systems.

HEX 07 07 15
Decimal 7 7 21
Binary 111 111 10101
Octal 7 7 25

Shades and tints

Shades of #070715

#070715
(7,7,21)
#070714
(7,7,20)
#070713
(7,7,19)
#070712
(7,7,18)
#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)
#000000
(0,0,0)

Tints of #070715

#070715
(7,7,21)
#1D1D2A
(29,29,42)
#33333F
(51,51,63)
#494954
(73,73,84)
#5F5F69
(95,95,105)
#75757E
(117,117,126)
#8B8B93
(139,139,147)
#A1A1A8
(161,161,168)
#B7B7BD
(183,183,189)
#CDCDD2
(205,205,210)
#E3E3E7
(227,227,231)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #070715; }

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

This text font color is #070715.

Background Color

.myBgColor { background-color: #070715; }

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

This div background color is #070715.

Border color

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

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

This div border color is #070715.

Opacity

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

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

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

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

This text has shadow with #070715 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #070715.

Preview

Color preview on black background

This text has color #070715 on black background.


Color preview on white background

This text has color #070715 on white background.


Black color preview on #070715 background

This text has black color on #070715 background.


White color preview on #070715 background

This text has white color on #070715 background.


Related colors

Complementary color

Complementary color for #hex is #F8F8EA.


I love getcolorcode.com