COLOR #071323

HEX: #071323
RGB: (7,19,35)

Color info

#071323 contains red, green and blue colors in about the same proportion. Web safe color of #071323 is #000033 (or #003).

RGB color model

#071323 color RGB value is (7,19,35).

  • red value is 7;
  • green value is 19;
  • blue value is 35.
RGB:
(7,19,35)
(3%,7%,14%)

RGB channels and saturation

R 7 of 255 = 3%
G 19 of 255 = 7%
B 35 of 255 = 14%

7
19
35

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

Portions of RGB colors in percentages

R + G + B =
7 + 19 + 35 = 61 (100%)
R 7 of 61 ~ 11.48%
G 19 of 61 ~ 31.15%
B 35 of 61 ~ 57.38%

%11.48
%31.15
%57.38

CMYK color model

#071323 color CMYK value is (80,46,0,86).

  • cyan value is 80.00%
  • magenta value is 45.71%
  • yellow value is 0.00%
  • key color value is 86.27%
CMYK:
(80,46,0,86)
C80M46Y0K86 
(80%,46%,0%,86%)
(0.80/0.46/0.00/0.86)	

CMYK percentages

%80
%45.71
%0
%86.27

Codes

Color #071323 in popluar color models

071323
RGB71935
HSL214°66.67%8.24%
HSB/HSV214°80.00%13.73%
CMYK80.00%45.71%0.00%
86.27%

Color #071323 in popluar number systems.

HEX071323
Decimal71935
Binary11110011100011
Octal72343

Shades and tints

Shades of #071323

#071323
(7,19,35)
#071220
(7,18,32)
#07111D
(7,17,29)
#07101A
(7,16,26)
#070F17
(7,15,23)
#070E14
(7,14,20)
#070D11
(7,13,17)
#070C0E
(7,12,14)
#070B0B
(7,11,11)
#070A08
(7,10,8)
#070905
(7,9,5)
#000000
(0,0,0)

Tints of #071323

#071323
(7,19,35)
#1D2837
(29,40,55)
#333D4B
(51,61,75)
#49525F
(73,82,95)
#5F6773
(95,103,115)
#757C87
(117,124,135)
#8B919B
(139,145,155)
#A1A6AF
(161,166,175)
#B7BBC3
(183,187,195)
#CDD0D7
(205,208,215)
#E3E5EB
(227,229,235)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #071323; }

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

This text font color is #071323.


Background Color

.myBgColor { background-color: #071323; }

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

This div background color is #071323.


Border color

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

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

This div border color is #071323.


Opacity

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

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

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

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

This text has shadow with #071323 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #071323 on black background.


Color preview on white background

This text has color #071323 on white background.



Black color preview on #071323 background

This text has black color on #071323 background.


White color preview on #071323 background

This text has white color on #071323 background.