COLOR #18364C

HEX: #18364C
RGB: (24,54,76)

Color info

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

RGB color model

#18364C color RGB value is (24,54,76).

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

RGB channels and saturation

R 24 of 255 = 9%
G 54 of 255 = 21%
B 76 of 255 = 30%

24
54
76

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

Portions of RGB colors in percentages

R + G + B =
24 + 54 + 76 = 154 (100%)
R 24 of 154 ~ 15.58%
G 54 of 154 ~ 35.06%
B 76 of 154 ~ 49.35%

%15.58
%35.06
%49.35

CMYK color model

#18364C color CMYK value is (68,29,0,70).

  • cyan value is 68.42%
  • magenta value is 28.95%
  • yellow value is 0.00%
  • key color value is 70.20%
CMYK:
(68,29,0,70)
C68M29Y0K70 
(68%,29%,0%,70%)
(0.68/0.29/0.00/0.70)	

CMYK percentages

%68.42
%28.95
%0
%70.2

Codes

Color #18364C in popluar color models

18364C
RGB245476
HSL205°52.00%19.61%
HSB/HSV205°68.42%29.80%
CMYK68.42%28.95%0.00%
70.20%

Color #18364C in popluar number systems.

HEX18364C
Decimal245476
Binary110001101101001100
Octal3066114

Shades and tints

Shades of #18364C

#18364C
(24,54,76)
#163246
(22,50,70)
#142E40
(20,46,64)
#122A3A
(18,42,58)
#102634
(16,38,52)
#0E222E
(14,34,46)
#0C1E28
(12,30,40)
#0A1A22
(10,26,34)
#08161C
(8,22,28)
#061216
(6,18,22)
#040E10
(4,14,16)
#000000
(0,0,0)

Tints of #18364C

#18364C
(24,54,76)
#2D485C
(45,72,92)
#425A6C
(66,90,108)
#576C7C
(87,108,124)
#6C7E8C
(108,126,140)
#81909C
(129,144,156)
#96A2AC
(150,162,172)
#ABB4BC
(171,180,188)
#C0C6CC
(192,198,204)
#D5D8DC
(213,216,220)
#EAEAEC
(234,234,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #18364C; }

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

This text font color is #18364C.


Background Color

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

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

This div background color is #18364C.


Border color

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

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

This div border color is #18364C.


Opacity

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

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

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

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

This text has shadow with #18364C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #18364C on black background.


Color preview on white background

This text has color #18364C on white background.



Black color preview on #18364C background

This text has black color on #18364C background.


White color preview on #18364C background

This text has white color on #18364C background.