COLOR #070615

HEX: #070615 RGB: (7,6,21)

Color info

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

RGB color model

#070615 color RGB value is (7,6,21).

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

RGB channels and saturation

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

7
6
21

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

Portions of RGB colors in percentages

R + G + B = 7 + 6 + 21 = 34 (100%)
R 7 of 34 ~ 20.59%
G 6 of 34 ~ 17.65%
B 21 of 34 ~ 61.76'%

%20.59
%17.65
%61.76

CMYK color model

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

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

CMYK: (67,71,0,92)
C67M71Y0K92 (67%, 71%, 0%, 92%)
(0.67 / 0.71 / 0.00 / 0.92)

CMYK percentages

%66.67
%71.43
%0
%91.76

Codes

Color #070615 in popluar color models

07 06 15
RGB 7 6 21
HSL 244° 55.56% 5.29%
HSB/HSV 244° 71.43% 8.24%
CMYK 66.67% 71.43% 0.00%
91.76%

Color #070615 in popluar number systems.

HEX 07 06 15
Decimal 7 6 21
Binary 111 110 10101
Octal 7 6 25

Shades and tints

Shades of #070615

#070615
(7,6,21)
#070614
(7,6,20)
#070613
(7,6,19)
#070612
(7,6,18)
#070611
(7,6,17)
#070610
(7,6,16)
#07060F
(7,6,15)
#07060E
(7,6,14)
#07060D
(7,6,13)
#07060C
(7,6,12)
#07060B
(7,6,11)
#000000
(0,0,0)

Tints of #070615

#070615
(7,6,21)
#1D1C2A
(29,28,42)
#33323F
(51,50,63)
#494854
(73,72,84)
#5F5E69
(95,94,105)
#75747E
(117,116,126)
#8B8A93
(139,138,147)
#A1A0A8
(161,160,168)
#B7B6BD
(183,182,189)
#CDCCD2
(205,204,210)
#E3E2E7
(227,226,231)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #070615; }

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

This text font color is #070615.

Background Color

.myBgColor { background-color: #070615; }

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

This div background color is #070615.

Border color

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

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

This div border color is #070615.

Opacity

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

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

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

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

This text has shadow with #070615 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #070615.

Preview

Color preview on black background

This text has color #070615 on black background.


Color preview on white background

This text has color #070615 on white background.


Black color preview on #070615 background

This text has black color on #070615 background.


White color preview on #070615 background

This text has white color on #070615 background.


Related colors

Complementary color

Complementary color for #hex is #F8F9EA.


I love getcolorcode.com

Triadic colors

1 #150706 and #061507 with #070615 are triadic colors.

2 #150607 and #060715 with #070615 are triadic colors.