COLOR #071132

HEX: #071132
RGB: (7,17,50)

Color info

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

RGB color model

#071132 color RGB value is (7,17,50).

  • red value is 7;
  • green value is 17;
  • blue value is 50.
RGB:
(7,17,50)
(3%,7%,20%)

RGB channels and saturation

R 7 of 255 = 3%
G 17 of 255 = 7%
B 50 of 255 = 20%

7
17
50

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

Portions of RGB colors in percentages

R + G + B =
7 + 17 + 50 = 74 (100%)
R 7 of 74 ~ 9.46%
G 17 of 74 ~ 22.97%
B 50 of 74 ~ 67.57%

%22.97
%67.57

CMYK color model

#071132 color CMYK value is (86,66,0,80).

  • cyan value is 86.00%
  • magenta value is 66.00%
  • yellow value is 0.00%
  • key color value is 80.39%
CMYK:
(86,66,0,80)
C86M66Y0K80 
(86%,66%,0%,80%)
(0.86/0.66/0.00/0.80)	

CMYK percentages

%86
%66
%0
%80.39

Codes

Color #071132 in popluar color models

071132
RGB71750
HSL226°75.44%11.18%
HSB/HSV226°86.00%19.61%
CMYK86.00%66.00%0.00%
80.39%

Color #071132 in popluar number systems.

HEX071132
Decimal71750
Binary11110001110010
Octal72162

Shades and tints

Shades of #071132

#071132
(7,17,50)
#07102E
(7,16,46)
#070F2A
(7,15,42)
#070E26
(7,14,38)
#070D22
(7,13,34)
#070C1E
(7,12,30)
#070B1A
(7,11,26)
#070A16
(7,10,22)
#070912
(7,9,18)
#07080E
(7,8,14)
#07070A
(7,7,10)
#000000
(0,0,0)

Tints of #071132

#071132
(7,17,50)
#1D2644
(29,38,68)
#333B56
(51,59,86)
#495068
(73,80,104)
#5F657A
(95,101,122)
#757A8C
(117,122,140)
#8B8F9E
(139,143,158)
#A1A4B0
(161,164,176)
#B7B9C2
(183,185,194)
#CDCED4
(205,206,212)
#E3E3E6
(227,227,230)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #071132 color. Also use rgb(7,17,50) instead hex code.

Text Font Color

.myTextColor { color: #071132; }

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

This text font color is #071132.


Background Color

.myBgColor { background-color: #071132; }

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

This div background color is #071132.


Border color

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

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

This div border color is #071132.


Opacity

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

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

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

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

This text has shadow with #071132 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #071132 on black background.


Color preview on white background

This text has color #071132 on white background.



Black color preview on #071132 background

This text has black color on #071132 background.


White color preview on #071132 background

This text has white color on #071132 background.