COLOR #18464E

HEX: #18464E
RGB: (24,70,78)

Color info

#18464E contains red, green and blue colors in about the same proportion. Web safe color of #18464E is #003366 (or #036).

RGB color model

#18464E color RGB value is (24,70,78).

  • red value is 24;
  • green value is 70;
  • blue value is 78.
RGB:
(24,70,78)
(9%,27%,31%)

RGB channels and saturation

R 24 of 255 = 9%
G 70 of 255 = 27%
B 78 of 255 = 31%

24
70
78

R + G + B ~ 22%. #18464E is dark color.

Portions of RGB colors in percentages

R + G + B =
24 + 70 + 78 = 172 (100%)
R 24 of 172 ~ 13.95%
G 70 of 172 ~ 40.7%
B 78 of 172 ~ 45.35%

%13.95
%40.7
%45.35

CMYK color model

#18464E color CMYK value is (69,10,0,69).

  • cyan value is 69.23%
  • magenta value is 10.26%
  • yellow value is 0.00%
  • key color value is 69.41%
CMYK:
(69,10,0,69)
C69M10Y0K69 
(69%,10%,0%,69%)
(0.69/0.10/0.00/0.69)	

CMYK percentages

%69.23
%10.26
%0
%69.41

Codes

Color #18464E in popluar color models

18464E
RGB247078
HSL189°52.94%20.00%
HSB/HSV189°69.23%30.59%
CMYK69.23%10.26%0.00%
69.41%

Color #18464E in popluar number systems.

HEX18464E
Decimal247078
Binary1100010001101001110
Octal30106116

Shades and tints

Shades of #18464E

#18464E
(24,70,78)
#164047
(22,64,71)
#143A40
(20,58,64)
#123439
(18,52,57)
#102E32
(16,46,50)
#0E282B
(14,40,43)
#0C2224
(12,34,36)
#0A1C1D
(10,28,29)
#081616
(8,22,22)
#06100F
(6,16,15)
#040A08
(4,10,8)
#000000
(0,0,0)

Tints of #18464E

#18464E
(24,70,78)
#2D565E
(45,86,94)
#42666E
(66,102,110)
#57767E
(87,118,126)
#6C868E
(108,134,142)
#81969E
(129,150,158)
#96A6AE
(150,166,174)
#ABB6BE
(171,182,190)
#C0C6CE
(192,198,206)
#D5D6DE
(213,214,222)
#EAE6EE
(234,230,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #18464E color. Also use rgb(24,70,78) instead hex code.

Text Font Color

.myTextColor { color: #18464E; }

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

This text font color is #18464E.


Background Color

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

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

This div background color is #18464E.


Border color

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

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

This div border color is #18464E.


Opacity

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

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

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

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

This text has shadow with #18464E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #18464E on black background.


Color preview on white background

This text has color #18464E on white background.



Black color preview on #18464E background

This text has black color on #18464E background.


White color preview on #18464E background

This text has white color on #18464E background.