COLOR #071D39

HEX: #071D39
RGB: (7,29,57)

Color info

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

RGB color model

#071D39 color RGB value is (7,29,57).

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

RGB channels and saturation

R 7 of 255 = 3%
G 29 of 255 = 11%
B 57 of 255 = 22%

7
29
57

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

Portions of RGB colors in percentages

R + G + B =
7 + 29 + 57 = 93 (100%)
R 7 of 93 ~ 7.53%
G 29 of 93 ~ 31.18%
B 57 of 93 ~ 61.29%

%31.18
%61.29

CMYK color model

#071D39 color CMYK value is (88,49,0,78).

  • cyan value is 87.72%
  • magenta value is 49.12%
  • yellow value is 0.00%
  • key color value is 77.65%
CMYK:
(88,49,0,78)
C88M49Y0K78 
(88%,49%,0%,78%)
(0.88/0.49/0.00/0.78)	

CMYK percentages

%87.72
%49.12
%0
%77.65

Codes

Color #071D39 in popluar color models

071D39
RGB72957
HSL214°78.13%12.55%
HSB/HSV214°87.72%22.35%
CMYK87.72%49.12%0.00%
77.65%

Color #071D39 in popluar number systems.

HEX071D39
Decimal72957
Binary11111101111001
Octal73571

Shades and tints

Shades of #071D39

#071D39
(7,29,57)
#071B34
(7,27,52)
#07192F
(7,25,47)
#07172A
(7,23,42)
#071525
(7,21,37)
#071320
(7,19,32)
#07111B
(7,17,27)
#070F16
(7,15,22)
#070D11
(7,13,17)
#070B0C
(7,11,12)
#070907
(7,9,7)
#000000
(0,0,0)

Tints of #071D39

#071D39
(7,29,57)
#1D314B
(29,49,75)
#33455D
(51,69,93)
#49596F
(73,89,111)
#5F6D81
(95,109,129)
#758193
(117,129,147)
#8B95A5
(139,149,165)
#A1A9B7
(161,169,183)
#B7BDC9
(183,189,201)
#CDD1DB
(205,209,219)
#E3E5ED
(227,229,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #071D39 color. Also use rgb(7,29,57) instead hex code.

Text Font Color

.myTextColor { color: #071D39; }

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

This text font color is #071D39.


Background Color

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

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

This div background color is #071D39.


Border color

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

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

This div border color is #071D39.


Opacity

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

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

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

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

This text has shadow with #071D39 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #071D39 on black background.


Color preview on white background

This text has color #071D39 on white background.



Black color preview on #071D39 background

This text has black color on #071D39 background.


White color preview on #071D39 background

This text has white color on #071D39 background.