COLOR #08050A

HEX: #08050A RGB: (8,5,10)

Color info

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

RGB color model

#08050A color RGB value is (8,5,10).

RGB: (8,5,10) (3%, 2%, 4%)

RGB channels and saturation

R 8 of 255 = 3%
G 5 of 255 = 2%
B 10 of 255 = 4%

8
5
10

R + G + B ~ 3%. #08050A is dark color.

Portions of RGB colors in percentages

R + G + B = 8 + 5 + 10 = 23 (100%)
R 8 of 23 ~ 34.78%
G 5 of 23 ~ 21.74%
B 10 of 23 ~ 43.48'%

%34.78
%21.74
%43.48

CMYK color model

#08050A color CMYK value is (20,50,0,96).

  • cyan value is 20.00%
  • magenta value is 50.00%
  • yellow value is 0.00%
  • key color value is 96.08%
CMYK: (20,50,0,96) C20M50Y0K96 (20%,50%,0%,96%) (0.20/0.50/0.00/0.96) 

CMYK percentages

%20
%50
%0
%96.08

Codes

Color #08050A in popluar color models

08 05 0A
RGB 8 5 10
HSL 276° 33.33% 2.94%
HSB/HSV 276° 50.00% 3.92%
CMYK 20.00% 50.00% 0.00%
96.08%

Color #08050A in popluar number systems.

HEX 08 05 0A
Decimal 8 5 10
Binary 1000 101 1010
Octal 10 5 12

Shades and tints

Tints of #08050A

#08050A
(8,5,10)
#1E1B20
(30,27,32)
#343136
(52,49,54)
#4A474C
(74,71,76)
#605D62
(96,93,98)
#767378
(118,115,120)
#8C898E
(140,137,142)
#A29FA4
(162,159,164)
#B8B5BA
(184,181,186)
#CECBD0
(206,203,208)
#E4E1E6
(228,225,230)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #08050A color. Also use rgb(8,5,10) instead hex code.

Text Font Color

.myTextColor { color: #08050A; }

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

This text font color is #08050A.

Background Color

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

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

This div background color is #08050A.

Border color

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

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

This div border color is #08050A.

Opacity

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

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

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

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

This text has shadow with #08050A color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #08050A.

Preview

Color preview on black background

This text has color #08050A on black background.


Color preview on white background

This text has color #08050A on white background.


Black color preview on #08050A background

This text has black color on #08050A background.


White color preview on #08050A background

This text has white color on #08050A background.


Related colors

Complementary color

Complementary color for #hex is #F7FAF5.


I love getcolorcode.com

Triadic colors

1 #0A0805 and #050A08 with #08050A are triadic colors.

2 #0A0508 and #05080A with #08050A are triadic colors.