COLOR #18212F

HEX: #18212F
RGB: (24,33,47)

Color info

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

RGB color model

#18212F color RGB value is (24,33,47).

  • red value is 24;
  • green value is 33;
  • blue value is 47.
RGB:
(24,33,47)
(9%,13%,18%)

RGB channels and saturation

R 24 of 255 = 9%
G 33 of 255 = 13%
B 47 of 255 = 18%

24
33
47

R + G + B ~ 13%. #18212F is dark color.

Portions of RGB colors in percentages

R + G + B =
24 + 33 + 47 = 104 (100%)
R 24 of 104 ~ 23.08%
G 33 of 104 ~ 31.73%
B 47 of 104 ~ 45.19%

%23.08
%31.73
%45.19

CMYK color model

#18212F color CMYK value is (49,30,0,82).

  • cyan value is 48.94%
  • magenta value is 29.79%
  • yellow value is 0.00%
  • key color value is 81.57%
CMYK:
(49,30,0,82)
C49M30Y0K82 
(49%,30%,0%,82%)
(0.49/0.30/0.00/0.82)	

CMYK percentages

%48.94
%29.79
%0
%81.57

Codes

Color #18212F in popluar color models

18212F
RGB243347
HSL217°32.39%13.92%
HSB/HSV217°48.94%18.43%
CMYK48.94%29.79%0.00%
81.57%

Color #18212F in popluar number systems.

HEX18212F
Decimal243347
Binary11000100001101111
Octal304157

Shades and tints

Shades of #18212F

#18212F
(24,33,47)
#161E2B
(22,30,43)
#141B27
(20,27,39)
#121823
(18,24,35)
#10151F
(16,21,31)
#0E121B
(14,18,27)
#0C0F17
(12,15,23)
#0A0C13
(10,12,19)
#08090F
(8,9,15)
#06060B
(6,6,11)
#040307
(4,3,7)
#000000
(0,0,0)

Tints of #18212F

#18212F
(24,33,47)
#2D3541
(45,53,65)
#424953
(66,73,83)
#575D65
(87,93,101)
#6C7177
(108,113,119)
#818589
(129,133,137)
#96999B
(150,153,155)
#ABADAD
(171,173,173)
#C0C1BF
(192,193,191)
#D5D5D1
(213,213,209)
#EAE9E3
(234,233,227)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #18212F color. Also use rgb(24,33,47) instead hex code.

Text Font Color

.myTextColor { color: #18212F; }

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

This text font color is #18212F.


Background Color

.myBgColor { background-color: #18212F; }

<div style="background-color:#18212F">Inner text</div>

This div background color is #18212F.


Border color

.myBorderColor { border: 1px solid #18212F; }

<div style="border:3px solid #18212F">Div</div>

This div border color is #18212F.


Opacity

.myOpacity80 { color: #18212F; opacity: 0.8; }

<p style="color:#18212F;opacity:0.8;">80%</p>

Text with #18212F 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 #18212F;}

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

This text has shadow with #18212F color.

.textShadow {text-shadow: 3px 3px 1px #18212F, 3px 3px 1px red;}

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

This text has shadow with #18212F primary color and red secondary color.


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

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

This text has shadow with #18212F and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #18212F on black background.


Color preview on white background

This text has color #18212F on white background.



Black color preview on #18212F background

This text has black color on #18212F background.


White color preview on #18212F background

This text has white color on #18212F background.