COLOR #180E0B

HEX: #180E0B
RGB: (24,14,11)

Color info

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

RGB color model

#180E0B color RGB value is (24,14,11).

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

RGB channels and saturation

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

24
14
11

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

Portions of RGB colors in percentages

R + G + B =
24 + 14 + 11 = 49 (100%)
R 24 of 49 ~ 48.98%
G 14 of 49 ~ 28.57%
B 11 of 49 ~ 22.45%

%48.98
%28.57
%22.45

CMYK color model

#180E0B color CMYK value is (0,42,54,91).

  • cyan value is 0.00%
  • magenta value is 41.67%
  • yellow value is 54.17%
  • key color value is 90.59%
CMYK:
(0,42,54,91)
C0M42Y54K91 
(0%,42%,54%,91%)
(0.00/0.42/0.54/0.91)	

CMYK percentages

%0
%41.67
%54.17
%90.59

Codes

Color #180E0B in popluar color models

180E0B
RGB241411
HSL14°37.14%6.86%
HSB/HSV14°54.17%9.41%
CMYK0.00%41.67%54.17%
90.59%

Color #180E0B in popluar number systems.

HEX180E0B
Decimal241411
Binary1100011101011
Octal301613

Shades and tints

Shades of #180E0B

#180E0B
(24,14,11)
#160D0A
(22,13,10)
#140C09
(20,12,9)
#120B08
(18,11,8)
#100A07
(16,10,7)
#0E0906
(14,9,6)
#0C0805
(12,8,5)
#0A0704
(10,7,4)
#080603
(8,6,3)
#060502
(6,5,2)
#040401
(4,4,1)
#000000
(0,0,0)

Tints of #180E0B

#180E0B
(24,14,11)
#2D2321
(45,35,33)
#423837
(66,56,55)
#574D4D
(87,77,77)
#6C6263
(108,98,99)
#817779
(129,119,121)
#968C8F
(150,140,143)
#ABA1A5
(171,161,165)
#C0B6BB
(192,182,187)
#D5CBD1
(213,203,209)
#EAE0E7
(234,224,231)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #180E0B; }

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

This text font color is #180E0B.


Background Color

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

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

This div background color is #180E0B.


Border color

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

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

This div border color is #180E0B.


Opacity

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

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

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

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

This text has shadow with #180E0B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #180E0B on black background.


Color preview on white background

This text has color #180E0B on white background.



Black color preview on #180E0B background

This text has black color on #180E0B background.


White color preview on #180E0B background

This text has white color on #180E0B background.