COLOR #182721

HEX: #182721 RGB: (24,39,33)

Color info

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

RGB color model

#182721 color RGB value is (24,39,33).

RGB: (24,39,33) (9%, 15%, 13%)

RGB channels and saturation

R 24 of 255 = 9%
G 39 of 255 = 15%
B 33 of 255 = 13%

24
39
33

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

Portions of RGB colors in percentages

R + G + B = 24 + 39 + 33 = 96 (100%)
R 24 of 96 ~ 25%
G 39 of 96 ~ 40.63%
B 33 of 96 ~ 34.38'%

%25
%40.63
%34.38

CMYK color model

#182721 color CMYK value is (38,0,15,85).

  • cyan value is 38.46%
  • magenta value is 0.00%
  • yellow value is 15.38%
  • key color value is 84.71%

CMYK: (38,0,15,85)
C38M0Y15K85 (38%, 0%, 15%, 85%)
(0.38 / 0.00 / 0.15 / 0.85)

CMYK percentages

%38.46
%0
%15.38
%84.71

Codes

Color #182721 in popluar color models

18 27 21
RGB 24 39 33
HSL 156° 23.81% 12.35%
HSB/HSV 156° 38.46% 15.29%
CMYK 38.46% 0.00% 15.38%
84.71%

Color #182721 in popluar number systems.

HEX 18 27 21
Decimal 24 39 33
Binary 11000 100111 100001
Octal 30 47 41

Shades and tints

Shades of #182721

#182721
(24,39,33)
#16241E
(22,36,30)
#14211B
(20,33,27)
#121E18
(18,30,24)
#101B15
(16,27,21)
#0E1812
(14,24,18)
#0C150F
(12,21,15)
#0A120C
(10,18,12)
#080F09
(8,15,9)
#060C06
(6,12,6)
#040903
(4,9,3)
#000000
(0,0,0)

Tints of #182721

#182721
(24,39,33)
#2D3A35
(45,58,53)
#424D49
(66,77,73)
#57605D
(87,96,93)
#6C7371
(108,115,113)
#818685
(129,134,133)
#969999
(150,153,153)
#ABACAD
(171,172,173)
#C0BFC1
(192,191,193)
#D5D2D5
(213,210,213)
#EAE5E9
(234,229,233)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #182721; }

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

This text font color is #182721.

Background Color

.myBgColor { background-color: #182721; }

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

This div background color is #182721.

Border color

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

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

This div border color is #182721.

Opacity

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

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

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

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

This text has shadow with #182721 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #182721.

Preview

Color preview on black background

This text has color #182721 on black background.


Color preview on white background

This text has color #182721 on white background.


Black color preview on #182721 background

This text has black color on #182721 background.


White color preview on #182721 background

This text has white color on #182721 background.


Related colors

Complementary color

Complementary color for #hex is #E7D8DE.


I love getcolorcode.com

Triadic colors

1 #211827 and #272118 with #182721 are triadic colors.

2 #212718 and #271821 with #182721 are triadic colors.