COLOR #071944

HEX: #071944
RGB: (7,25,68)

Color info

#071944 contains mainly green and blue colors. Web safe color of #071944 is #000033 (or #003).

RGB color model

#071944 color RGB value is (7,25,68).

  • red value is 7;
  • green value is 25;
  • blue value is 68.
RGB:
(7,25,68)
(3%,10%,27%)

RGB channels and saturation

R 7 of 255 = 3%
G 25 of 255 = 10%
B 68 of 255 = 27%

7
25
68

R + G + B ~ 13%. #071944 is dark color.

Portions of RGB colors in percentages

R + G + B =
7 + 25 + 68 = 100 (100%)
R 7 of 100 ~ 7%
G 25 of 100 ~ 25%
B 68 of 100 ~ 68%

%25
%68

CMYK color model

#071944 color CMYK value is (90,63,0,73).

  • cyan value is 89.71%
  • magenta value is 63.24%
  • yellow value is 0.00%
  • key color value is 73.33%
CMYK:
(90,63,0,73)
C90M63Y0K73 
(90%,63%,0%,73%)
(0.90/0.63/0.00/0.73)	

CMYK percentages

%89.71
%63.24
%0
%73.33

Codes

Color #071944 in popluar color models

071944
RGB72568
HSL222°81.33%14.71%
HSB/HSV222°89.71%26.67%
CMYK89.71%63.24%0.00%
73.33%

Color #071944 in popluar number systems.

HEX071944
Decimal72568
Binary111110011000100
Octal731104

Shades and tints

Shades of #071944

#071944
(7,25,68)
#07173E
(7,23,62)
#071538
(7,21,56)
#071332
(7,19,50)
#07112C
(7,17,44)
#070F26
(7,15,38)
#070D20
(7,13,32)
#070B1A
(7,11,26)
#070914
(7,9,20)
#07070E
(7,7,14)
#070508
(7,5,8)
#000000
(0,0,0)

Tints of #071944

#071944
(7,25,68)
#1D2D55
(29,45,85)
#334166
(51,65,102)
#495577
(73,85,119)
#5F6988
(95,105,136)
#757D99
(117,125,153)
#8B91AA
(139,145,170)
#A1A5BB
(161,165,187)
#B7B9CC
(183,185,204)
#CDCDDD
(205,205,221)
#E3E1EE
(227,225,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #071944 color. Also use rgb(7,25,68) instead hex code.

Text Font Color

.myTextColor { color: #071944; }

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

This text font color is #071944.


Background Color

.myBgColor { background-color: #071944; }

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

This div background color is #071944.


Border color

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

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

This div border color is #071944.


Opacity

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

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

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

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

This text has shadow with #071944 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #071944 on black background.


Color preview on white background

This text has color #071944 on white background.



Black color preview on #071944 background

This text has black color on #071944 background.


White color preview on #071944 background

This text has white color on #071944 background.