COLOR #081B27

HEX: #081B27
RGB: (8,27,39)

Color info

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

RGB color model

#081B27 color RGB value is (8,27,39).

  • red value is 8;
  • green value is 27;
  • blue value is 39.
RGB:
(8,27,39)
(3%,11%,15%)

RGB channels and saturation

R 8 of 255 = 3%
G 27 of 255 = 11%
B 39 of 255 = 15%

8
27
39

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

Portions of RGB colors in percentages

R + G + B =
8 + 27 + 39 = 74 (100%)
R 8 of 74 ~ 10.81%
G 27 of 74 ~ 36.49%
B 39 of 74 ~ 52.7%

%10.81
%36.49
%52.7

CMYK color model

#081B27 color CMYK value is (79,31,0,85).

  • cyan value is 79.49%
  • magenta value is 30.77%
  • yellow value is 0.00%
  • key color value is 84.71%
CMYK:
(79,31,0,85)
C79M31Y0K85 
(79%,31%,0%,85%)
(0.79/0.31/0.00/0.85)	

CMYK percentages

%79.49
%30.77
%0
%84.71

Codes

Color #081B27 in popluar color models

081B27
RGB82739
HSL203°65.96%9.22%
HSB/HSV203°79.49%15.29%
CMYK79.49%30.77%0.00%
84.71%

Color #081B27 in popluar number systems.

HEX081B27
Decimal82739
Binary100011011100111
Octal103347

Shades and tints

Shades of #081B27

#081B27
(8,27,39)
#081924
(8,25,36)
#081721
(8,23,33)
#08151E
(8,21,30)
#08131B
(8,19,27)
#081118
(8,17,24)
#080F15
(8,15,21)
#080D12
(8,13,18)
#080B0F
(8,11,15)
#08090C
(8,9,12)
#080709
(8,7,9)
#000000
(0,0,0)

Tints of #081B27

#081B27
(8,27,39)
#1E2F3A
(30,47,58)
#34434D
(52,67,77)
#4A5760
(74,87,96)
#606B73
(96,107,115)
#767F86
(118,127,134)
#8C9399
(140,147,153)
#A2A7AC
(162,167,172)
#B8BBBF
(184,187,191)
#CECFD2
(206,207,210)
#E4E3E5
(228,227,229)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #081B27 color. Also use rgb(8,27,39) instead hex code.

Text Font Color

.myTextColor { color: #081B27; }

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

This text font color is #081B27.


Background Color

.myBgColor { background-color: #081B27; }

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

This div background color is #081B27.


Border color

.myBorderColor { border: 1px solid #081B27; }

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

This div border color is #081B27.


Opacity

.myOpacity80 { color: #081B27; opacity: 0.8; }

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

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

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

This text has shadow with #081B27 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #081B27 on black background.


Color preview on white background

This text has color #081B27 on white background.



Black color preview on #081B27 background

This text has black color on #081B27 background.


White color preview on #081B27 background

This text has white color on #081B27 background.