COLOR #18060F

HEX: #18060F
RGB: (24,6,15)

Color info

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

RGB color model

#18060F color RGB value is (24,6,15).

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

RGB channels and saturation

R 24 of 255 = 9%
G 6 of 255 = 2%
B 15 of 255 = 6%

24
6
15

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

Portions of RGB colors in percentages

R + G + B =
24 + 6 + 15 = 45 (100%)
R 24 of 45 ~ 53.33%
G 6 of 45 ~ 13.33%
B 15 of 45 ~ 33.33%

%53.33
%13.33
%33.33

CMYK color model

#18060F color CMYK value is (0,75,38,91).

  • cyan value is 0.00%
  • magenta value is 75.00%
  • yellow value is 37.50%
  • key color value is 90.59%
CMYK:
(0,75,38,91)
C0M75Y38K91 
(0%,75%,38%,91%)
(0.00/0.75/0.38/0.91)	

CMYK percentages

%0
%75
%37.5
%90.59

Codes

Color #18060F in popluar color models

18060F
RGB24615
HSL330°60.00%5.88%
HSB/HSV330°75.00%9.41%
CMYK0.00%75.00%37.50%
90.59%

Color #18060F in popluar number systems.

HEX18060F
Decimal24615
Binary110001101111
Octal30617

Shades and tints

Shades of #18060F

#18060F
(24,6,15)
#16060E
(22,6,14)
#14060D
(20,6,13)
#12060C
(18,6,12)
#10060B
(16,6,11)
#0E060A
(14,6,10)
#0C0609
(12,6,9)
#0A0608
(10,6,8)
#080607
(8,6,7)
#060606
(6,6,6)
#040605
(4,6,5)
#000000
(0,0,0)

Tints of #18060F

#18060F
(24,6,15)
#2D1C24
(45,28,36)
#423239
(66,50,57)
#57484E
(87,72,78)
#6C5E63
(108,94,99)
#817478
(129,116,120)
#968A8D
(150,138,141)
#ABA0A2
(171,160,162)
#C0B6B7
(192,182,183)
#D5CCCC
(213,204,204)
#EAE2E1
(234,226,225)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #18060F; }

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

This text font color is #18060F.


Background Color

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

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

This div background color is #18060F.


Border color

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

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

This div border color is #18060F.


Opacity

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

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

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

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

This text has shadow with #18060F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #18060F on black background.


Color preview on white background

This text has color #18060F on white background.



Black color preview on #18060F background

This text has black color on #18060F background.


White color preview on #18060F background

This text has white color on #18060F background.