COLOR #180C0D

HEX: #180C0D
RGB: (24,12,13)

Color info

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

RGB color model

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

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

RGB channels and saturation

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

24
12
13

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

Portions of RGB colors in percentages

R + G + B =
24 + 12 + 13 = 49 (100%)
R 24 of 49 ~ 48.98%
G 12 of 49 ~ 24.49%
B 13 of 49 ~ 26.53%

%48.98
%24.49
%26.53

CMYK color model

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

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

CMYK percentages

%0
%50
%45.83
%90.59

Codes

Color #180C0D in popluar color models

180C0D
RGB241213
HSL355°33.33%7.06%
HSB/HSV355°50.00%9.41%
CMYK0.00%50.00%45.83%
90.59%

Color #180C0D in popluar number systems.

HEX180C0D
Decimal241213
Binary1100011001101
Octal301415

Shades and tints

Shades of #180C0D

#180C0D
(24,12,13)
#160B0C
(22,11,12)
#140A0B
(20,10,11)
#12090A
(18,9,10)
#100809
(16,8,9)
#0E0708
(14,7,8)
#0C0607
(12,6,7)
#0A0506
(10,5,6)
#080405
(8,4,5)
#060304
(6,3,4)
#040203
(4,2,3)
#000000
(0,0,0)

Tints of #180C0D

#180C0D
(24,12,13)
#2D2223
(45,34,35)
#423839
(66,56,57)
#574E4F
(87,78,79)
#6C6465
(108,100,101)
#817A7B
(129,122,123)
#969091
(150,144,145)
#ABA6A7
(171,166,167)
#C0BCBD
(192,188,189)
#D5D2D3
(213,210,211)
#EAE8E9
(234,232,233)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #180C0D; }

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

This text font color is #180C0D.


Background Color

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

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

This div background color is #180C0D.


Border color

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

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

This div border color is #180C0D.


Opacity

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

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

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

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

This text has shadow with #180C0D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #180C0D on black background.


Color preview on white background

This text has color #180C0D on white background.



Black color preview on #180C0D background

This text has black color on #180C0D background.


White color preview on #180C0D background

This text has white color on #180C0D background.