COLOR #071D1C

HEX: #071D1C
RGB: (7,29,28)

Color info

#071D1C contains red, green and blue colors in about the same proportion. Web safe color of #071D1C is #003333 (or #033).

RGB color model

#071D1C color RGB value is (7,29,28).

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

RGB channels and saturation

R 7 of 255 = 3%
G 29 of 255 = 11%
B 28 of 255 = 11%

7
29
28

R + G + B ~ 8%. #071D1C is dark color.

Portions of RGB colors in percentages

R + G + B =
7 + 29 + 28 = 64 (100%)
R 7 of 64 ~ 10.94%
G 29 of 64 ~ 45.31%
B 28 of 64 ~ 43.75%

%10.94
%45.31
%43.75

CMYK color model

#071D1C color CMYK value is (76,0,3,89).

  • cyan value is 75.86%
  • magenta value is 0.00%
  • yellow value is 3.45%
  • key color value is 88.63%
CMYK:
(76,0,3,89)
C76M0Y3K89 
(76%,0%,3%,89%)
(0.76/0.00/0.03/0.89)	

CMYK percentages

%75.86
%0
%3.45
%88.63

Codes

Color #071D1C in popluar color models

071D1C
RGB72928
HSL177°61.11%7.06%
HSB/HSV177°75.86%11.37%
CMYK75.86%0.00%3.45%
88.63%

Color #071D1C in popluar number systems.

HEX071D1C
Decimal72928
Binary1111110111100
Octal73534

Shades and tints

Shades of #071D1C

#071D1C
(7,29,28)
#071B1A
(7,27,26)
#071918
(7,25,24)
#071716
(7,23,22)
#071514
(7,21,20)
#071312
(7,19,18)
#071110
(7,17,16)
#070F0E
(7,15,14)
#070D0C
(7,13,12)
#070B0A
(7,11,10)
#070908
(7,9,8)
#000000
(0,0,0)

Tints of #071D1C

#071D1C
(7,29,28)
#1D3130
(29,49,48)
#334544
(51,69,68)
#495958
(73,89,88)
#5F6D6C
(95,109,108)
#758180
(117,129,128)
#8B9594
(139,149,148)
#A1A9A8
(161,169,168)
#B7BDBC
(183,189,188)
#CDD1D0
(205,209,208)
#E3E5E4
(227,229,228)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #071D1C; }

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

This text font color is #071D1C.


Background Color

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

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

This div background color is #071D1C.


Border color

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

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

This div border color is #071D1C.


Opacity

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

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

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

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

This text has shadow with #071D1C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #071D1C on black background.


Color preview on white background

This text has color #071D1C on white background.



Black color preview on #071D1C background

This text has black color on #071D1C background.


White color preview on #071D1C background

This text has white color on #071D1C background.