COLOR #121922

HEX: #121922
RGB: (18,25,34)

Color info

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

RGB color model

#121922 color RGB value is (18,25,34).

  • red value is 18;
  • green value is 25;
  • blue value is 34.
RGB:
(18,25,34)
(7%,10%,13%)

RGB channels and saturation

R 18 of 255 = 7%
G 25 of 255 = 10%
B 34 of 255 = 13%

18
25
34

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

Portions of RGB colors in percentages

R + G + B =
18 + 25 + 34 = 77 (100%)
R 18 of 77 ~ 23.38%
G 25 of 77 ~ 32.47%
B 34 of 77 ~ 44.16%

%23.38
%32.47
%44.16

CMYK color model

#121922 color CMYK value is (47,26,0,87).

  • cyan value is 47.06%
  • magenta value is 26.47%
  • yellow value is 0.00%
  • key color value is 86.67%
CMYK:
(47,26,0,87)
C47M26Y0K87 
(47%,26%,0%,87%)
(0.47/0.26/0.00/0.87)	

CMYK percentages

%47.06
%26.47
%0
%86.67

Codes

Color #121922 in popluar color models

121922
RGB182534
HSL214°30.77%10.20%
HSB/HSV214°47.06%13.33%
CMYK47.06%26.47%0.00%
86.67%

Color #121922 in popluar number systems.

HEX121922
Decimal182534
Binary1001011001100010
Octal223142

Shades and tints

Shades of #121922

#121922
(18,25,34)
#11171F
(17,23,31)
#10151C
(16,21,28)
#0F1319
(15,19,25)
#0E1116
(14,17,22)
#0D0F13
(13,15,19)
#0C0D10
(12,13,16)
#0B0B0D
(11,11,13)
#0A090A
(10,9,10)
#090707
(9,7,7)
#080504
(8,5,4)
#000000
(0,0,0)

Tints of #121922

#121922
(18,25,34)
#272D36
(39,45,54)
#3C414A
(60,65,74)
#51555E
(81,85,94)
#666972
(102,105,114)
#7B7D86
(123,125,134)
#90919A
(144,145,154)
#A5A5AE
(165,165,174)
#BAB9C2
(186,185,194)
#CFCDD6
(207,205,214)
#E4E1EA
(228,225,234)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #121922 color. Also use rgb(18,25,34) instead hex code.

Text Font Color

.myTextColor { color: #121922; }

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

This text font color is #121922.


Background Color

.myBgColor { background-color: #121922; }

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

This div background color is #121922.


Border color

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

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

This div border color is #121922.


Opacity

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

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

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

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

This text has shadow with #121922 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #121922 on black background.


Color preview on white background

This text has color #121922 on white background.



Black color preview on #121922 background

This text has black color on #121922 background.


White color preview on #121922 background

This text has white color on #121922 background.