COLOR #071431

HEX: #071431
RGB: (7,20,49)

Color info

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

RGB color model

#071431 color RGB value is (7,20,49).

  • red value is 7;
  • green value is 20;
  • blue value is 49.
RGB:
(7,20,49)
(3%,8%,19%)

RGB channels and saturation

R 7 of 255 = 3%
G 20 of 255 = 8%
B 49 of 255 = 19%

7
20
49

R + G + B ~ 10%. #071431 is dark color.

Portions of RGB colors in percentages

R + G + B =
7 + 20 + 49 = 76 (100%)
R 7 of 76 ~ 9.21%
G 20 of 76 ~ 26.32%
B 49 of 76 ~ 64.47%

%26.32
%64.47

CMYK color model

#071431 color CMYK value is (86,59,0,81).

  • cyan value is 85.71%
  • magenta value is 59.18%
  • yellow value is 0.00%
  • key color value is 80.78%
CMYK:
(86,59,0,81)
C86M59Y0K81 
(86%,59%,0%,81%)
(0.86/0.59/0.00/0.81)	

CMYK percentages

%85.71
%59.18
%0
%80.78

Codes

Color #071431 in popluar color models

071431
RGB72049
HSL221°75.00%10.98%
HSB/HSV221°85.71%19.22%
CMYK85.71%59.18%0.00%
80.78%

Color #071431 in popluar number systems.

HEX071431
Decimal72049
Binary11110100110001
Octal72461

Shades and tints

Shades of #071431

#071431
(7,20,49)
#07132D
(7,19,45)
#071229
(7,18,41)
#071125
(7,17,37)
#071021
(7,16,33)
#070F1D
(7,15,29)
#070E19
(7,14,25)
#070D15
(7,13,21)
#070C11
(7,12,17)
#070B0D
(7,11,13)
#070A09
(7,10,9)
#000000
(0,0,0)

Tints of #071431

#071431
(7,20,49)
#1D2943
(29,41,67)
#333E55
(51,62,85)
#495367
(73,83,103)
#5F6879
(95,104,121)
#757D8B
(117,125,139)
#8B929D
(139,146,157)
#A1A7AF
(161,167,175)
#B7BCC1
(183,188,193)
#CDD1D3
(205,209,211)
#E3E6E5
(227,230,229)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #071431 color. Also use rgb(7,20,49) instead hex code.

Text Font Color

.myTextColor { color: #071431; }

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

This text font color is #071431.


Background Color

.myBgColor { background-color: #071431; }

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

This div background color is #071431.


Border color

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

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

This div border color is #071431.


Opacity

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

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

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

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

This text has shadow with #071431 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #071431 on black background.


Color preview on white background

This text has color #071431 on white background.



Black color preview on #071431 background

This text has black color on #071431 background.


White color preview on #071431 background

This text has white color on #071431 background.