COLOR #18363C

HEX: #18363C
RGB: (24,54,60)

Color info

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

RGB color model

#18363C color RGB value is (24,54,60).

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

RGB channels and saturation

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

24
54
60

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

Portions of RGB colors in percentages

R + G + B =
24 + 54 + 60 = 138 (100%)
R 24 of 138 ~ 17.39%
G 54 of 138 ~ 39.13%
B 60 of 138 ~ 43.48%

%17.39
%39.13
%43.48

CMYK color model

#18363C color CMYK value is (60,10,0,76).

  • cyan value is 60.00%
  • magenta value is 10.00%
  • yellow value is 0.00%
  • key color value is 76.47%
CMYK:
(60,10,0,76)
C60M10Y0K76 
(60%,10%,0%,76%)
(0.60/0.10/0.00/0.76)	

CMYK percentages

%60
%10
%0
%76.47

Codes

Color #18363C in popluar color models

18363C
RGB245460
HSL190°42.86%16.47%
HSB/HSV190°60.00%23.53%
CMYK60.00%10.00%0.00%
76.47%

Color #18363C in popluar number systems.

HEX18363C
Decimal245460
Binary11000110110111100
Octal306674

Shades and tints

Shades of #18363C

#18363C
(24,54,60)
#163237
(22,50,55)
#142E32
(20,46,50)
#122A2D
(18,42,45)
#102628
(16,38,40)
#0E2223
(14,34,35)
#0C1E1E
(12,30,30)
#0A1A19
(10,26,25)
#081614
(8,22,20)
#06120F
(6,18,15)
#040E0A
(4,14,10)
#000000
(0,0,0)

Tints of #18363C

#18363C
(24,54,60)
#2D484D
(45,72,77)
#425A5E
(66,90,94)
#576C6F
(87,108,111)
#6C7E80
(108,126,128)
#819091
(129,144,145)
#96A2A2
(150,162,162)
#ABB4B3
(171,180,179)
#C0C6C4
(192,198,196)
#D5D8D5
(213,216,213)
#EAEAE6
(234,234,230)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #18363C; }

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

This text font color is #18363C.


Background Color

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

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

This div background color is #18363C.


Border color

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

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

This div border color is #18363C.


Opacity

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

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

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

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

This text has shadow with #18363C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #18363C on black background.


Color preview on white background

This text has color #18363C on white background.



Black color preview on #18363C background

This text has black color on #18363C background.


White color preview on #18363C background

This text has white color on #18363C background.