COLOR #18363E

HEX: #18363E
RGB: (24,54,62)

Color info

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

RGB color model

#18363E color RGB value is (24,54,62).

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

RGB channels and saturation

R 24 of 255 = 9%
G 54 of 255 = 21%
B 62 of 255 = 24%

24
54
62

R + G + B ~ 18%. #18363E is dark color.

Portions of RGB colors in percentages

R + G + B =
24 + 54 + 62 = 140 (100%)
R 24 of 140 ~ 17.14%
G 54 of 140 ~ 38.57%
B 62 of 140 ~ 44.29%

%17.14
%38.57
%44.29

CMYK color model

#18363E color CMYK value is (61,13,0,76).

  • cyan value is 61.29%
  • magenta value is 12.90%
  • yellow value is 0.00%
  • key color value is 75.69%
CMYK:
(61,13,0,76)
C61M13Y0K76 
(61%,13%,0%,76%)
(0.61/0.13/0.00/0.76)	

CMYK percentages

%61.29
%12.9
%0
%75.69

Codes

Color #18363E in popluar color models

18363E
RGB245462
HSL193°44.19%16.86%
HSB/HSV193°61.29%24.31%
CMYK61.29%12.90%0.00%
75.69%

Color #18363E in popluar number systems.

HEX18363E
Decimal245462
Binary11000110110111110
Octal306676

Shades and tints

Shades of #18363E

#18363E
(24,54,62)
#163239
(22,50,57)
#142E34
(20,46,52)
#122A2F
(18,42,47)
#10262A
(16,38,42)
#0E2225
(14,34,37)
#0C1E20
(12,30,32)
#0A1A1B
(10,26,27)
#081616
(8,22,22)
#061211
(6,18,17)
#040E0C
(4,14,12)
#000000
(0,0,0)

Tints of #18363E

#18363E
(24,54,62)
#2D484F
(45,72,79)
#425A60
(66,90,96)
#576C71
(87,108,113)
#6C7E82
(108,126,130)
#819093
(129,144,147)
#96A2A4
(150,162,164)
#ABB4B5
(171,180,181)
#C0C6C6
(192,198,198)
#D5D8D7
(213,216,215)
#EAEAE8
(234,234,232)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #18363E color. Also use rgb(24,54,62) instead hex code.

Text Font Color

.myTextColor { color: #18363E; }

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

This text font color is #18363E.


Background Color

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

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

This div background color is #18363E.


Border color

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

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

This div border color is #18363E.


Opacity

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

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

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

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

This text has shadow with #18363E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #18363E on black background.


Color preview on white background

This text has color #18363E on white background.



Black color preview on #18363E background

This text has black color on #18363E background.


White color preview on #18363E background

This text has white color on #18363E background.