COLOR #071B3B

HEX: #071B3B
RGB: (7,27,59)

Color info

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

RGB color model

#071B3B color RGB value is (7,27,59).

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

RGB channels and saturation

R 7 of 255 = 3%
G 27 of 255 = 11%
B 59 of 255 = 23%

7
27
59

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

Portions of RGB colors in percentages

R + G + B =
7 + 27 + 59 = 93 (100%)
R 7 of 93 ~ 7.53%
G 27 of 93 ~ 29.03%
B 59 of 93 ~ 63.44%

%29.03
%63.44

CMYK color model

#071B3B color CMYK value is (88,54,0,77).

  • cyan value is 88.14%
  • magenta value is 54.24%
  • yellow value is 0.00%
  • key color value is 76.86%
CMYK:
(88,54,0,77)
C88M54Y0K77 
(88%,54%,0%,77%)
(0.88/0.54/0.00/0.77)	

CMYK percentages

%88.14
%54.24
%0
%76.86

Codes

Color #071B3B in popluar color models

071B3B
RGB72759
HSL217°78.79%12.94%
HSB/HSV217°88.14%23.14%
CMYK88.14%54.24%0.00%
76.86%

Color #071B3B in popluar number systems.

HEX071B3B
Decimal72759
Binary11111011111011
Octal73373

Shades and tints

Shades of #071B3B

#071B3B
(7,27,59)
#071936
(7,25,54)
#071731
(7,23,49)
#07152C
(7,21,44)
#071327
(7,19,39)
#071122
(7,17,34)
#070F1D
(7,15,29)
#070D18
(7,13,24)
#070B13
(7,11,19)
#07090E
(7,9,14)
#070709
(7,7,9)
#000000
(0,0,0)

Tints of #071B3B

#071B3B
(7,27,59)
#1D2F4C
(29,47,76)
#33435D
(51,67,93)
#49576E
(73,87,110)
#5F6B7F
(95,107,127)
#757F90
(117,127,144)
#8B93A1
(139,147,161)
#A1A7B2
(161,167,178)
#B7BBC3
(183,187,195)
#CDCFD4
(205,207,212)
#E3E3E5
(227,227,229)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #071B3B; }

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

This text font color is #071B3B.


Background Color

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

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

This div background color is #071B3B.


Border color

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

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

This div border color is #071B3B.


Opacity

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

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

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

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

This text has shadow with #071B3B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #071B3B on black background.


Color preview on white background

This text has color #071B3B on white background.



Black color preview on #071B3B background

This text has black color on #071B3B background.


White color preview on #071B3B background

This text has white color on #071B3B background.