COLOR #071636

HEX: #071636
RGB: (7,22,54)

Color info

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

RGB color model

#071636 color RGB value is (7,22,54).

  • red value is 7;
  • green value is 22;
  • blue value is 54.
RGB:
(7,22,54)
(3%,9%,21%)

RGB channels and saturation

R 7 of 255 = 3%
G 22 of 255 = 9%
B 54 of 255 = 21%

7
22
54

R + G + B ~ 11%. #071636 is dark color.

Portions of RGB colors in percentages

R + G + B =
7 + 22 + 54 = 83 (100%)
R 7 of 83 ~ 8.43%
G 22 of 83 ~ 26.51%
B 54 of 83 ~ 65.06%

%26.51
%65.06

CMYK color model

#071636 color CMYK value is (87,59,0,79).

  • cyan value is 87.04%
  • magenta value is 59.26%
  • yellow value is 0.00%
  • key color value is 78.82%
CMYK:
(87,59,0,79)
C87M59Y0K79 
(87%,59%,0%,79%)
(0.87/0.59/0.00/0.79)	

CMYK percentages

%87.04
%59.26
%0
%78.82

Codes

Color #071636 in popluar color models

071636
RGB72254
HSL221°77.05%11.96%
HSB/HSV221°87.04%21.18%
CMYK87.04%59.26%0.00%
78.82%

Color #071636 in popluar number systems.

HEX071636
Decimal72254
Binary11110110110110
Octal72666

Shades and tints

Shades of #071636

#071636
(7,22,54)
#071432
(7,20,50)
#07122E
(7,18,46)
#07102A
(7,16,42)
#070E26
(7,14,38)
#070C22
(7,12,34)
#070A1E
(7,10,30)
#07081A
(7,8,26)
#070616
(7,6,22)
#070412
(7,4,18)
#07020E
(7,2,14)
#000000
(0,0,0)

Tints of #071636

#071636
(7,22,54)
#1D2B48
(29,43,72)
#33405A
(51,64,90)
#49556C
(73,85,108)
#5F6A7E
(95,106,126)
#757F90
(117,127,144)
#8B94A2
(139,148,162)
#A1A9B4
(161,169,180)
#B7BEC6
(183,190,198)
#CDD3D8
(205,211,216)
#E3E8EA
(227,232,234)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #071636 color. Also use rgb(7,22,54) instead hex code.

Text Font Color

.myTextColor { color: #071636; }

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

This text font color is #071636.


Background Color

.myBgColor { background-color: #071636; }

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

This div background color is #071636.


Border color

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

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

This div border color is #071636.


Opacity

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

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

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

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

This text has shadow with #071636 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #071636 on black background.


Color preview on white background

This text has color #071636 on white background.



Black color preview on #071636 background

This text has black color on #071636 background.


White color preview on #071636 background

This text has white color on #071636 background.