COLOR #18243E

HEX: #18243E RGB: (24,36,62)

Color info

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

RGB color model

#18243E color RGB value is (24,36,62).

RGB: (24,36,62) (9%, 14%, 24%)

RGB channels and saturation

R 24 of 255 = 9%
G 36 of 255 = 14%
B 62 of 255 = 24%

24
36
62

R + G + B ~ 16%. #18243E is dark color.

Portions of RGB colors in percentages

R + G + B = 24 + 36 + 62 = 122 (100%)
R 24 of 122 ~ 19.67%
G 36 of 122 ~ 29.51%
B 62 of 122 ~ 50.82'%

%19.67
%29.51
%50.82

CMYK color model

#18243E color CMYK value is (61,42,0,76).

  • cyan value is 61.29%
  • magenta value is 41.94%
  • yellow value is 0.00%
  • key color value is 75.69%

CMYK: (61,42,0,76)
C61M42Y0K76 (61%, 42%, 0%, 76%)
(0.61 / 0.42 / 0.00 / 0.76)

CMYK percentages

%61.29
%41.94
%0
%75.69

Codes

Color #18243E in popluar color models

18 24 3E
RGB 24 36 62
HSL 221° 44.19% 16.86%
HSB/HSV 221° 61.29% 24.31%
CMYK 61.29% 41.94% 0.00%
75.69%

Color #18243E in popluar number systems.

HEX 18 24 3E
Decimal 24 36 62
Binary 11000 100100 111110
Octal 30 44 76

Shades and tints

Shades of #18243E

#18243E
(24,36,62)
#162139
(22,33,57)
#141E34
(20,30,52)
#121B2F
(18,27,47)
#10182A
(16,24,42)
#0E1525
(14,21,37)
#0C1220
(12,18,32)
#0A0F1B
(10,15,27)
#080C16
(8,12,22)
#060911
(6,9,17)
#04060C
(4,6,12)
#000000
(0,0,0)

Tints of #18243E

#18243E
(24,36,62)
#2D374F
(45,55,79)
#424A60
(66,74,96)
#575D71
(87,93,113)
#6C7082
(108,112,130)
#818393
(129,131,147)
#9696A4
(150,150,164)
#ABA9B5
(171,169,181)
#C0BCC6
(192,188,198)
#D5CFD7
(213,207,215)
#EAE2E8
(234,226,232)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #18243E; }

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

This text font color is #18243E.

Background Color

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

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

This div background color is #18243E.

Border color

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

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

This div border color is #18243E.

Opacity

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

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

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

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

This text has shadow with #18243E color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #18243E.

Preview

Color preview on black background

This text has color #18243E on black background.


Color preview on white background

This text has color #18243E on white background.


Black color preview on #18243E background

This text has black color on #18243E background.


White color preview on #18243E background

This text has white color on #18243E background.


Related colors

Complementary color

Complementary color for #hex is #E7DBC1.


I love getcolorcode.com

Triadic colors

1 #3E1824 and #243E18 with #18243E are triadic colors.

2 #3E2418 and #24183E with #18243E are triadic colors.