COLOR #180B0C

HEX: #180B0C
RGB: (24,11,12)

Color info

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

RGB color model

#180B0C color RGB value is (24,11,12).

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

RGB channels and saturation

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

24
11
12

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

Portions of RGB colors in percentages

R + G + B =
24 + 11 + 12 = 47 (100%)
R 24 of 47 ~ 51.06%
G 11 of 47 ~ 23.4%
B 12 of 47 ~ 25.53%

%51.06
%23.4
%25.53

CMYK color model

#180B0C color CMYK value is (0,54,50,91).

  • cyan value is 0.00%
  • magenta value is 54.17%
  • yellow value is 50.00%
  • key color value is 90.59%
CMYK:
(0,54,50,91)
C0M54Y50K91 
(0%,54%,50%,91%)
(0.00/0.54/0.50/0.91)	

CMYK percentages

%0
%54.17
%50
%90.59

Codes

Color #180B0C in popluar color models

180B0C
RGB241112
HSL355°37.14%6.86%
HSB/HSV355°54.17%9.41%
CMYK0.00%54.17%50.00%
90.59%

Color #180B0C in popluar number systems.

HEX180B0C
Decimal241112
Binary1100010111100
Octal301314

Shades and tints

Shades of #180B0C

#180B0C
(24,11,12)
#160A0B
(22,10,11)
#14090A
(20,9,10)
#120809
(18,8,9)
#100708
(16,7,8)
#0E0607
(14,6,7)
#0C0506
(12,5,6)
#0A0405
(10,4,5)
#080304
(8,3,4)
#060203
(6,2,3)
#040102
(4,1,2)
#000000
(0,0,0)

Tints of #180B0C

#180B0C
(24,11,12)
#2D2122
(45,33,34)
#423738
(66,55,56)
#574D4E
(87,77,78)
#6C6364
(108,99,100)
#81797A
(129,121,122)
#968F90
(150,143,144)
#ABA5A6
(171,165,166)
#C0BBBC
(192,187,188)
#D5D1D2
(213,209,210)
#EAE7E8
(234,231,232)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #180B0C; }

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

This text font color is #180B0C.


Background Color

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

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

This div background color is #180B0C.


Border color

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

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

This div border color is #180B0C.


Opacity

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

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

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

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

This text has shadow with #180B0C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #180B0C on black background.


Color preview on white background

This text has color #180B0C on white background.



Black color preview on #180B0C background

This text has black color on #180B0C background.


White color preview on #180B0C background

This text has white color on #180B0C background.