COLOR #18364F

HEX: #18364F
RGB: (24,54,79)

Color info

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

RGB color model

#18364F color RGB value is (24,54,79).

  • red value is 24;
  • green value is 54;
  • blue value is 79.
RGB:
(24,54,79)
(9%,21%,31%)

RGB channels and saturation

R 24 of 255 = 9%
G 54 of 255 = 21%
B 79 of 255 = 31%

24
54
79

R + G + B ~ 20%. #18364F is dark color.

Portions of RGB colors in percentages

R + G + B =
24 + 54 + 79 = 157 (100%)
R 24 of 157 ~ 15.29%
G 54 of 157 ~ 34.39%
B 79 of 157 ~ 50.32%

%15.29
%34.39
%50.32

CMYK color model

#18364F color CMYK value is (70,32,0,69).

  • cyan value is 69.62%
  • magenta value is 31.65%
  • yellow value is 0.00%
  • key color value is 69.02%
CMYK:
(70,32,0,69)
C70M32Y0K69 
(70%,32%,0%,69%)
(0.70/0.32/0.00/0.69)	

CMYK percentages

%69.62
%31.65
%0
%69.02

Codes

Color #18364F in popluar color models

18364F
RGB245479
HSL207°53.40%20.20%
HSB/HSV207°69.62%30.98%
CMYK69.62%31.65%0.00%
69.02%

Color #18364F in popluar number systems.

HEX18364F
Decimal245479
Binary110001101101001111
Octal3066117

Shades and tints

Shades of #18364F

#18364F
(24,54,79)
#163248
(22,50,72)
#142E41
(20,46,65)
#122A3A
(18,42,58)
#102633
(16,38,51)
#0E222C
(14,34,44)
#0C1E25
(12,30,37)
#0A1A1E
(10,26,30)
#081617
(8,22,23)
#061210
(6,18,16)
#040E09
(4,14,9)
#000000
(0,0,0)

Tints of #18364F

#18364F
(24,54,79)
#2D485F
(45,72,95)
#425A6F
(66,90,111)
#576C7F
(87,108,127)
#6C7E8F
(108,126,143)
#81909F
(129,144,159)
#96A2AF
(150,162,175)
#ABB4BF
(171,180,191)
#C0C6CF
(192,198,207)
#D5D8DF
(213,216,223)
#EAEAEF
(234,234,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #18364F color. Also use rgb(24,54,79) instead hex code.

Text Font Color

.myTextColor { color: #18364F; }

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

This text font color is #18364F.


Background Color

.myBgColor { background-color: #18364F; }

<div style="background-color:#18364F">Inner text</div>

This div background color is #18364F.


Border color

.myBorderColor { border: 1px solid #18364F; }

<div style="border:3px solid #18364F">Div</div>

This div border color is #18364F.


Opacity

.myOpacity80 { color: #18364F; opacity: 0.8; }

<p style="color:#18364F;opacity:0.8;">80%</p>

Text with #18364F 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 #18364F;}

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

This text has shadow with #18364F color.

.textShadow {text-shadow: 3px 3px 1px #18364F, 3px 3px 1px red;}

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

This text has shadow with #18364F primary color and red secondary color.


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

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

This text has shadow with #18364F and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #18364F on black background.


Color preview on white background

This text has color #18364F on white background.



Black color preview on #18364F background

This text has black color on #18364F background.


White color preview on #18364F background

This text has white color on #18364F background.