COLOR #071B1C

HEX: #071B1C
RGB: (7,27,28)

Color info

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

RGB color model

#071B1C color RGB value is (7,27,28).

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

RGB channels and saturation

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

7
27
28

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

Portions of RGB colors in percentages

R + G + B =
7 + 27 + 28 = 62 (100%)
R 7 of 62 ~ 11.29%
G 27 of 62 ~ 43.55%
B 28 of 62 ~ 45.16%

%11.29
%43.55
%45.16

CMYK color model

#071B1C color CMYK value is (75,4,0,89).

  • cyan value is 75.00%
  • magenta value is 3.57%
  • yellow value is 0.00%
  • key color value is 89.02%
CMYK:
(75,4,0,89)
C75M4Y0K89 
(75%,4%,0%,89%)
(0.75/0.04/0.00/0.89)	

CMYK percentages

%75
%3.57
%0
%89.02

Codes

Color #071B1C in popluar color models

071B1C
RGB72728
HSL183°60.00%6.86%
HSB/HSV183°75.00%10.98%
CMYK75.00%3.57%0.00%
89.02%

Color #071B1C in popluar number systems.

HEX071B1C
Decimal72728
Binary1111101111100
Octal73334

Shades and tints

Shades of #071B1C

#071B1C
(7,27,28)
#07191A
(7,25,26)
#071718
(7,23,24)
#071516
(7,21,22)
#071314
(7,19,20)
#071112
(7,17,18)
#070F10
(7,15,16)
#070D0E
(7,13,14)
#070B0C
(7,11,12)
#07090A
(7,9,10)
#070708
(7,7,8)
#000000
(0,0,0)

Tints of #071B1C

#071B1C
(7,27,28)
#1D2F30
(29,47,48)
#334344
(51,67,68)
#495758
(73,87,88)
#5F6B6C
(95,107,108)
#757F80
(117,127,128)
#8B9394
(139,147,148)
#A1A7A8
(161,167,168)
#B7BBBC
(183,187,188)
#CDCFD0
(205,207,208)
#E3E3E4
(227,227,228)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #071B1C; }

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

This text font color is #071B1C.


Background Color

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

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

This div background color is #071B1C.


Border color

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

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

This div border color is #071B1C.


Opacity

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

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

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

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

This text has shadow with #071B1C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #071B1C on black background.


Color preview on white background

This text has color #071B1C on white background.



Black color preview on #071B1C background

This text has black color on #071B1C background.


White color preview on #071B1C background

This text has white color on #071B1C background.