COLOR #182827

HEX: #182827 RGB: (24,40,39)

Color info

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

RGB color model

#182827 color RGB value is (24,40,39).

RGB: (24,40,39) (9%, 16%, 15%)

RGB channels and saturation

R 24 of 255 = 9%
G 40 of 255 = 16%
B 39 of 255 = 15%

24
40
39

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

Portions of RGB colors in percentages

R + G + B = 24 + 40 + 39 = 103 (100%)
R 24 of 103 ~ 23.3%
G 40 of 103 ~ 38.83%
B 39 of 103 ~ 37.86'%

%23.3
%38.83
%37.86

CMYK color model

#182827 color CMYK value is (40,0,2,84).

  • cyan value is 40.00%
  • magenta value is 0.00%
  • yellow value is 2.50%
  • key color value is 84.31%
CMYK: (40,0,2,84) C40M0Y2K84 (40%,0%,2%,84%) (0.40/0.00/0.02/0.84) 

CMYK percentages

%40
%0
%2.5
%84.31

Codes

Color #182827 in popluar color models

18 28 27
RGB 24 40 39
HSL 176° 25.00% 12.55%
HSB/HSV 176° 40.00% 15.69%
CMYK 40.00% 0.00% 2.50%
84.31%

Color #182827 in popluar number systems.

HEX 18 28 27
Decimal 24 40 39
Binary 11000 101000 100111
Octal 30 50 47

Shades and tints

Shades of #182827

#182827
(24,40,39)
#162524
(22,37,36)
#142221
(20,34,33)
#121F1E
(18,31,30)
#101C1B
(16,28,27)
#0E1918
(14,25,24)
#0C1615
(12,22,21)
#0A1312
(10,19,18)
#08100F
(8,16,15)
#060D0C
(6,13,12)
#040A09
(4,10,9)
#000000
(0,0,0)

Tints of #182827

#182827
(24,40,39)
#2D3B3A
(45,59,58)
#424E4D
(66,78,77)
#576160
(87,97,96)
#6C7473
(108,116,115)
#818786
(129,135,134)
#969A99
(150,154,153)
#ABADAC
(171,173,172)
#C0C0BF
(192,192,191)
#D5D3D2
(213,211,210)
#EAE6E5
(234,230,229)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #182827; }

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

This text font color is #182827.

Background Color

.myBgColor { background-color: #182827; }

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

This div background color is #182827.

Border color

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

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

This div border color is #182827.

Opacity

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

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

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

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

This text has shadow with #182827 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #182827.

Preview

Color preview on black background

This text has color #182827 on black background.


Color preview on white background

This text has color #182827 on white background.


Black color preview on #182827 background

This text has black color on #182827 background.


White color preview on #182827 background

This text has white color on #182827 background.


Related colors

Complementary color

Complementary color for #hex is #E7D7D8.


I love getcolorcode.com

Triadic colors

1 #271828 and #282718 with #182827 are triadic colors.

2 #272818 and #281827 with #182827 are triadic colors.