COLOR #180C0C

HEX: #180C0C
RGB: (24,12,12)

Color info

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

RGB color model

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

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

RGB channels and saturation

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

24
12
12

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

Portions of RGB colors in percentages

R + G + B =
24 + 12 + 12 = 48 (100%)
R 24 of 48 ~ 50%
G 12 of 48 ~ 25%
B 12 of 48 ~ 25%

%50
%25
%25

CMYK color model

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

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

CMYK percentages

%0
%50
%50
%90.59

Codes

Color #180C0C in popluar color models

180C0C
RGB241212
HSL33.33%7.06%
HSB/HSV50.00%9.41%
CMYK0.00%50.00%50.00%
90.59%

Color #180C0C in popluar number systems.

HEX180C0C
Decimal241212
Binary1100011001100
Octal301414

Shades and tints

Shades of #180C0C

#180C0C
(24,12,12)
#160B0B
(22,11,11)
#140A0A
(20,10,10)
#120909
(18,9,9)
#100808
(16,8,8)
#0E0707
(14,7,7)
#0C0606
(12,6,6)
#0A0505
(10,5,5)
#080404
(8,4,4)
#060303
(6,3,3)
#040202
(4,2,2)
#000000
(0,0,0)

Tints of #180C0C

#180C0C
(24,12,12)
#2D2222
(45,34,34)
#423838
(66,56,56)
#574E4E
(87,78,78)
#6C6464
(108,100,100)
#817A7A
(129,122,122)
#969090
(150,144,144)
#ABA6A6
(171,166,166)
#C0BCBC
(192,188,188)
#D5D2D2
(213,210,210)
#EAE8E8
(234,232,232)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #180C0C; }

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

This text font color is #180C0C.


Background Color

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

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

This div background color is #180C0C.


Border color

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

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

This div border color is #180C0C.


Opacity

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

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

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

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

This text has shadow with #180C0C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #180C0C on black background.


Color preview on white background

This text has color #180C0C on white background.



Black color preview on #180C0C background

This text has black color on #180C0C background.


White color preview on #180C0C background

This text has white color on #180C0C background.