COLOR #18424C

HEX: #18424C
RGB: (24,66,76)

Color info

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

RGB color model

#18424C color RGB value is (24,66,76).

  • red value is 24;
  • green value is 66;
  • blue value is 76.
RGB:
(24,66,76)
(9%,26%,30%)

RGB channels and saturation

R 24 of 255 = 9%
G 66 of 255 = 26%
B 76 of 255 = 30%

24
66
76

R + G + B ~ 22%. #18424C is dark color.

Portions of RGB colors in percentages

R + G + B =
24 + 66 + 76 = 166 (100%)
R 24 of 166 ~ 14.46%
G 66 of 166 ~ 39.76%
B 76 of 166 ~ 45.78%

%14.46
%39.76
%45.78

CMYK color model

#18424C color CMYK value is (68,13,0,70).

  • cyan value is 68.42%
  • magenta value is 13.16%
  • yellow value is 0.00%
  • key color value is 70.20%
CMYK:
(68,13,0,70)
C68M13Y0K70 
(68%,13%,0%,70%)
(0.68/0.13/0.00/0.70)	

CMYK percentages

%68.42
%13.16
%0
%70.2

Codes

Color #18424C in popluar color models

18424C
RGB246676
HSL192°52.00%19.61%
HSB/HSV192°68.42%29.80%
CMYK68.42%13.16%0.00%
70.20%

Color #18424C in popluar number systems.

HEX18424C
Decimal246676
Binary1100010000101001100
Octal30102114

Shades and tints

Shades of #18424C

#18424C
(24,66,76)
#163C46
(22,60,70)
#143640
(20,54,64)
#12303A
(18,48,58)
#102A34
(16,42,52)
#0E242E
(14,36,46)
#0C1E28
(12,30,40)
#0A1822
(10,24,34)
#08121C
(8,18,28)
#060C16
(6,12,22)
#040610
(4,6,16)
#000000
(0,0,0)

Tints of #18424C

#18424C
(24,66,76)
#2D535C
(45,83,92)
#42646C
(66,100,108)
#57757C
(87,117,124)
#6C868C
(108,134,140)
#81979C
(129,151,156)
#96A8AC
(150,168,172)
#ABB9BC
(171,185,188)
#C0CACC
(192,202,204)
#D5DBDC
(213,219,220)
#EAECEC
(234,236,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #18424C color. Also use rgb(24,66,76) instead hex code.

Text Font Color

.myTextColor { color: #18424C; }

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

This text font color is #18424C.


Background Color

.myBgColor { background-color: #18424C; }

<div style="background-color:#18424C">Inner text</div>

This div background color is #18424C.


Border color

.myBorderColor { border: 1px solid #18424C; }

<div style="border:3px solid #18424C">Div</div>

This div border color is #18424C.


Opacity

.myOpacity80 { color: #18424C; opacity: 0.8; }

<p style="color:#18424C;opacity:0.8;">80%</p>

Text with #18424C 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 #18424C;}

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

This text has shadow with #18424C color.

.textShadow {text-shadow: 3px 3px 1px #18424C, 3px 3px 1px red;}

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

This text has shadow with #18424C primary color and red secondary color.


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

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

This text has shadow with #18424C and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #18424C on black background.


Color preview on white background

This text has color #18424C on white background.



Black color preview on #18424C background

This text has black color on #18424C background.


White color preview on #18424C background

This text has white color on #18424C background.