COLOR #181E37

HEX: #181E37
RGB: (24,30,55)

Color info

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

RGB color model

#181E37 color RGB value is (24,30,55).

  • red value is 24;
  • green value is 30;
  • blue value is 55.
RGB:
(24,30,55)
(9%,12%,22%)

RGB channels and saturation

R 24 of 255 = 9%
G 30 of 255 = 12%
B 55 of 255 = 22%

24
30
55

R + G + B ~ 14%. #181E37 is dark color.

Portions of RGB colors in percentages

R + G + B =
24 + 30 + 55 = 109 (100%)
R 24 of 109 ~ 22.02%
G 30 of 109 ~ 27.52%
B 55 of 109 ~ 50.46%

%22.02
%27.52
%50.46

CMYK color model

#181E37 color CMYK value is (56,45,0,78).

  • cyan value is 56.36%
  • magenta value is 45.45%
  • yellow value is 0.00%
  • key color value is 78.43%
CMYK:
(56,45,0,78)
C56M45Y0K78 
(56%,45%,0%,78%)
(0.56/0.45/0.00/0.78)	

CMYK percentages

%56.36
%45.45
%0
%78.43

Codes

Color #181E37 in popluar color models

181E37
RGB243055
HSL228°39.24%15.49%
HSB/HSV228°56.36%21.57%
CMYK56.36%45.45%0.00%
78.43%

Color #181E37 in popluar number systems.

HEX181E37
Decimal243055
Binary1100011110110111
Octal303667

Shades and tints

Shades of #181E37

#181E37
(24,30,55)
#161C32
(22,28,50)
#141A2D
(20,26,45)
#121828
(18,24,40)
#101623
(16,22,35)
#0E141E
(14,20,30)
#0C1219
(12,18,25)
#0A1014
(10,16,20)
#080E0F
(8,14,15)
#060C0A
(6,12,10)
#040A05
(4,10,5)
#000000
(0,0,0)

Tints of #181E37

#181E37
(24,30,55)
#2D3249
(45,50,73)
#42465B
(66,70,91)
#575A6D
(87,90,109)
#6C6E7F
(108,110,127)
#818291
(129,130,145)
#9696A3
(150,150,163)
#ABAAB5
(171,170,181)
#C0BEC7
(192,190,199)
#D5D2D9
(213,210,217)
#EAE6EB
(234,230,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #181E37 color. Also use rgb(24,30,55) instead hex code.

Text Font Color

.myTextColor { color: #181E37; }

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

This text font color is #181E37.


Background Color

.myBgColor { background-color: #181E37; }

<div style="background-color:#181E37">Inner text</div>

This div background color is #181E37.


Border color

.myBorderColor { border: 1px solid #181E37; }

<div style="border:3px solid #181E37">Div</div>

This div border color is #181E37.


Opacity

.myOpacity80 { color: #181E37; opacity: 0.8; }

<p style="color:#181E37;opacity:0.8;">80%</p>

Text with #181E37 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 #181E37;}

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

This text has shadow with #181E37 color.

.textShadow {text-shadow: 3px 3px 1px #181E37, 3px 3px 1px red;}

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

This text has shadow with #181E37 primary color and red secondary color.


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

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

This text has shadow with #181E37 and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #181E37 on black background.


Color preview on white background

This text has color #181E37 on white background.



Black color preview on #181E37 background

This text has black color on #181E37 background.


White color preview on #181E37 background

This text has white color on #181E37 background.