COLOR #071B37

HEX: #071B37
RGB: (7,27,55)

Color info

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

RGB color model

#071B37 color RGB value is (7,27,55).

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

RGB channels and saturation

R 7 of 255 = 3%
G 27 of 255 = 11%
B 55 of 255 = 22%

7
27
55

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

Portions of RGB colors in percentages

R + G + B =
7 + 27 + 55 = 89 (100%)
R 7 of 89 ~ 7.87%
G 27 of 89 ~ 30.34%
B 55 of 89 ~ 61.8%

%30.34
%61.8

CMYK color model

#071B37 color CMYK value is (87,51,0,78).

  • cyan value is 87.27%
  • magenta value is 50.91%
  • yellow value is 0.00%
  • key color value is 78.43%
CMYK: (87,51,0,78) C87M51Y0K78 (87%,51%,0%,78%) (0.87/0.51/0.00/0.78)

CMYK percentages

%87.27
%50.91
%0
%78.43

Codes

Color #071B37 in popluar color models

071B37
RGB72755
HSL215°77.42%12.16%
HSB/HSV215°87.27%21.57%
CMYK87.27%50.91%0.00%
78.43%

Color #071B37 in popluar number systems.

HEX071B37
Decimal72755
Binary11111011110111
Octal73367

Shades and tints

Shades of #071B37

#071B37
(7,27,55)
#071932
(7,25,50)
#07172D
(7,23,45)
#071528
(7,21,40)
#071323
(7,19,35)
#07111E
(7,17,30)
#070F19
(7,15,25)
#070D14
(7,13,20)
#070B0F
(7,11,15)
#07090A
(7,9,10)
#070705
(7,7,5)
#000000
(0,0,0)

Tints of #071B37

#071B37
(7,27,55)
#1D2F49
(29,47,73)
#33435B
(51,67,91)
#49576D
(73,87,109)
#5F6B7F
(95,107,127)
#757F91
(117,127,145)
#8B93A3
(139,147,163)
#A1A7B5
(161,167,181)
#B7BBC7
(183,187,199)
#CDCFD9
(205,207,217)
#E3E3EB
(227,227,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #071B37 color. Also use rgb(7,27,55) instead hex code.

Text Font Color

.myTextColor { color: #071B37; }

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

This text font color is #071B37.


Background Color

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

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

This div background color is #071B37.


Border color

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

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

This div border color is #071B37.


Opacity

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

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

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

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

This text has shadow with #071B37 color.

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

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

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


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

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

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


Div box shadow color

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

Preview

Color preview on black background

This text has color #071B37 on black background.


Color preview on white background

This text has color #071B37 on white background.



Black color preview on #071B37 background

This text has black color on #071B37 background.


White color preview on #071B37 background

This text has white color on #071B37 background.