COLOR #18060D

HEX: #18060D
RGB: (24,6,13)

Color info

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

RGB color model

#18060D color RGB value is (24,6,13).

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

RGB channels and saturation

R 24 of 255 = 9%
G 6 of 255 = 2%
B 13 of 255 = 5%

24
6
13

R + G + B ~ 5%. #18060D is dark color.

Portions of RGB colors in percentages

R + G + B =
24 + 6 + 13 = 43 (100%)
R 24 of 43 ~ 55.81%
G 6 of 43 ~ 13.95%
B 13 of 43 ~ 30.23%

%55.81
%13.95
%30.23

CMYK color model

#18060D color CMYK value is (0,75,46,91).

  • cyan value is 0.00%
  • magenta value is 75.00%
  • yellow value is 45.83%
  • key color value is 90.59%
CMYK:
(0,75,46,91)
C0M75Y46K91 
(0%,75%,46%,91%)
(0.00/0.75/0.46/0.91)	

CMYK percentages

%0
%75
%45.83
%90.59

Codes

Color #18060D in popluar color models

18060D
RGB24613
HSL337°60.00%5.88%
HSB/HSV337°75.00%9.41%
CMYK0.00%75.00%45.83%
90.59%

Color #18060D in popluar number systems.

HEX18060D
Decimal24613
Binary110001101101
Octal30615

Shades and tints

Shades of #18060D

#18060D
(24,6,13)
#16060C
(22,6,12)
#14060B
(20,6,11)
#12060A
(18,6,10)
#100609
(16,6,9)
#0E0608
(14,6,8)
#0C0607
(12,6,7)
#0A0606
(10,6,6)
#080605
(8,6,5)
#060604
(6,6,4)
#040603
(4,6,3)
#000000
(0,0,0)

Tints of #18060D

#18060D
(24,6,13)
#2D1C23
(45,28,35)
#423239
(66,50,57)
#57484F
(87,72,79)
#6C5E65
(108,94,101)
#81747B
(129,116,123)
#968A91
(150,138,145)
#ABA0A7
(171,160,167)
#C0B6BD
(192,182,189)
#D5CCD3
(213,204,211)
#EAE2E9
(234,226,233)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #18060D; }

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

This text font color is #18060D.


Background Color

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

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

This div background color is #18060D.


Border color

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

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

This div border color is #18060D.


Opacity

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

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

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

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

This text has shadow with #18060D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #18060D on black background.


Color preview on white background

This text has color #18060D on white background.



Black color preview on #18060D background

This text has black color on #18060D background.


White color preview on #18060D background

This text has white color on #18060D background.