COLOR #08191C

HEX: #08191C
RGB: (8,25,28)

Color info

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

RGB color model

#08191C color RGB value is (8,25,28).

  • red value is 8;
  • green value is 25;
  • blue value is 28.
RGB:
(8,25,28)
(3%,10%,11%)

RGB channels and saturation

R 8 of 255 = 3%
G 25 of 255 = 10%
B 28 of 255 = 11%

8
25
28

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

Portions of RGB colors in percentages

R + G + B =
8 + 25 + 28 = 61 (100%)
R 8 of 61 ~ 13.11%
G 25 of 61 ~ 40.98%
B 28 of 61 ~ 45.9%

%13.11
%40.98
%45.9

CMYK color model

#08191C color CMYK value is (71,11,0,89).

  • cyan value is 71.43%
  • magenta value is 10.71%
  • yellow value is 0.00%
  • key color value is 89.02%
CMYK:
(71,11,0,89)
C71M11Y0K89 
(71%,11%,0%,89%)
(0.71/0.11/0.00/0.89)	

CMYK percentages

%71.43
%10.71
%0
%89.02

Codes

Color #08191C in popluar color models

08191C
RGB82528
HSL189°55.56%7.06%
HSB/HSV189°71.43%10.98%
CMYK71.43%10.71%0.00%
89.02%

Color #08191C in popluar number systems.

HEX08191C
Decimal82528
Binary10001100111100
Octal103134

Shades and tints

Shades of #08191C

#08191C
(8,25,28)
#08171A
(8,23,26)
#081518
(8,21,24)
#081316
(8,19,22)
#081114
(8,17,20)
#080F12
(8,15,18)
#080D10
(8,13,16)
#080B0E
(8,11,14)
#08090C
(8,9,12)
#08070A
(8,7,10)
#080508
(8,5,8)
#000000
(0,0,0)

Tints of #08191C

#08191C
(8,25,28)
#1E2D30
(30,45,48)
#344144
(52,65,68)
#4A5558
(74,85,88)
#60696C
(96,105,108)
#767D80
(118,125,128)
#8C9194
(140,145,148)
#A2A5A8
(162,165,168)
#B8B9BC
(184,185,188)
#CECDD0
(206,205,208)
#E4E1E4
(228,225,228)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #08191C color. Also use rgb(8,25,28) instead hex code.

Text Font Color

.myTextColor { color: #08191C; }

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

This text font color is #08191C.


Background Color

.myBgColor { background-color: #08191C; }

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

This div background color is #08191C.


Border color

.myBorderColor { border: 1px solid #08191C; }

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

This div border color is #08191C.


Opacity

.myOpacity80 { color: #08191C; opacity: 0.8; }

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

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

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

This text has shadow with #08191C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #08191C on black background.


Color preview on white background

This text has color #08191C on white background.



Black color preview on #08191C background

This text has black color on #08191C background.


White color preview on #08191C background

This text has white color on #08191C background.