COLOR #08151A

HEX: #08151A
RGB: (8,21,26)

Color info

#08151A contains red, green and blue colors in about the same proportion. Web safe color of #08151A is #000000 (or #000).

RGB color model

#08151A color RGB value is (8,21,26).

  • red value is 8;
  • green value is 21;
  • blue value is 26.
RGB:
(8,21,26)
(3%,8%,10%)

RGB channels and saturation

R 8 of 255 = 3%
G 21 of 255 = 8%
B 26 of 255 = 10%

8
21
26

R + G + B ~ 7%. #08151A is dark color.

Portions of RGB colors in percentages

R + G + B =
8 + 21 + 26 = 55 (100%)
R 8 of 55 ~ 14.55%
G 21 of 55 ~ 38.18%
B 26 of 55 ~ 47.27%

%14.55
%38.18
%47.27

CMYK color model

#08151A color CMYK value is (69,19,0,90).

  • cyan value is 69.23%
  • magenta value is 19.23%
  • yellow value is 0.00%
  • key color value is 89.80%
CMYK:
(69,19,0,90)
C69M19Y0K90 
(69%,19%,0%,90%)
(0.69/0.19/0.00/0.90)	

CMYK percentages

%69.23
%19.23
%0
%89.8

Codes

Color #08151A in popluar color models

08151A
RGB82126
HSL197°52.94%6.67%
HSB/HSV197°69.23%10.20%
CMYK69.23%19.23%0.00%
89.80%

Color #08151A in popluar number systems.

HEX08151A
Decimal82126
Binary10001010111010
Octal102532

Shades and tints

Shades of #08151A

#08151A
(8,21,26)
#081418
(8,20,24)
#081316
(8,19,22)
#081214
(8,18,20)
#081112
(8,17,18)
#081010
(8,16,16)
#080F0E
(8,15,14)
#080E0C
(8,14,12)
#080D0A
(8,13,10)
#080C08
(8,12,8)
#080B06
(8,11,6)
#000000
(0,0,0)

Tints of #08151A

#08151A
(8,21,26)
#1E2A2E
(30,42,46)
#343F42
(52,63,66)
#4A5456
(74,84,86)
#60696A
(96,105,106)
#767E7E
(118,126,126)
#8C9392
(140,147,146)
#A2A8A6
(162,168,166)
#B8BDBA
(184,189,186)
#CED2CE
(206,210,206)
#E4E7E2
(228,231,226)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #08151A color. Also use rgb(8,21,26) instead hex code.

Text Font Color

.myTextColor { color: #08151A; }

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

This text font color is #08151A.


Background Color

.myBgColor { background-color: #08151A; }

<div style="background-color:#08151A">Inner text</div>

This div background color is #08151A.


Border color

.myBorderColor { border: 1px solid #08151A; }

<div style="border:3px solid #08151A">Div</div>

This div border color is #08151A.


Opacity

.myOpacity80 { color: #08151A; opacity: 0.8; }

<p style="color:#08151A;opacity:0.8;">80%</p>

Text with #08151A 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 #08151A;}

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

This text has shadow with #08151A color.

.textShadow {text-shadow: 3px 3px 1px #08151A, 3px 3px 1px red;}

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

This text has shadow with #08151A primary color and red secondary color.


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

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

This text has shadow with #08151A and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #08151A on black background.


Color preview on white background

This text has color #08151A on white background.



Black color preview on #08151A background

This text has black color on #08151A background.


White color preview on #08151A background

This text has white color on #08151A background.