COLOR #08050F

HEX: #08050F RGB: (8,5,15)

Color info

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

RGB color model

#08050F color RGB value is (8,5,15).

RGB: (8,5,15) (3%, 2%, 6%)

RGB channels and saturation

R 8 of 255 = 3%
G 5 of 255 = 2%
B 15 of 255 = 6%

8
5
15

R + G + B ~ 4%. #08050F is dark color.

Portions of RGB colors in percentages

R + G + B = 8 + 5 + 15 = 28 (100%)
R 8 of 28 ~ 28.57%
G 5 of 28 ~ 17.86%
B 15 of 28 ~ 53.57'%

%28.57
%17.86
%53.57

CMYK color model

#08050F color CMYK value is (47,67,0,94).

  • cyan value is 46.67%
  • magenta value is 66.67%
  • yellow value is 0.00%
  • key color value is 94.12%

CMYK: (47,67,0,94)
C47M67Y0K94 (47%, 67%, 0%, 94%)
(0.47 / 0.67 / 0.00 / 0.94)

CMYK percentages

%46.67
%66.67
%0
%94.12

Codes

Color #08050F in popluar color models

08 05 0F
RGB 8 5 15
HSL 258° 50.00% 3.92%
HSB/HSV 258° 66.67% 5.88%
CMYK 46.67% 66.67% 0.00%
94.12%

Color #08050F in popluar number systems.

HEX 08 05 0F
Decimal 8 5 15
Binary 1000 101 1111
Octal 10 5 17

Shades and tints

Shades of #08050F

#08050F
(8,5,15)
#08050E
(8,5,14)
#08050D
(8,5,13)
#08050C
(8,5,12)
#08050B
(8,5,11)
#08050A
(8,5,10)
#080509
(8,5,9)
#080508
(8,5,8)
#080507
(8,5,7)
#080506
(8,5,6)
#080505
(8,5,5)
#000000
(0,0,0)

Tints of #08050F

#08050F
(8,5,15)
#1E1B24
(30,27,36)
#343139
(52,49,57)
#4A474E
(74,71,78)
#605D63
(96,93,99)
#767378
(118,115,120)
#8C898D
(140,137,141)
#A29FA2
(162,159,162)
#B8B5B7
(184,181,183)
#CECBCC
(206,203,204)
#E4E1E1
(228,225,225)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #08050F; }

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

This text font color is #08050F.

Background Color

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

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

This div background color is #08050F.

Border color

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

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

This div border color is #08050F.

Opacity

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

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

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

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

This text has shadow with #08050F color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #08050F.

Preview

Color preview on black background

This text has color #08050F on black background.


Color preview on white background

This text has color #08050F on white background.


Black color preview on #08050F background

This text has black color on #08050F background.


White color preview on #08050F background

This text has white color on #08050F background.


Related colors

Complementary color

Complementary color for #hex is #F7FAF0.


I love getcolorcode.com

Triadic colors

1 #0F0805 and #050F08 with #08050F are triadic colors.

2 #0F0508 and #05080F with #08050F are triadic colors.