COLOR #180C14

HEX: #180C14
RGB: (24,12,20)

Color info

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

RGB color model

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

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

RGB channels and saturation

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

24
12
20

R + G + B ~ 7%. #180C14 is dark color.

Portions of RGB colors in percentages

R + G + B =
24 + 12 + 20 = 56 (100%)
R 24 of 56 ~ 42.86%
G 12 of 56 ~ 21.43%
B 20 of 56 ~ 35.71%

%42.86
%21.43
%35.71

CMYK color model

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

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

CMYK percentages

%0
%50
%16.67
%90.59

Codes

Color #180C14 in popluar color models

180C14
RGB241220
HSL320°33.33%7.06%
HSB/HSV320°50.00%9.41%
CMYK0.00%50.00%16.67%
90.59%

Color #180C14 in popluar number systems.

HEX180C14
Decimal241220
Binary11000110010100
Octal301424

Shades and tints

Shades of #180C14

#180C14
(24,12,20)
#160B13
(22,11,19)
#140A12
(20,10,18)
#120911
(18,9,17)
#100810
(16,8,16)
#0E070F
(14,7,15)
#0C060E
(12,6,14)
#0A050D
(10,5,13)
#08040C
(8,4,12)
#06030B
(6,3,11)
#04020A
(4,2,10)
#000000
(0,0,0)

Tints of #180C14

#180C14
(24,12,20)
#2D2229
(45,34,41)
#42383E
(66,56,62)
#574E53
(87,78,83)
#6C6468
(108,100,104)
#817A7D
(129,122,125)
#969092
(150,144,146)
#ABA6A7
(171,166,167)
#C0BCBC
(192,188,188)
#D5D2D1
(213,210,209)
#EAE8E6
(234,232,230)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #180C14; }

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

This text font color is #180C14.


Background Color

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

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

This div background color is #180C14.


Border color

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

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

This div border color is #180C14.


Opacity

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

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

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

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

This text has shadow with #180C14 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #180C14 on black background.


Color preview on white background

This text has color #180C14 on white background.



Black color preview on #180C14 background

This text has black color on #180C14 background.


White color preview on #180C14 background

This text has white color on #180C14 background.