COLOR #18446D

HEX: #18446D
RGB: (24,68,109)

Color info

#18446D contains mainly green and blue colors. Web safe color of #18446D is #003366 (or #036).

RGB color model

#18446D color RGB value is (24,68,109).

  • red value is 24;
  • green value is 68;
  • blue value is 109.
RGB:
(24,68,109)
(9%,27%,43%)

RGB channels and saturation

R 24 of 255 = 9%
G 68 of 255 = 27%
B 109 of 255 = 43%

24
68
109

R + G + B ~ 26%. #18446D is quite dark color.

Portions of RGB colors in percentages

R + G + B =
24 + 68 + 109 = 201 (100%)
R 24 of 201 ~ 11.94%
G 68 of 201 ~ 33.83%
B 109 of 201 ~ 54.23%

%11.94
%33.83
%54.23

CMYK color model

#18446D color CMYK value is (78,38,0,57).

  • cyan value is 77.98%
  • magenta value is 37.61%
  • yellow value is 0.00%
  • key color value is 57.25%
CMYK:
(78,38,0,57)
C78M38Y0K57 
(78%,38%,0%,57%)
(0.78/0.38/0.00/0.57)	

CMYK percentages

%77.98
%37.61
%0
%57.25

Codes

Color #18446D in popluar color models

18446D
RGB2468109
HSL209°63.91%26.08%
HSB/HSV209°77.98%42.75%
CMYK77.98%37.61%0.00%
57.25%

Color #18446D in popluar number systems.

HEX18446D
Decimal2468109
Binary1100010001001101101
Octal30104155

Shades and tints

Shades of #18446D

#18446D
(24,68,109)
#163E64
(22,62,100)
#14385B
(20,56,91)
#123252
(18,50,82)
#102C49
(16,44,73)
#0E2640
(14,38,64)
#0C2037
(12,32,55)
#0A1A2E
(10,26,46)
#081425
(8,20,37)
#060E1C
(6,14,28)
#040813
(4,8,19)
#000000
(0,0,0)

Tints of #18446D

#18446D
(24,68,109)
#2D557A
(45,85,122)
#426687
(66,102,135)
#577794
(87,119,148)
#6C88A1
(108,136,161)
#8199AE
(129,153,174)
#96AABB
(150,170,187)
#ABBBC8
(171,187,200)
#C0CCD5
(192,204,213)
#D5DDE2
(213,221,226)
#EAEEEF
(234,238,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #18446D color. Also use rgb(24,68,109) instead hex code.

Text Font Color

.myTextColor { color: #18446D; }

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

This text font color is #18446D.


Background Color

.myBgColor { background-color: #18446D; }

<div style="background-color:#18446D">Inner text</div>

This div background color is #18446D.


Border color

.myBorderColor { border: 1px solid #18446D; }

<div style="border:3px solid #18446D">Div</div>

This div border color is #18446D.


Opacity

.myOpacity80 { color: #18446D; opacity: 0.8; }

<p style="color:#18446D;opacity:0.8;">80%</p>

Text with #18446D 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 #18446D;}

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

This text has shadow with #18446D color.

.textShadow {text-shadow: 3px 3px 1px #18446D, 3px 3px 1px red;}

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

This text has shadow with #18446D primary color and red secondary color.


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

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

This text has shadow with #18446D and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #18446D on black background.


Color preview on white background

This text has color #18446D on white background.



Black color preview on #18446D background

This text has black color on #18446D background.


White color preview on #18446D background

This text has white color on #18446D background.