COLOR #071E38

HEX: #071E38
RGB: (7,30,56)

Color info

#071E38 contains red, green and blue colors in about the same proportion. Web safe color of #071E38 is #003333 (or #033).

RGB color model

#071E38 color RGB value is (7,30,56).

  • red value is 7;
  • green value is 30;
  • blue value is 56.
RGB:
(7,30,56)
(3%,12%,22%)

RGB channels and saturation

R 7 of 255 = 3%
G 30 of 255 = 12%
B 56 of 255 = 22%

7
30
56

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

Portions of RGB colors in percentages

R + G + B =
7 + 30 + 56 = 93 (100%)
R 7 of 93 ~ 7.53%
G 30 of 93 ~ 32.26%
B 56 of 93 ~ 60.22%

%32.26
%60.22

CMYK color model

#071E38 color CMYK value is (88,46,0,78).

  • cyan value is 87.50%
  • magenta value is 46.43%
  • yellow value is 0.00%
  • key color value is 78.04%
CMYK:
(88,46,0,78)
C88M46Y0K78 
(88%,46%,0%,78%)
(0.88/0.46/0.00/0.78)	

CMYK percentages

%87.5
%46.43
%0
%78.04

Codes

Color #071E38 in popluar color models

071E38
RGB73056
HSL212°77.78%12.35%
HSB/HSV212°87.50%21.96%
CMYK87.50%46.43%0.00%
78.04%

Color #071E38 in popluar number systems.

HEX071E38
Decimal73056
Binary11111110111000
Octal73670

Shades and tints

Shades of #071E38

#071E38
(7,30,56)
#071C33
(7,28,51)
#071A2E
(7,26,46)
#071829
(7,24,41)
#071624
(7,22,36)
#07141F
(7,20,31)
#07121A
(7,18,26)
#071015
(7,16,21)
#070E10
(7,14,16)
#070C0B
(7,12,11)
#070A06
(7,10,6)
#000000
(0,0,0)

Tints of #071E38

#071E38
(7,30,56)
#1D324A
(29,50,74)
#33465C
(51,70,92)
#495A6E
(73,90,110)
#5F6E80
(95,110,128)
#758292
(117,130,146)
#8B96A4
(139,150,164)
#A1AAB6
(161,170,182)
#B7BEC8
(183,190,200)
#CDD2DA
(205,210,218)
#E3E6EC
(227,230,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #071E38 color. Also use rgb(7,30,56) instead hex code.

Text Font Color

.myTextColor { color: #071E38; }

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

This text font color is #071E38.


Background Color

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

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

This div background color is #071E38.


Border color

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

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

This div border color is #071E38.


Opacity

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

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

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

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

This text has shadow with #071E38 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #071E38 on black background.


Color preview on white background

This text has color #071E38 on white background.



Black color preview on #071E38 background

This text has black color on #071E38 background.


White color preview on #071E38 background

This text has white color on #071E38 background.