COLOR #180C18

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

Color info

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

RGB color model

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

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

RGB channels and saturation

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

24
12
24

R + G + B ~ 8%. #180C18 is dark color.

Portions of RGB colors in percentages

R + G + B =
24 + 12 + 24 = 60 (100%)
R 24 of 60 ~ 40%
G 12 of 60 ~ 20%
B 24 of 60 ~ 40%

%40
%20
%40

CMYK color model

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

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

CMYK percentages

%0
%50
%0
%90.59

Codes

Color #180C18 in popluar color models

180C18
RGB241224
HSL300°33.33%7.06%
HSB/HSV300°50.00%9.41%
CMYK0.00%50.00%0.00%
90.59%

Color #180C18 in popluar number systems.

HEX180C18
Decimal241224
Binary11000110011000
Octal301430

Shades and tints

Shades of #180C18

#180C18
(24,12,24)
#160B16
(22,11,22)
#140A14
(20,10,20)
#120912
(18,9,18)
#100810
(16,8,16)
#0E070E
(14,7,14)
#0C060C
(12,6,12)
#0A050A
(10,5,10)
#080408
(8,4,8)
#060306
(6,3,6)
#040204
(4,2,4)
#000000
(0,0,0)

Tints of #180C18

#180C18
(24,12,24)
#2D222D
(45,34,45)
#423842
(66,56,66)
#574E57
(87,78,87)
#6C646C
(108,100,108)
#817A81
(129,122,129)
#969096
(150,144,150)
#ABA6AB
(171,166,171)
#C0BCC0
(192,188,192)
#D5D2D5
(213,210,213)
#EAE8EA
(234,232,234)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #180C18; }

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

This text font color is #180C18.


Background Color

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

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

This div background color is #180C18.


Border color

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

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

This div border color is #180C18.


Opacity

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

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

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

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

This text has shadow with #180C18 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #180C18 on black background.


Color preview on white background

This text has color #180C18 on white background.



Black color preview on #180C18 background

This text has black color on #180C18 background.


White color preview on #180C18 background

This text has white color on #180C18 background.