COLOR #180D14

HEX: #180D14
RGB: (24,13,20)

Color info

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

RGB color model

#180D14 color RGB value is (24,13,20).

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

RGB channels and saturation

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

24
13
20

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

Portions of RGB colors in percentages

R + G + B =
24 + 13 + 20 = 57 (100%)
R 24 of 57 ~ 42.11%
G 13 of 57 ~ 22.81%
B 20 of 57 ~ 35.09%

%42.11
%22.81
%35.09

CMYK color model

#180D14 color CMYK value is (0,46,17,91).

  • cyan value is 0.00%
  • magenta value is 45.83%
  • yellow value is 16.67%
  • key color value is 90.59%
CMYK:
(0,46,17,91)
C0M46Y17K91 
(0%,46%,17%,91%)
(0.00/0.46/0.17/0.91)	

CMYK percentages

%0
%45.83
%16.67
%90.59

Codes

Color #180D14 in popluar color models

180D14
RGB241320
HSL322°29.73%7.25%
HSB/HSV322°45.83%9.41%
CMYK0.00%45.83%16.67%
90.59%

Color #180D14 in popluar number systems.

HEX180D14
Decimal241320
Binary11000110110100
Octal301524

Shades and tints

Shades of #180D14

#180D14
(24,13,20)
#160C13
(22,12,19)
#140B12
(20,11,18)
#120A11
(18,10,17)
#100910
(16,9,16)
#0E080F
(14,8,15)
#0C070E
(12,7,14)
#0A060D
(10,6,13)
#08050C
(8,5,12)
#06040B
(6,4,11)
#04030A
(4,3,10)
#000000
(0,0,0)

Tints of #180D14

#180D14
(24,13,20)
#2D2329
(45,35,41)
#42393E
(66,57,62)
#574F53
(87,79,83)
#6C6568
(108,101,104)
#817B7D
(129,123,125)
#969192
(150,145,146)
#ABA7A7
(171,167,167)
#C0BDBC
(192,189,188)
#D5D3D1
(213,211,209)
#EAE9E6
(234,233,230)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #180D14; }

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

This text font color is #180D14.


Background Color

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

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

This div background color is #180D14.


Border color

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

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

This div border color is #180D14.


Opacity

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

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

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

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

This text has shadow with #180D14 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #180D14 on black background.


Color preview on white background

This text has color #180D14 on white background.



Black color preview on #180D14 background

This text has black color on #180D14 background.


White color preview on #180D14 background

This text has white color on #180D14 background.