COLOR #180D0B

HEX: #180D0B
RGB: (24,13,11)

Color info

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

RGB color model

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

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

RGB channels and saturation

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

24
13
11

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

Portions of RGB colors in percentages

R + G + B =
24 + 13 + 11 = 48 (100%)
R 24 of 48 ~ 50%
G 13 of 48 ~ 27.08%
B 11 of 48 ~ 22.92%

%50
%27.08
%22.92

CMYK color model

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

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

CMYK percentages

%0
%45.83
%54.17
%90.59

Codes

Color #180D0B in popluar color models

180D0B
RGB241311
HSL37.14%6.86%
HSB/HSV54.17%9.41%
CMYK0.00%45.83%54.17%
90.59%

Color #180D0B in popluar number systems.

HEX180D0B
Decimal241311
Binary1100011011011
Octal301513

Shades and tints

Shades of #180D0B

#180D0B
(24,13,11)
#160C0A
(22,12,10)
#140B09
(20,11,9)
#120A08
(18,10,8)
#100907
(16,9,7)
#0E0806
(14,8,6)
#0C0705
(12,7,5)
#0A0604
(10,6,4)
#080503
(8,5,3)
#060402
(6,4,2)
#040301
(4,3,1)
#000000
(0,0,0)

Tints of #180D0B

#180D0B
(24,13,11)
#2D2321
(45,35,33)
#423937
(66,57,55)
#574F4D
(87,79,77)
#6C6563
(108,101,99)
#817B79
(129,123,121)
#96918F
(150,145,143)
#ABA7A5
(171,167,165)
#C0BDBB
(192,189,187)
#D5D3D1
(213,211,209)
#EAE9E7
(234,233,231)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #180D0B; }

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

This text font color is #180D0B.


Background Color

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

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

This div background color is #180D0B.


Border color

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

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

This div border color is #180D0B.


Opacity

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

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

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

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

This text has shadow with #180D0B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #180D0B on black background.


Color preview on white background

This text has color #180D0B on white background.



Black color preview on #180D0B background

This text has black color on #180D0B background.


White color preview on #180D0B background

This text has white color on #180D0B background.