COLOR #071649

HEX: #071649
RGB: (7,22,73)

Color info

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

RGB color model

#071649 color RGB value is (7,22,73).

  • red value is 7;
  • green value is 22;
  • blue value is 73.
RGB:
(7,22,73)
(3%,9%,29%)

RGB channels and saturation

R 7 of 255 = 3%
G 22 of 255 = 9%
B 73 of 255 = 29%

7
22
73

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

Portions of RGB colors in percentages

R + G + B =
7 + 22 + 73 = 102 (100%)
R 7 of 102 ~ 6.86%
G 22 of 102 ~ 21.57%
B 73 of 102 ~ 71.57%

%21.57
%71.57

CMYK color model

#071649 color CMYK value is (90,70,0,71).

  • cyan value is 90.41%
  • magenta value is 69.86%
  • yellow value is 0.00%
  • key color value is 71.37%
CMYK:
(90,70,0,71)
C90M70Y0K71 
(90%,70%,0%,71%)
(0.90/0.70/0.00/0.71)	

CMYK percentages

%90.41
%69.86
%0
%71.37

Codes

Color #071649 in popluar color models

071649
RGB72273
HSL226°82.50%15.69%
HSB/HSV226°90.41%28.63%
CMYK90.41%69.86%0.00%
71.37%

Color #071649 in popluar number systems.

HEX071649
Decimal72273
Binary111101101001001
Octal726111

Shades and tints

Shades of #071649

#071649
(7,22,73)
#071443
(7,20,67)
#07123D
(7,18,61)
#071037
(7,16,55)
#070E31
(7,14,49)
#070C2B
(7,12,43)
#070A25
(7,10,37)
#07081F
(7,8,31)
#070619
(7,6,25)
#070413
(7,4,19)
#07020D
(7,2,13)
#000000
(0,0,0)

Tints of #071649

#071649
(7,22,73)
#1D2B59
(29,43,89)
#334069
(51,64,105)
#495579
(73,85,121)
#5F6A89
(95,106,137)
#757F99
(117,127,153)
#8B94A9
(139,148,169)
#A1A9B9
(161,169,185)
#B7BEC9
(183,190,201)
#CDD3D9
(205,211,217)
#E3E8E9
(227,232,233)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #071649 color. Also use rgb(7,22,73) instead hex code.

Text Font Color

.myTextColor { color: #071649; }

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

This text font color is #071649.


Background Color

.myBgColor { background-color: #071649; }

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

This div background color is #071649.


Border color

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

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

This div border color is #071649.


Opacity

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

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

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

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

This text has shadow with #071649 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #071649 on black background.


Color preview on white background

This text has color #071649 on white background.



Black color preview on #071649 background

This text has black color on #071649 background.


White color preview on #071649 background

This text has white color on #071649 background.