COLOR #18130D

HEX: #18130D
RGB: (24,19,13)

Color info

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

RGB color model

#18130D color RGB value is (24,19,13).

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

RGB channels and saturation

R 24 of 255 = 9%
G 19 of 255 = 7%
B 13 of 255 = 5%

24
19
13

R + G + B ~ 7%. #18130D is dark color.

Portions of RGB colors in percentages

R + G + B =
24 + 19 + 13 = 56 (100%)
R 24 of 56 ~ 42.86%
G 19 of 56 ~ 33.93%
B 13 of 56 ~ 23.21%

%42.86
%33.93
%23.21

CMYK color model

#18130D color CMYK value is (0,21,46,91).

  • cyan value is 0.00%
  • magenta value is 20.83%
  • yellow value is 45.83%
  • key color value is 90.59%
CMYK:
(0,21,46,91)
C0M21Y46K91 
(0%,21%,46%,91%)
(0.00/0.21/0.46/0.91)	

CMYK percentages

%0
%20.83
%45.83
%90.59

Codes

Color #18130D in popluar color models

18130D
RGB241913
HSL33°29.73%7.25%
HSB/HSV33°45.83%9.41%
CMYK0.00%20.83%45.83%
90.59%

Color #18130D in popluar number systems.

HEX18130D
Decimal241913
Binary11000100111101
Octal302315

Shades and tints

Shades of #18130D

#18130D
(24,19,13)
#16120C
(22,18,12)
#14110B
(20,17,11)
#12100A
(18,16,10)
#100F09
(16,15,9)
#0E0E08
(14,14,8)
#0C0D07
(12,13,7)
#0A0C06
(10,12,6)
#080B05
(8,11,5)
#060A04
(6,10,4)
#040903
(4,9,3)
#000000
(0,0,0)

Tints of #18130D

#18130D
(24,19,13)
#2D2823
(45,40,35)
#423D39
(66,61,57)
#57524F
(87,82,79)
#6C6765
(108,103,101)
#817C7B
(129,124,123)
#969191
(150,145,145)
#ABA6A7
(171,166,167)
#C0BBBD
(192,187,189)
#D5D0D3
(213,208,211)
#EAE5E9
(234,229,233)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #18130D; }

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

This text font color is #18130D.


Background Color

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

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

This div background color is #18130D.


Border color

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

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

This div border color is #18130D.


Opacity

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

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

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

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

This text has shadow with #18130D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #18130D on black background.


Color preview on white background

This text has color #18130D on white background.



Black color preview on #18130D background

This text has black color on #18130D background.


White color preview on #18130D background

This text has white color on #18130D background.