COLOR #180B0F

HEX: #180B0F
RGB: (24,11,15)

Color info

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

RGB color model

#180B0F color RGB value is (24,11,15).

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

RGB channels and saturation

R 24 of 255 = 9%
G 11 of 255 = 4%
B 15 of 255 = 6%

24
11
15

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

Portions of RGB colors in percentages

R + G + B =
24 + 11 + 15 = 50 (100%)
R 24 of 50 ~ 48%
G 11 of 50 ~ 22%
B 15 of 50 ~ 30%

%48
%22
%30

CMYK color model

#180B0F color CMYK value is (0,54,38,91).

  • cyan value is 0.00%
  • magenta value is 54.17%
  • yellow value is 37.50%
  • key color value is 90.59%
CMYK:
(0,54,38,91)
C0M54Y38K91 
(0%,54%,38%,91%)
(0.00/0.54/0.38/0.91)	

CMYK percentages

%0
%54.17
%37.5
%90.59

Codes

Color #180B0F in popluar color models

180B0F
RGB241115
HSL342°37.14%6.86%
HSB/HSV342°54.17%9.41%
CMYK0.00%54.17%37.50%
90.59%

Color #180B0F in popluar number systems.

HEX180B0F
Decimal241115
Binary1100010111111
Octal301317

Shades and tints

Shades of #180B0F

#180B0F
(24,11,15)
#160A0E
(22,10,14)
#14090D
(20,9,13)
#12080C
(18,8,12)
#10070B
(16,7,11)
#0E060A
(14,6,10)
#0C0509
(12,5,9)
#0A0408
(10,4,8)
#080307
(8,3,7)
#060206
(6,2,6)
#040105
(4,1,5)
#000000
(0,0,0)

Tints of #180B0F

#180B0F
(24,11,15)
#2D2124
(45,33,36)
#423739
(66,55,57)
#574D4E
(87,77,78)
#6C6363
(108,99,99)
#817978
(129,121,120)
#968F8D
(150,143,141)
#ABA5A2
(171,165,162)
#C0BBB7
(192,187,183)
#D5D1CC
(213,209,204)
#EAE7E1
(234,231,225)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #180B0F; }

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

This text font color is #180B0F.


Background Color

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

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

This div background color is #180B0F.


Border color

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

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

This div border color is #180B0F.


Opacity

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

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

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

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

This text has shadow with #180B0F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #180B0F on black background.


Color preview on white background

This text has color #180B0F on white background.



Black color preview on #180B0F background

This text has black color on #180B0F background.


White color preview on #180B0F background

This text has white color on #180B0F background.