COLOR #18090D

HEX: #18090D
RGB: (24,9,13)

Color info

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

RGB color model

#18090D color RGB value is (24,9,13).

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

RGB channels and saturation

R 24 of 255 = 9%
G 9 of 255 = 4%
B 13 of 255 = 5%

24
9
13

R + G + B ~ 6%. #18090D is dark color.

Portions of RGB colors in percentages

R + G + B =
24 + 9 + 13 = 46 (100%)
R 24 of 46 ~ 52.17%
G 9 of 46 ~ 19.57%
B 13 of 46 ~ 28.26%

%52.17
%19.57
%28.26

CMYK color model

#18090D color CMYK value is (0,63,46,91).

  • cyan value is 0.00%
  • magenta value is 62.50%
  • yellow value is 45.83%
  • key color value is 90.59%
CMYK:
(0,63,46,91)
C0M63Y46K91 
(0%,63%,46%,91%)
(0.00/0.63/0.46/0.91)	

CMYK percentages

%0
%62.5
%45.83
%90.59

Codes

Color #18090D in popluar color models

18090D
RGB24913
HSL344°45.45%6.47%
HSB/HSV344°62.50%9.41%
CMYK0.00%62.50%45.83%
90.59%

Color #18090D in popluar number systems.

HEX18090D
Decimal24913
Binary1100010011101
Octal301115

Shades and tints

Shades of #18090D

#18090D
(24,9,13)
#16090C
(22,9,12)
#14090B
(20,9,11)
#12090A
(18,9,10)
#100909
(16,9,9)
#0E0908
(14,9,8)
#0C0907
(12,9,7)
#0A0906
(10,9,6)
#080905
(8,9,5)
#060904
(6,9,4)
#040903
(4,9,3)
#000000
(0,0,0)

Tints of #18090D

#18090D
(24,9,13)
#2D1F23
(45,31,35)
#423539
(66,53,57)
#574B4F
(87,75,79)
#6C6165
(108,97,101)
#81777B
(129,119,123)
#968D91
(150,141,145)
#ABA3A7
(171,163,167)
#C0B9BD
(192,185,189)
#D5CFD3
(213,207,211)
#EAE5E9
(234,229,233)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #18090D; }

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

This text font color is #18090D.


Background Color

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

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

This div background color is #18090D.


Border color

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

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

This div border color is #18090D.


Opacity

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

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

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

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

This text has shadow with #18090D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #18090D on black background.


Color preview on white background

This text has color #18090D on white background.



Black color preview on #18090D background

This text has black color on #18090D background.


White color preview on #18090D background

This text has white color on #18090D background.