COLOR #121824

HEX: #121824
RGB: (18,24,36)

Color info

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

RGB color model

#121824 color RGB value is (18,24,36).

  • red value is 18;
  • green value is 24;
  • blue value is 36.
RGB:
(18,24,36)
(7%,9%,14%)

RGB channels and saturation

R 18 of 255 = 7%
G 24 of 255 = 9%
B 36 of 255 = 14%

18
24
36

R + G + B ~ 10%. #121824 is dark color.

Portions of RGB colors in percentages

R + G + B =
18 + 24 + 36 = 78 (100%)
R 18 of 78 ~ 23.08%
G 24 of 78 ~ 30.77%
B 36 of 78 ~ 46.15%

%23.08
%30.77
%46.15

CMYK color model

#121824 color CMYK value is (50,33,0,86).

  • cyan value is 50.00%
  • magenta value is 33.33%
  • yellow value is 0.00%
  • key color value is 85.88%
CMYK:
(50,33,0,86)
C50M33Y0K86 
(50%,33%,0%,86%)
(0.50/0.33/0.00/0.86)	

CMYK percentages

%50
%33.33
%0
%85.88

Codes

Color #121824 in popluar color models

121824
RGB182436
HSL220°33.33%10.59%
HSB/HSV220°50.00%14.12%
CMYK50.00%33.33%0.00%
85.88%

Color #121824 in popluar number systems.

HEX121824
Decimal182436
Binary1001011000100100
Octal223044

Shades and tints

Shades of #121824

#121824
(18,24,36)
#111621
(17,22,33)
#10141E
(16,20,30)
#0F121B
(15,18,27)
#0E1018
(14,16,24)
#0D0E15
(13,14,21)
#0C0C12
(12,12,18)
#0B0A0F
(11,10,15)
#0A080C
(10,8,12)
#090609
(9,6,9)
#080406
(8,4,6)
#000000
(0,0,0)

Tints of #121824

#121824
(18,24,36)
#272D37
(39,45,55)
#3C424A
(60,66,74)
#51575D
(81,87,93)
#666C70
(102,108,112)
#7B8183
(123,129,131)
#909696
(144,150,150)
#A5ABA9
(165,171,169)
#BAC0BC
(186,192,188)
#CFD5CF
(207,213,207)
#E4EAE2
(228,234,226)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #121824; }

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

This text font color is #121824.


Background Color

.myBgColor { background-color: #121824; }

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

This div background color is #121824.


Border color

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

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

This div border color is #121824.


Opacity

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

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

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

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

This text has shadow with #121824 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #121824 on black background.


Color preview on white background

This text has color #121824 on white background.



Black color preview on #121824 background

This text has black color on #121824 background.


White color preview on #121824 background

This text has white color on #121824 background.