COLOR #071E3E

HEX: #071E3E
RGB: (7,30,62)

Color info

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

RGB color model

#071E3E color RGB value is (7,30,62).

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

RGB channels and saturation

R 7 of 255 = 3%
G 30 of 255 = 12%
B 62 of 255 = 24%

7
30
62

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

Portions of RGB colors in percentages

R + G + B =
7 + 30 + 62 = 99 (100%)
R 7 of 99 ~ 7.07%
G 30 of 99 ~ 30.3%
B 62 of 99 ~ 62.63%

%30.3
%62.63

CMYK color model

#071E3E color CMYK value is (89,52,0,76).

  • cyan value is 88.71%
  • magenta value is 51.61%
  • yellow value is 0.00%
  • key color value is 75.69%
CMYK:
(89,52,0,76)
C89M52Y0K76 
(89%,52%,0%,76%)
(0.89/0.52/0.00/0.76)	

CMYK percentages

%88.71
%51.61
%0
%75.69

Codes

Color #071E3E in popluar color models

071E3E
RGB73062
HSL215°79.71%13.53%
HSB/HSV215°88.71%24.31%
CMYK88.71%51.61%0.00%
75.69%

Color #071E3E in popluar number systems.

HEX071E3E
Decimal73062
Binary11111110111110
Octal73676

Shades and tints

Shades of #071E3E

#071E3E
(7,30,62)
#071C39
(7,28,57)
#071A34
(7,26,52)
#07182F
(7,24,47)
#07162A
(7,22,42)
#071425
(7,20,37)
#071220
(7,18,32)
#07101B
(7,16,27)
#070E16
(7,14,22)
#070C11
(7,12,17)
#070A0C
(7,10,12)
#000000
(0,0,0)

Tints of #071E3E

#071E3E
(7,30,62)
#1D324F
(29,50,79)
#334660
(51,70,96)
#495A71
(73,90,113)
#5F6E82
(95,110,130)
#758293
(117,130,147)
#8B96A4
(139,150,164)
#A1AAB5
(161,170,181)
#B7BEC6
(183,190,198)
#CDD2D7
(205,210,215)
#E3E6E8
(227,230,232)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #071E3E; }

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

This text font color is #071E3E.


Background Color

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

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

This div background color is #071E3E.


Border color

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

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

This div border color is #071E3E.


Opacity

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

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

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

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

This text has shadow with #071E3E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #071E3E on black background.


Color preview on white background

This text has color #071E3E on white background.



Black color preview on #071E3E background

This text has black color on #071E3E background.


White color preview on #071E3E background

This text has white color on #071E3E background.