COLOR #08180F

HEX: #08180F
RGB: (8,24,15)

Color info

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

RGB color model

#08180F color RGB value is (8,24,15).

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

RGB channels and saturation

R 8 of 255 = 3%
G 24 of 255 = 9%
B 15 of 255 = 6%

8
24
15

R + G + B ~ 6%. #08180F is dark color.

Portions of RGB colors in percentages

R + G + B =
8 + 24 + 15 = 47 (100%)
R 8 of 47 ~ 17.02%
G 24 of 47 ~ 51.06%
B 15 of 47 ~ 31.91%

%17.02
%51.06
%31.91

CMYK color model

#08180F color CMYK value is (67,0,38,91).

  • cyan value is 66.67%
  • magenta value is 0.00%
  • yellow value is 37.50%
  • key color value is 90.59%
CMYK:
(67,0,38,91)
C67M0Y38K91 
(67%,0%,38%,91%)
(0.67/0.00/0.38/0.91)	

CMYK percentages

%66.67
%0
%37.5
%90.59

Codes

Color #08180F in popluar color models

08180F
RGB82415
HSL146°50.00%6.27%
HSB/HSV146°66.67%9.41%
CMYK66.67%0.00%37.50%
90.59%

Color #08180F in popluar number systems.

HEX08180F
Decimal82415
Binary1000110001111
Octal103017

Shades and tints

Shades of #08180F

#08180F
(8,24,15)
#08160E
(8,22,14)
#08140D
(8,20,13)
#08120C
(8,18,12)
#08100B
(8,16,11)
#080E0A
(8,14,10)
#080C09
(8,12,9)
#080A08
(8,10,8)
#080807
(8,8,7)
#080606
(8,6,6)
#080405
(8,4,5)
#000000
(0,0,0)

Tints of #08180F

#08180F
(8,24,15)
#1E2D24
(30,45,36)
#344239
(52,66,57)
#4A574E
(74,87,78)
#606C63
(96,108,99)
#768178
(118,129,120)
#8C968D
(140,150,141)
#A2ABA2
(162,171,162)
#B8C0B7
(184,192,183)
#CED5CC
(206,213,204)
#E4EAE1
(228,234,225)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #08180F; }

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

This text font color is #08180F.


Background Color

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

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

This div background color is #08180F.


Border color

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

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

This div border color is #08180F.


Opacity

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

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

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

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

This text has shadow with #08180F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #08180F on black background.


Color preview on white background

This text has color #08180F on white background.



Black color preview on #08180F background

This text has black color on #08180F background.


White color preview on #08180F background

This text has white color on #08180F background.