COLOR #18373D

HEX: #18373D
RGB: (24,55,61)

Color info

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

RGB color model

#18373D color RGB value is (24,55,61).

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

RGB channels and saturation

R 24 of 255 = 9%
G 55 of 255 = 22%
B 61 of 255 = 24%

24
55
61

R + G + B ~ 18%. #18373D is dark color.

Portions of RGB colors in percentages

R + G + B =
24 + 55 + 61 = 140 (100%)
R 24 of 140 ~ 17.14%
G 55 of 140 ~ 39.29%
B 61 of 140 ~ 43.57%

%17.14
%39.29
%43.57

CMYK color model

#18373D color CMYK value is (61,10,0,76).

  • cyan value is 60.66%
  • magenta value is 9.84%
  • yellow value is 0.00%
  • key color value is 76.08%
CMYK:
(61,10,0,76)
C61M10Y0K76 
(61%,10%,0%,76%)
(0.61/0.10/0.00/0.76)	

CMYK percentages

%60.66
%9.84
%0
%76.08

Codes

Color #18373D in popluar color models

18373D
RGB245561
HSL190°43.53%16.67%
HSB/HSV190°60.66%23.92%
CMYK60.66%9.84%0.00%
76.08%

Color #18373D in popluar number systems.

HEX18373D
Decimal245561
Binary11000110111111101
Octal306775

Shades and tints

Shades of #18373D

#18373D
(24,55,61)
#163238
(22,50,56)
#142D33
(20,45,51)
#12282E
(18,40,46)
#102329
(16,35,41)
#0E1E24
(14,30,36)
#0C191F
(12,25,31)
#0A141A
(10,20,26)
#080F15
(8,15,21)
#060A10
(6,10,16)
#04050B
(4,5,11)
#000000
(0,0,0)

Tints of #18373D

#18373D
(24,55,61)
#2D494E
(45,73,78)
#425B5F
(66,91,95)
#576D70
(87,109,112)
#6C7F81
(108,127,129)
#819192
(129,145,146)
#96A3A3
(150,163,163)
#ABB5B4
(171,181,180)
#C0C7C5
(192,199,197)
#D5D9D6
(213,217,214)
#EAEBE7
(234,235,231)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #18373D color. Also use rgb(24,55,61) instead hex code.

Text Font Color

.myTextColor { color: #18373D; }

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

This text font color is #18373D.


Background Color

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

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

This div background color is #18373D.


Border color

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

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

This div border color is #18373D.


Opacity

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

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

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

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

This text has shadow with #18373D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #18373D on black background.


Color preview on white background

This text has color #18373D on white background.



Black color preview on #18373D background

This text has black color on #18373D background.


White color preview on #18373D background

This text has white color on #18373D background.