COLOR #182021

HEX: #182021 RGB: (24,32,33)

Color info

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

RGB color model

#182021 color RGB value is (24,32,33).

RGB: (24,32,33) (9%, 13%, 13%)

RGB channels and saturation

R 24 of 255 = 9%
G 32 of 255 = 13%
B 33 of 255 = 13%

24
32
33

R + G + B ~ 12%. #182021 is dark color.

Portions of RGB colors in percentages

R + G + B = 24 + 32 + 33 = 89 (100%)
R 24 of 89 ~ 26.97%
G 32 of 89 ~ 35.96%
B 33 of 89 ~ 37.08'%

%26.97
%35.96
%37.08

CMYK color model

#182021 color CMYK value is (27,3,0,87).

  • cyan value is 27.27%
  • magenta value is 3.03%
  • yellow value is 0.00%
  • key color value is 87.06%

CMYK: (27,3,0,87)
C27M3Y0K87 (27%, 3%, 0%, 87%)
(0.27 / 0.03 / 0.00 / 0.87)

CMYK percentages

%27.27
%3.03
%0
%87.06

Codes

Color #182021 in popluar color models

18 20 21
RGB 24 32 33
HSL 187° 15.79% 11.18%
HSB/HSV 187° 27.27% 12.94%
CMYK 27.27% 3.03% 0.00%
87.06%

Color #182021 in popluar number systems.

HEX 18 20 21
Decimal 24 32 33
Binary 11000 100000 100001
Octal 30 40 41

Shades and tints

Shades of #182021

#182021
(24,32,33)
#161E1E
(22,30,30)
#141C1B
(20,28,27)
#121A18
(18,26,24)
#101815
(16,24,21)
#0E1612
(14,22,18)
#0C140F
(12,20,15)
#0A120C
(10,18,12)
#081009
(8,16,9)
#060E06
(6,14,6)
#040C03
(4,12,3)
#000000
(0,0,0)

Tints of #182021

#182021
(24,32,33)
#2D3435
(45,52,53)
#424849
(66,72,73)
#575C5D
(87,92,93)
#6C7071
(108,112,113)
#818485
(129,132,133)
#969899
(150,152,153)
#ABACAD
(171,172,173)
#C0C0C1
(192,192,193)
#D5D4D5
(213,212,213)
#EAE8E9
(234,232,233)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #182021; }

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

This text font color is #182021.

Background Color

.myBgColor { background-color: #182021; }

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

This div background color is #182021.

Border color

.myBorderColor { border: 1px solid #182021; }

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

This div border color is #182021.

Opacity

.myOpacity80 { color: #182021; opacity: 0.8; }

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

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

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

This text has shadow with #182021 color.


.textShadow {text-shadow: 3px 3px 1px #182021', 3px 3px 1px red;}

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

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


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

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

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

Div box shadow color

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

/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #182021; -webkit-box-shadow: 1px 1px 3px 2px #182021; box-shadow:1px 1px 3px 2px #182021;">
Div content here
</div>

This div box has shadow with color #182021.

Preview

Color preview on black background

This text has color #182021 on black background.


Color preview on white background

This text has color #182021 on white background.


Black color preview on #182021 background

This text has black color on #182021 background.


White color preview on #182021 background

This text has white color on #182021 background.


Related colors

Complementary color

Complementary color for #hex is #E7DFDE.


I love getcolorcode.com

Triadic colors

1 #211820 and #202118 with #182021 are triadic colors.

2 #212018 and #201821 with #182021 are triadic colors.