COLOR #18393C

HEX: #18393C
RGB: (24,57,60)

Color info

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

RGB color model

#18393C color RGB value is (24,57,60).

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

RGB channels and saturation

R 24 of 255 = 9%
G 57 of 255 = 22%
B 60 of 255 = 24%

24
57
60

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

Portions of RGB colors in percentages

R + G + B =
24 + 57 + 60 = 141 (100%)
R 24 of 141 ~ 17.02%
G 57 of 141 ~ 40.43%
B 60 of 141 ~ 42.55%

%17.02
%40.43
%42.55

CMYK color model

#18393C color CMYK value is (60,5,0,76).

  • cyan value is 60.00%
  • magenta value is 5.00%
  • yellow value is 0.00%
  • key color value is 76.47%
CMYK:
(60,5,0,76)
C60M5Y0K76 
(60%,5%,0%,76%)
(0.60/0.05/0.00/0.76)	

CMYK percentages

%60
%5
%0
%76.47

Codes

Color #18393C in popluar color models

18393C
RGB245760
HSL185°42.86%16.47%
HSB/HSV185°60.00%23.53%
CMYK60.00%5.00%0.00%
76.47%

Color #18393C in popluar number systems.

HEX18393C
Decimal245760
Binary11000111001111100
Octal307174

Shades and tints

Shades of #18393C

#18393C
(24,57,60)
#163437
(22,52,55)
#142F32
(20,47,50)
#122A2D
(18,42,45)
#102528
(16,37,40)
#0E2023
(14,32,35)
#0C1B1E
(12,27,30)
#0A1619
(10,22,25)
#081114
(8,17,20)
#060C0F
(6,12,15)
#04070A
(4,7,10)
#000000
(0,0,0)

Tints of #18393C

#18393C
(24,57,60)
#2D4B4D
(45,75,77)
#425D5E
(66,93,94)
#576F6F
(87,111,111)
#6C8180
(108,129,128)
#819391
(129,147,145)
#96A5A2
(150,165,162)
#ABB7B3
(171,183,179)
#C0C9C4
(192,201,196)
#D5DBD5
(213,219,213)
#EAEDE6
(234,237,230)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #18393C; }

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

This text font color is #18393C.


Background Color

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

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

This div background color is #18393C.


Border color

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

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

This div border color is #18393C.


Opacity

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

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

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

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

This text has shadow with #18393C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #18393C on black background.


Color preview on white background

This text has color #18393C on white background.



Black color preview on #18393C background

This text has black color on #18393C background.


White color preview on #18393C background

This text has white color on #18393C background.