COLOR #180E0A

HEX: #180E0A
RGB: (24,14,10)

Color info

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

RGB color model

#180E0A color RGB value is (24,14,10).

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

RGB channels and saturation

R 24 of 255 = 9%
G 14 of 255 = 5%
B 10 of 255 = 4%

24
14
10

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

Portions of RGB colors in percentages

R + G + B =
24 + 14 + 10 = 48 (100%)
R 24 of 48 ~ 50%
G 14 of 48 ~ 29.17%
B 10 of 48 ~ 20.83%

%50
%29.17
%20.83

CMYK color model

#180E0A color CMYK value is (0,42,58,91).

  • cyan value is 0.00%
  • magenta value is 41.67%
  • yellow value is 58.33%
  • key color value is 90.59%
CMYK:
(0,42,58,91)
C0M42Y58K91 
(0%,42%,58%,91%)
(0.00/0.42/0.58/0.91)	

CMYK percentages

%0
%41.67
%58.33
%90.59

Codes

Color #180E0A in popluar color models

180E0A
RGB241410
HSL17°41.18%6.67%
HSB/HSV17°58.33%9.41%
CMYK0.00%41.67%58.33%
90.59%

Color #180E0A in popluar number systems.

HEX180E0A
Decimal241410
Binary1100011101010
Octal301612

Shades and tints

Shades of #180E0A

#180E0A
(24,14,10)
#160D0A
(22,13,10)
#140C0A
(20,12,10)
#120B0A
(18,11,10)
#100A0A
(16,10,10)
#0E090A
(14,9,10)
#0C080A
(12,8,10)
#0A070A
(10,7,10)
#08060A
(8,6,10)
#06050A
(6,5,10)
#04040A
(4,4,10)
#000000
(0,0,0)

Tints of #180E0A

#180E0A
(24,14,10)
#2D2320
(45,35,32)
#423836
(66,56,54)
#574D4C
(87,77,76)
#6C6262
(108,98,98)
#817778
(129,119,120)
#968C8E
(150,140,142)
#ABA1A4
(171,161,164)
#C0B6BA
(192,182,186)
#D5CBD0
(213,203,208)
#EAE0E6
(234,224,230)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #180E0A; }

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

This text font color is #180E0A.


Background Color

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

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

This div background color is #180E0A.


Border color

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

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

This div border color is #180E0A.


Opacity

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

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

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

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

This text has shadow with #180E0A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #180E0A on black background.


Color preview on white background

This text has color #180E0A on white background.



Black color preview on #180E0A background

This text has black color on #180E0A background.


White color preview on #180E0A background

This text has white color on #180E0A background.