COLOR #180D0D

HEX: #180D0D
RGB: (24,13,13)

Color info

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

RGB color model

#180D0D color RGB value is (24,13,13).

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

RGB channels and saturation

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

24
13
13

R + G + B ~ 6%. #180D0D is dark color.

Portions of RGB colors in percentages

R + G + B =
24 + 13 + 13 = 50 (100%)
R 24 of 50 ~ 48%
G 13 of 50 ~ 26%
B 13 of 50 ~ 26%

%48
%26
%26

CMYK color model

#180D0D color CMYK value is (0,46,46,91).

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

CMYK percentages

%0
%45.83
%45.83
%90.59

Codes

Color #180D0D in popluar color models

180D0D
RGB241313
HSL29.73%7.25%
HSB/HSV45.83%9.41%
CMYK0.00%45.83%45.83%
90.59%

Color #180D0D in popluar number systems.

HEX180D0D
Decimal241313
Binary1100011011101
Octal301515

Shades and tints

Shades of #180D0D

#180D0D
(24,13,13)
#160C0C
(22,12,12)
#140B0B
(20,11,11)
#120A0A
(18,10,10)
#100909
(16,9,9)
#0E0808
(14,8,8)
#0C0707
(12,7,7)
#0A0606
(10,6,6)
#080505
(8,5,5)
#060404
(6,4,4)
#040303
(4,3,3)
#000000
(0,0,0)

Tints of #180D0D

#180D0D
(24,13,13)
#2D2323
(45,35,35)
#423939
(66,57,57)
#574F4F
(87,79,79)
#6C6565
(108,101,101)
#817B7B
(129,123,123)
#969191
(150,145,145)
#ABA7A7
(171,167,167)
#C0BDBD
(192,189,189)
#D5D3D3
(213,211,211)
#EAE9E9
(234,233,233)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #180D0D; }

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

This text font color is #180D0D.


Background Color

.myBgColor { background-color: #180D0D; }

<div style="background-color:#180D0D">Inner text</div>

This div background color is #180D0D.


Border color

.myBorderColor { border: 1px solid #180D0D; }

<div style="border:3px solid #180D0D">Div</div>

This div border color is #180D0D.


Opacity

.myOpacity80 { color: #180D0D; opacity: 0.8; }

<p style="color:#180D0D;opacity:0.8;">80%</p>

Text with #180D0D 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 #180D0D;}

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

This text has shadow with #180D0D color.

.textShadow {text-shadow: 3px 3px 1px #180D0D, 3px 3px 1px red;}

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

This text has shadow with #180D0D primary color and red secondary color.


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

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

This text has shadow with #180D0D and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #180D0D on black background.


Color preview on white background

This text has color #180D0D on white background.



Black color preview on #180D0D background

This text has black color on #180D0D background.


White color preview on #180D0D background

This text has white color on #180D0D background.