COLOR #08181B

HEX: #08181B
RGB: (8,24,27)

Color info

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

RGB color model

#08181B color RGB value is (8,24,27).

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

RGB channels and saturation

R 8 of 255 = 3%
G 24 of 255 = 9%
B 27 of 255 = 11%

8
24
27

R + G + B ~ 8%. #08181B is dark color.

Portions of RGB colors in percentages

R + G + B =
8 + 24 + 27 = 59 (100%)
R 8 of 59 ~ 13.56%
G 24 of 59 ~ 40.68%
B 27 of 59 ~ 45.76%

%13.56
%40.68
%45.76

CMYK color model

#08181B color CMYK value is (70,11,0,89).

  • cyan value is 70.37%
  • magenta value is 11.11%
  • yellow value is 0.00%
  • key color value is 89.41%
CMYK:
(70,11,0,89)
C70M11Y0K89 
(70%,11%,0%,89%)
(0.70/0.11/0.00/0.89)	

CMYK percentages

%70.37
%11.11
%0
%89.41

Codes

Color #08181B in popluar color models

08181B
RGB82427
HSL189°54.29%6.86%
HSB/HSV189°70.37%10.59%
CMYK70.37%11.11%0.00%
89.41%

Color #08181B in popluar number systems.

HEX08181B
Decimal82427
Binary10001100011011
Octal103033

Shades and tints

Shades of #08181B

#08181B
(8,24,27)
#081619
(8,22,25)
#081417
(8,20,23)
#081215
(8,18,21)
#081013
(8,16,19)
#080E11
(8,14,17)
#080C0F
(8,12,15)
#080A0D
(8,10,13)
#08080B
(8,8,11)
#080609
(8,6,9)
#080407
(8,4,7)
#000000
(0,0,0)

Tints of #08181B

#08181B
(8,24,27)
#1E2D2F
(30,45,47)
#344243
(52,66,67)
#4A5757
(74,87,87)
#606C6B
(96,108,107)
#76817F
(118,129,127)
#8C9693
(140,150,147)
#A2ABA7
(162,171,167)
#B8C0BB
(184,192,187)
#CED5CF
(206,213,207)
#E4EAE3
(228,234,227)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #08181B color. Also use rgb(8,24,27) instead hex code.

Text Font Color

.myTextColor { color: #08181B; }

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

This text font color is #08181B.


Background Color

.myBgColor { background-color: #08181B; }

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

This div background color is #08181B.


Border color

.myBorderColor { border: 1px solid #08181B; }

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

This div border color is #08181B.


Opacity

.myOpacity80 { color: #08181B; opacity: 0.8; }

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

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

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

This text has shadow with #08181B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #08181B on black background.


Color preview on white background

This text has color #08181B on white background.



Black color preview on #08181B background

This text has black color on #08181B background.


White color preview on #08181B background

This text has white color on #08181B background.