COLOR #122131

HEX: #122131 RGB: (18,33,49)

Color info

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

RGB color model

#122131 color RGB value is (18,33,49).

RGB: (18,33,49) (7%, 13%, 19%)

RGB channels and saturation

R 18 of 255 = 7%
G 33 of 255 = 13%
B 49 of 255 = 19%

18
33
49

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

Portions of RGB colors in percentages

R + G + B = 18 + 33 + 49 = 100 (100%)
R 18 of 100 ~ 18%
G 33 of 100 ~ 33%
B 49 of 100 ~ 49'%

%18
%33
%49

CMYK color model

#122131 color CMYK value is (63,33,0,81).

  • cyan value is 63.27%
  • magenta value is 32.65%
  • yellow value is 0.00%
  • key color value is 80.78%

CMYK: (63,33,0,81)
C63M33Y0K81 (63%, 33%, 0%, 81%)
(0.63 / 0.33 / 0.00 / 0.81)

CMYK percentages

%63.27
%32.65
%0
%80.78

Codes

Color #122131 in popluar color models

12 21 31
RGB 18 33 49
HSL 211° 46.27% 13.14%
HSB/HSV 211° 63.27% 19.22%
CMYK 63.27% 32.65% 0.00%
80.78%

Color #122131 in popluar number systems.

HEX 12 21 31
Decimal 18 33 49
Binary 10010 100001 110001
Octal 22 41 61

Shades and tints

Shades of #122131

#122131
(18,33,49)
#111E2D
(17,30,45)
#101B29
(16,27,41)
#0F1825
(15,24,37)
#0E1521
(14,21,33)
#0D121D
(13,18,29)
#0C0F19
(12,15,25)
#0B0C15
(11,12,21)
#0A0911
(10,9,17)
#09060D
(9,6,13)
#080309
(8,3,9)
#000000
(0,0,0)

Tints of #122131

#122131
(18,33,49)
#273543
(39,53,67)
#3C4955
(60,73,85)
#515D67
(81,93,103)
#667179
(102,113,121)
#7B858B
(123,133,139)
#90999D
(144,153,157)
#A5ADAF
(165,173,175)
#BAC1C1
(186,193,193)
#CFD5D3
(207,213,211)
#E4E9E5
(228,233,229)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #122131 color. Also use rgb(18,33,49) instead hex code.

Text Font Color

.myTextColor { color: #122131; }

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

This text font color is #122131.

Background Color

.myBgColor { background-color: #122131; }

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

This div background color is #122131.

Border color

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

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

This div border color is #122131.

Opacity

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

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

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

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

This text has shadow with #122131 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #122131.

Preview

Color preview on black background

This text has color #122131 on black background.


Color preview on white background

This text has color #122131 on white background.


Black color preview on #122131 background

This text has black color on #122131 background.


White color preview on #122131 background

This text has white color on #122131 background.


Related colors

Complementary color

Complementary color for #hex is #EDDECE.


I love getcolorcode.com

Triadic colors

1 #311221 and #213112 with #122131 are triadic colors.

2 #312112 and #211231 with #122131 are triadic colors.