COLOR #071511

HEX: #071511
RGB: (7,21,17)

Color info

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

RGB color model

#071511 color RGB value is (7,21,17).

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

RGB channels and saturation

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

7
21
17

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

Portions of RGB colors in percentages

R + G + B =
7 + 21 + 17 = 45 (100%)
R 7 of 45 ~ 15.56%
G 21 of 45 ~ 46.67%
B 17 of 45 ~ 37.78%

%15.56
%46.67
%37.78

CMYK color model

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

  • cyan value is 66.67%
  • magenta value is 0.00%
  • yellow value is 19.05%
  • key color value is 91.76%
CMYK:
(67,0,19,92)
C67M0Y19K92 
(67%,0%,19%,92%)
(0.67/0.00/0.19/0.92)	

CMYK percentages

%66.67
%0
%19.05
%91.76

Codes

Color #071511 in popluar color models

071511
RGB72117
HSL163°50.00%5.49%
HSB/HSV163°66.67%8.24%
CMYK66.67%0.00%19.05%
91.76%

Color #071511 in popluar number systems.

HEX071511
Decimal72117
Binary1111010110001
Octal72521

Shades and tints

Shades of #071511

#071511
(7,21,17)
#071410
(7,20,16)
#07130F
(7,19,15)
#07120E
(7,18,14)
#07110D
(7,17,13)
#07100C
(7,16,12)
#070F0B
(7,15,11)
#070E0A
(7,14,10)
#070D09
(7,13,9)
#070C08
(7,12,8)
#070B07
(7,11,7)
#000000
(0,0,0)

Tints of #071511

#071511
(7,21,17)
#1D2A26
(29,42,38)
#333F3B
(51,63,59)
#495450
(73,84,80)
#5F6965
(95,105,101)
#757E7A
(117,126,122)
#8B938F
(139,147,143)
#A1A8A4
(161,168,164)
#B7BDB9
(183,189,185)
#CDD2CE
(205,210,206)
#E3E7E3
(227,231,227)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #071511; }

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

This text font color is #071511.


Background Color

.myBgColor { background-color: #071511; }

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

This div background color is #071511.


Border color

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

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

This div border color is #071511.


Opacity

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

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

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

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

This text has shadow with #071511 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #071511 on black background.


Color preview on white background

This text has color #071511 on white background.



Black color preview on #071511 background

This text has black color on #071511 background.


White color preview on #071511 background

This text has white color on #071511 background.