COLOR #071F3D

HEX: #071F3D
RGB: (7,31,61)

Color info

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

RGB color model

#071F3D color RGB value is (7,31,61).

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

RGB channels and saturation

R 7 of 255 = 3%
G 31 of 255 = 12%
B 61 of 255 = 24%

7
31
61

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

Portions of RGB colors in percentages

R + G + B =
7 + 31 + 61 = 99 (100%)
R 7 of 99 ~ 7.07%
G 31 of 99 ~ 31.31%
B 61 of 99 ~ 61.62%

%31.31
%61.62

CMYK color model

#071F3D color CMYK value is (89,49,0,76).

  • cyan value is 88.52%
  • magenta value is 49.18%
  • yellow value is 0.00%
  • key color value is 76.08%
CMYK:
(89,49,0,76)
C89M49Y0K76 
(89%,49%,0%,76%)
(0.89/0.49/0.00/0.76)	

CMYK percentages

%88.52
%49.18
%0
%76.08

Codes

Color #071F3D in popluar color models

071F3D
RGB73161
HSL213°79.41%13.33%
HSB/HSV213°88.52%23.92%
CMYK88.52%49.18%0.00%
76.08%

Color #071F3D in popluar number systems.

HEX071F3D
Decimal73161
Binary11111111111101
Octal73775

Shades and tints

Shades of #071F3D

#071F3D
(7,31,61)
#071D38
(7,29,56)
#071B33
(7,27,51)
#07192E
(7,25,46)
#071729
(7,23,41)
#071524
(7,21,36)
#07131F
(7,19,31)
#07111A
(7,17,26)
#070F15
(7,15,21)
#070D10
(7,13,16)
#070B0B
(7,11,11)
#000000
(0,0,0)

Tints of #071F3D

#071F3D
(7,31,61)
#1D334E
(29,51,78)
#33475F
(51,71,95)
#495B70
(73,91,112)
#5F6F81
(95,111,129)
#758392
(117,131,146)
#8B97A3
(139,151,163)
#A1ABB4
(161,171,180)
#B7BFC5
(183,191,197)
#CDD3D6
(205,211,214)
#E3E7E7
(227,231,231)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #071F3D color. Also use rgb(7,31,61) instead hex code.

Text Font Color

.myTextColor { color: #071F3D; }

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

This text font color is #071F3D.


Background Color

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

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

This div background color is #071F3D.


Border color

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

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

This div border color is #071F3D.


Opacity

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

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

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

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

This text has shadow with #071F3D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #071F3D on black background.


Color preview on white background

This text has color #071F3D on white background.



Black color preview on #071F3D background

This text has black color on #071F3D background.


White color preview on #071F3D background

This text has white color on #071F3D background.