COLOR #180C0B

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

Color info

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

RGB color model

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

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

RGB channels and saturation

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

24
12
11

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

Portions of RGB colors in percentages

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

%51.06
%25.53
%23.4

CMYK color model

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

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

CMYK percentages

%0
%50
%54.17
%90.59

Codes

Color #180C0B in popluar color models

180C0B
RGB241211
HSL37.14%6.86%
HSB/HSV54.17%9.41%
CMYK0.00%50.00%54.17%
90.59%

Color #180C0B in popluar number systems.

HEX180C0B
Decimal241211
Binary1100011001011
Octal301413

Shades and tints

Shades of #180C0B

#180C0B
(24,12,11)
#160B0A
(22,11,10)
#140A09
(20,10,9)
#120908
(18,9,8)
#100807
(16,8,7)
#0E0706
(14,7,6)
#0C0605
(12,6,5)
#0A0504
(10,5,4)
#080403
(8,4,3)
#060302
(6,3,2)
#040201
(4,2,1)
#000000
(0,0,0)

Tints of #180C0B

#180C0B
(24,12,11)
#2D2221
(45,34,33)
#423837
(66,56,55)
#574E4D
(87,78,77)
#6C6463
(108,100,99)
#817A79
(129,122,121)
#96908F
(150,144,143)
#ABA6A5
(171,166,165)
#C0BCBB
(192,188,187)
#D5D2D1
(213,210,209)
#EAE8E7
(234,232,231)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #180C0B; }

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

This text font color is #180C0B.


Background Color

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

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

This div background color is #180C0B.


Border color

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

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

This div border color is #180C0B.


Opacity

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

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

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

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

This text has shadow with #180C0B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #180C0B on black background.


Color preview on white background

This text has color #180C0B on white background.



Black color preview on #180C0B background

This text has black color on #180C0B background.


White color preview on #180C0B background

This text has white color on #180C0B background.