COLOR #071C44

HEX: #071C44
RGB: (7,28,68)

Color info

#071C44 contains mainly green and blue colors. Web safe color of #071C44 is #003333 (or #033).

RGB color model

#071C44 color RGB value is (7,28,68).

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

RGB channels and saturation

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

7
28
68

R + G + B ~ 14%. #071C44 is dark color.

Portions of RGB colors in percentages

R + G + B =
7 + 28 + 68 = 103 (100%)
R 7 of 103 ~ 6.8%
G 28 of 103 ~ 27.18%
B 68 of 103 ~ 66.02%

%27.18
%66.02

CMYK color model

#071C44 color CMYK value is (90,59,0,73).

  • cyan value is 89.71%
  • magenta value is 58.82%
  • yellow value is 0.00%
  • key color value is 73.33%
CMYK:
(90,59,0,73)
C90M59Y0K73 
(90%,59%,0%,73%)
(0.90/0.59/0.00/0.73)	

CMYK percentages

%89.71
%58.82
%0
%73.33

Codes

Color #071C44 in popluar color models

071C44
RGB72868
HSL219°81.33%14.71%
HSB/HSV219°89.71%26.67%
CMYK89.71%58.82%0.00%
73.33%

Color #071C44 in popluar number systems.

HEX071C44
Decimal72868
Binary111111001000100
Octal734104

Shades and tints

Shades of #071C44

#071C44
(7,28,68)
#071A3E
(7,26,62)
#071838
(7,24,56)
#071632
(7,22,50)
#07142C
(7,20,44)
#071226
(7,18,38)
#071020
(7,16,32)
#070E1A
(7,14,26)
#070C14
(7,12,20)
#070A0E
(7,10,14)
#070808
(7,8,8)
#000000
(0,0,0)

Tints of #071C44

#071C44
(7,28,68)
#1D3055
(29,48,85)
#334466
(51,68,102)
#495877
(73,88,119)
#5F6C88
(95,108,136)
#758099
(117,128,153)
#8B94AA
(139,148,170)
#A1A8BB
(161,168,187)
#B7BCCC
(183,188,204)
#CDD0DD
(205,208,221)
#E3E4EE
(227,228,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #071C44; }

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

This text font color is #071C44.


Background Color

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

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

This div background color is #071C44.


Border color

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

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

This div border color is #071C44.


Opacity

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

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

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

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

This text has shadow with #071C44 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #071C44 on black background.


Color preview on white background

This text has color #071C44 on white background.



Black color preview on #071C44 background

This text has black color on #071C44 background.


White color preview on #071C44 background

This text has white color on #071C44 background.