COLOR #071515

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

Color info

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

RGB color model

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

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

RGB channels and saturation

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

7
21
21

R + G + B ~ 6%. #071515 is dark color.

Portions of RGB colors in percentages

R + G + B = 7 + 21 + 21 = 49 (100%)
R 7 of 49 ~ 14.29%
G 21 of 49 ~ 42.86%
B 21 of 49 ~ 42.86'%

%14.29
%42.86
%42.86

CMYK color model

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

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

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

CMYK percentages

%66.67
%0
%0
%91.76

Codes

Color #071515 in popluar color models

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

Color #071515 in popluar number systems.

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

Shades and tints

Shades of #071515

#071515
(7,21,21)
#071414
(7,20,20)
#071313
(7,19,19)
#071212
(7,18,18)
#071111
(7,17,17)
#071010
(7,16,16)
#070F0F
(7,15,15)
#070E0E
(7,14,14)
#070D0D
(7,13,13)
#070C0C
(7,12,12)
#070B0B
(7,11,11)
#000000
(0,0,0)

Tints of #071515

#071515
(7,21,21)
#1D2A2A
(29,42,42)
#333F3F
(51,63,63)
#495454
(73,84,84)
#5F6969
(95,105,105)
#757E7E
(117,126,126)
#8B9393
(139,147,147)
#A1A8A8
(161,168,168)
#B7BDBD
(183,189,189)
#CDD2D2
(205,210,210)
#E3E7E7
(227,231,231)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #071515; }

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

This text font color is #071515.

Background Color

.myBgColor { background-color: #071515; }

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

This div background color is #071515.

Border color

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

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

This div border color is #071515.

Opacity

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

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

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

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

This text has shadow with #071515 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #071515.

Preview

Color preview on black background

This text has color #071515 on black background.


Color preview on white background

This text has color #071515 on white background.


Black color preview on #071515 background

This text has black color on #071515 background.


White color preview on #071515 background

This text has white color on #071515 background.


Related colors

Complementary color

Complementary color for #hex is #F8EAEA.


I love getcolorcode.com