COLOR #181828

HEX: #181828
RGB: (24,24,40)

Color info

#181828 contains red, green and blue colors in about the same proportion. Web safe color of #181828 is #000033 (or #003).

RGB color model

#181828 color RGB value is (24,24,40).

  • red value is 24;
  • green value is 24;
  • blue value is 40.
RGB:
(24,24,40)
(9%,9%,16%)

RGB channels and saturation

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

24
24
40

R + G + B ~ 11%. #181828 is dark color.

Portions of RGB colors in percentages

R + G + B =
24 + 24 + 40 = 88 (100%)
R 24 of 88 ~ 27.27%
G 24 of 88 ~ 27.27%
B 40 of 88 ~ 45.45%

%27.27
%27.27
%45.45

CMYK color model

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

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

CMYK percentages

%40
%40
%0
%84.31

Codes

Color #181828 in popluar color models

181828
RGB242440
HSL240°25.00%12.55%
HSB/HSV240°40.00%15.69%
CMYK40.00%40.00%0.00%
84.31%

Color #181828 in popluar number systems.

HEX181828
Decimal242440
Binary1100011000101000
Octal303050

Shades and tints

Shades of #181828

#181828
(24,24,40)
#161625
(22,22,37)
#141422
(20,20,34)
#12121F
(18,18,31)
#10101C
(16,16,28)
#0E0E19
(14,14,25)
#0C0C16
(12,12,22)
#0A0A13
(10,10,19)
#080810
(8,8,16)
#06060D
(6,6,13)
#04040A
(4,4,10)
#000000
(0,0,0)

Tints of #181828

#181828
(24,24,40)
#2D2D3B
(45,45,59)
#42424E
(66,66,78)
#575761
(87,87,97)
#6C6C74
(108,108,116)
#818187
(129,129,135)
#96969A
(150,150,154)
#ABABAD
(171,171,173)
#C0C0C0
(192,192,192)
#D5D5D3
(213,213,211)
#EAEAE6
(234,234,230)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #181828; }

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

This text font color is #181828.


Background Color

.myBgColor { background-color: #181828; }

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

This div background color is #181828.


Border color

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

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

This div border color is #181828.


Opacity

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

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

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

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

This text has shadow with #181828 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #181828 on black background.


Color preview on white background

This text has color #181828 on white background.



Black color preview on #181828 background

This text has black color on #181828 background.


White color preview on #181828 background

This text has white color on #181828 background.