COLOR #071325

HEX: #071325
RGB: (7,19,37)

Color info

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

RGB color model

#071325 color RGB value is (7,19,37).

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

RGB channels and saturation

R 7 of 255 = 3%
G 19 of 255 = 7%
B 37 of 255 = 15%

7
19
37

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

Portions of RGB colors in percentages

R + G + B =
7 + 19 + 37 = 63 (100%)
R 7 of 63 ~ 11.11%
G 19 of 63 ~ 30.16%
B 37 of 63 ~ 58.73%

%11.11
%30.16
%58.73

CMYK color model

#071325 color CMYK value is (81,49,0,85).

  • cyan value is 81.08%
  • magenta value is 48.65%
  • yellow value is 0.00%
  • key color value is 85.49%
CMYK:
(81,49,0,85)
C81M49Y0K85 
(81%,49%,0%,85%)
(0.81/0.49/0.00/0.85)	

CMYK percentages

%81.08
%48.65
%0
%85.49

Codes

Color #071325 in popluar color models

071325
RGB71937
HSL216°68.18%8.63%
HSB/HSV216°81.08%14.51%
CMYK81.08%48.65%0.00%
85.49%

Color #071325 in popluar number systems.

HEX071325
Decimal71937
Binary11110011100101
Octal72345

Shades and tints

Shades of #071325

#071325
(7,19,37)
#071222
(7,18,34)
#07111F
(7,17,31)
#07101C
(7,16,28)
#070F19
(7,15,25)
#070E16
(7,14,22)
#070D13
(7,13,19)
#070C10
(7,12,16)
#070B0D
(7,11,13)
#070A0A
(7,10,10)
#070907
(7,9,7)
#000000
(0,0,0)

Tints of #071325

#071325
(7,19,37)
#1D2838
(29,40,56)
#333D4B
(51,61,75)
#49525E
(73,82,94)
#5F6771
(95,103,113)
#757C84
(117,124,132)
#8B9197
(139,145,151)
#A1A6AA
(161,166,170)
#B7BBBD
(183,187,189)
#CDD0D0
(205,208,208)
#E3E5E3
(227,229,227)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #071325; }

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

This text font color is #071325.


Background Color

.myBgColor { background-color: #071325; }

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

This div background color is #071325.


Border color

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

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

This div border color is #071325.


Opacity

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

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

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

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

This text has shadow with #071325 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #071325 on black background.


Color preview on white background

This text has color #071325 on white background.



Black color preview on #071325 background

This text has black color on #071325 background.


White color preview on #071325 background

This text has white color on #071325 background.