COLOR #071340

HEX: #071340
RGB: (7,19,64)

Color info

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

RGB color model

#071340 color RGB value is (7,19,64).

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

RGB channels and saturation

R 7 of 255 = 3%
G 19 of 255 = 7%
B 64 of 255 = 25%

7
19
64

R + G + B ~ 12%. #071340 is dark color.

Portions of RGB colors in percentages

R + G + B =
7 + 19 + 64 = 90 (100%)
R 7 of 90 ~ 7.78%
G 19 of 90 ~ 21.11%
B 64 of 90 ~ 71.11%

%21.11
%71.11

CMYK color model

#071340 color CMYK value is (89,70,0,75).

  • cyan value is 89.06%
  • magenta value is 70.31%
  • yellow value is 0.00%
  • key color value is 74.90%
CMYK:
(89,70,0,75)
C89M70Y0K75 
(89%,70%,0%,75%)
(0.89/0.70/0.00/0.75)	

CMYK percentages

%89.06
%70.31
%0
%74.9

Codes

Color #071340 in popluar color models

071340
RGB71964
HSL227°80.28%13.92%
HSB/HSV227°89.06%25.10%
CMYK89.06%70.31%0.00%
74.90%

Color #071340 in popluar number systems.

HEX071340
Decimal71964
Binary111100111000000
Octal723100

Shades and tints

Shades of #071340

#071340
(7,19,64)
#07123B
(7,18,59)
#071136
(7,17,54)
#071031
(7,16,49)
#070F2C
(7,15,44)
#070E27
(7,14,39)
#070D22
(7,13,34)
#070C1D
(7,12,29)
#070B18
(7,11,24)
#070A13
(7,10,19)
#07090E
(7,9,14)
#000000
(0,0,0)

Tints of #071340

#071340
(7,19,64)
#1D2851
(29,40,81)
#333D62
(51,61,98)
#495273
(73,82,115)
#5F6784
(95,103,132)
#757C95
(117,124,149)
#8B91A6
(139,145,166)
#A1A6B7
(161,166,183)
#B7BBC8
(183,187,200)
#CDD0D9
(205,208,217)
#E3E5EA
(227,229,234)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #071340; }

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

This text font color is #071340.


Background Color

.myBgColor { background-color: #071340; }

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

This div background color is #071340.


Border color

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

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

This div border color is #071340.


Opacity

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

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

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

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

This text has shadow with #071340 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #071340 on black background.


Color preview on white background

This text has color #071340 on white background.



Black color preview on #071340 background

This text has black color on #071340 background.


White color preview on #071340 background

This text has white color on #071340 background.