COLOR #071C15

HEX: #071C15
RGB: (7,28,21)

Color info

#071C15 contains red, green and blue colors in about the same proportion. Web safe color of #071C15 is #003300 (or #030).

RGB color model

#071C15 color RGB value is (7,28,21).

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

RGB channels and saturation

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

7
28
21

R + G + B ~ 7%. #071C15 is dark color.

Portions of RGB colors in percentages

R + G + B =
7 + 28 + 21 = 56 (100%)
R 7 of 56 ~ 12.5%
G 28 of 56 ~ 50%
B 21 of 56 ~ 37.5%

%12.5
%50
%37.5

CMYK color model

#071C15 color CMYK value is (75,0,25,89).

  • cyan value is 75.00%
  • magenta value is 0.00%
  • yellow value is 25.00%
  • key color value is 89.02%
CMYK:
(75,0,25,89)
C75M0Y25K89 
(75%,0%,25%,89%)
(0.75/0.00/0.25/0.89)	

CMYK percentages

%75
%0
%25
%89.02

Codes

Color #071C15 in popluar color models

071C15
RGB72821
HSL160°60.00%6.86%
HSB/HSV160°75.00%10.98%
CMYK75.00%0.00%25.00%
89.02%

Color #071C15 in popluar number systems.

HEX071C15
Decimal72821
Binary1111110010101
Octal73425

Shades and tints

Shades of #071C15

#071C15
(7,28,21)
#071A14
(7,26,20)
#071813
(7,24,19)
#071612
(7,22,18)
#071411
(7,20,17)
#071210
(7,18,16)
#07100F
(7,16,15)
#070E0E
(7,14,14)
#070C0D
(7,12,13)
#070A0C
(7,10,12)
#07080B
(7,8,11)
#000000
(0,0,0)

Tints of #071C15

#071C15
(7,28,21)
#1D302A
(29,48,42)
#33443F
(51,68,63)
#495854
(73,88,84)
#5F6C69
(95,108,105)
#75807E
(117,128,126)
#8B9493
(139,148,147)
#A1A8A8
(161,168,168)
#B7BCBD
(183,188,189)
#CDD0D2
(205,208,210)
#E3E4E7
(227,228,231)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #071C15; }

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

This text font color is #071C15.


Background Color

.myBgColor { background-color: #071C15; }

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

This div background color is #071C15.


Border color

.myBorderColor { border: 1px solid #071C15; }

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

This div border color is #071C15.


Opacity

.myOpacity80 { color: #071C15; opacity: 0.8; }

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

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

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

This text has shadow with #071C15 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #071C15 on black background.


Color preview on white background

This text has color #071C15 on white background.



Black color preview on #071C15 background

This text has black color on #071C15 background.


White color preview on #071C15 background

This text has white color on #071C15 background.