COLOR #18241E

HEX: #18241E RGB: (24,36,30)

Color info

#18241E contains red, green and blue colors in about the same proportion. Web safe color of #18241E is #003333 (or #033).

RGB color model

#18241E color RGB value is (24,36,30).

RGB: (24,36,30) (9%, 14%, 12%)

RGB channels and saturation

R 24 of 255 = 9%
G 36 of 255 = 14%
B 30 of 255 = 12%

24
36
30

R + G + B ~ 12%. #18241E is dark color.

Portions of RGB colors in percentages

R + G + B = 24 + 36 + 30 = 90 (100%)
R 24 of 90 ~ 26.67%
G 36 of 90 ~ 40%
B 30 of 90 ~ 33.33'%

%26.67
%40
%33.33

CMYK color model

#18241E color CMYK value is (33,0,17,86).

  • cyan value is 33.33%
  • magenta value is 0.00%
  • yellow value is 16.67%
  • key color value is 85.88%

CMYK: (33,0,17,86)
C33M0Y17K86 (33%, 0%, 17%, 86%)
(0.33 / 0.00 / 0.17 / 0.86)

CMYK percentages

%33.33
%0
%16.67
%85.88

Codes

Color #18241E in popluar color models

18 24 1E
RGB 24 36 30
HSL 150° 20.00% 11.76%
HSB/HSV 150° 33.33% 14.12%
CMYK 33.33% 0.00% 16.67%
85.88%

Color #18241E in popluar number systems.

HEX 18 24 1E
Decimal 24 36 30
Binary 11000 100100 11110
Octal 30 44 36

Shades and tints

Shades of #18241E

#18241E
(24,36,30)
#16211C
(22,33,28)
#141E1A
(20,30,26)
#121B18
(18,27,24)
#101816
(16,24,22)
#0E1514
(14,21,20)
#0C1212
(12,18,18)
#0A0F10
(10,15,16)
#080C0E
(8,12,14)
#06090C
(6,9,12)
#04060A
(4,6,10)
#000000
(0,0,0)

Tints of #18241E

#18241E
(24,36,30)
#2D3732
(45,55,50)
#424A46
(66,74,70)
#575D5A
(87,93,90)
#6C706E
(108,112,110)
#818382
(129,131,130)
#969696
(150,150,150)
#ABA9AA
(171,169,170)
#C0BCBE
(192,188,190)
#D5CFD2
(213,207,210)
#EAE2E6
(234,226,230)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #18241E color. Also use rgb(24,36,30) instead hex code.

Text Font Color

.myTextColor { color: #18241E; }

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

This text font color is #18241E.

Background Color

.myBgColor { background-color: #18241E; }

<div style="background-color:#18241E">Inner text</div>

This div background color is #18241E.

Border color

.myBorderColor { border: 1px solid #18241E; }

<div style="border:3px solid #18241E">Div</div>

This div border color is #18241E.

Opacity

.myOpacity80 { color: #18241E; opacity: 0.8; }

<p style="color:#18241E;opacity:0.8;">80%</p>

Text with #18241E 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 #18241E;}

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

This text has shadow with #18241E color.


.textShadow {text-shadow: 3px 3px 1px #18241E', 3px 3px 1px red;}

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

This text has shadow with #18241E primary color and red secondary color.


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

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

This text has shadow with #18241E and red colors in old Internet Explorer.

Div box shadow color

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

/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #18241E; -webkit-box-shadow: 1px 1px 3px 2px #18241E; box-shadow:1px 1px 3px 2px #18241E;">
Div content here
</div>

This div box has shadow with color #18241E.

Preview

Color preview on black background

This text has color #18241E on black background.


Color preview on white background

This text has color #18241E on white background.


Black color preview on #18241E background

This text has black color on #18241E background.


White color preview on #18241E background

This text has white color on #18241E background.


Related colors

Complementary color

Complementary color for #hex is #E7DBE1.


I love getcolorcode.com

Triadic colors

1 #1E1824 and #241E18 with #18241E are triadic colors.

2 #1E2418 and #24181E with #18241E are triadic colors.