COLOR #122020

HEX: #122020 RGB: (18,32,32)

Color info

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

RGB color model

#122020 color RGB value is (18,32,32).

RGB: (18,32,32) (7%, 13%, 13%)

RGB channels and saturation

R 18 of 255 = 7%
G 32 of 255 = 13%
B 32 of 255 = 13%

18
32
32

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

Portions of RGB colors in percentages

R + G + B = 18 + 32 + 32 = 82 (100%)
R 18 of 82 ~ 21.95%
G 32 of 82 ~ 39.02%
B 32 of 82 ~ 39.02'%

%21.95
%39.02
%39.02

CMYK color model

#122020 color CMYK value is (44,0,0,87).

  • cyan value is 43.75%
  • magenta value is 0.00%
  • yellow value is 0.00%
  • key color value is 87.45%

CMYK: (44,0,0,87)
C44M0Y0K87 (44%, 0%, 0%, 87%)
(0.44 / 0.00 / 0.00 / 0.87)

CMYK percentages

%43.75
%0
%0
%87.45

Codes

Color #122020 in popluar color models

12 20 20
RGB 18 32 32
HSL 180° 28.00% 9.80%
HSB/HSV 180° 43.75% 12.55%
CMYK 43.75% 0.00% 0.00%
87.45%

Color #122020 in popluar number systems.

HEX 12 20 20
Decimal 18 32 32
Binary 10010 100000 100000
Octal 22 40 40

Shades and tints

Shades of #122020

#122020
(18,32,32)
#111E1E
(17,30,30)
#101C1C
(16,28,28)
#0F1A1A
(15,26,26)
#0E1818
(14,24,24)
#0D1616
(13,22,22)
#0C1414
(12,20,20)
#0B1212
(11,18,18)
#0A1010
(10,16,16)
#090E0E
(9,14,14)
#080C0C
(8,12,12)
#000000
(0,0,0)

Tints of #122020

#122020
(18,32,32)
#273434
(39,52,52)
#3C4848
(60,72,72)
#515C5C
(81,92,92)
#667070
(102,112,112)
#7B8484
(123,132,132)
#909898
(144,152,152)
#A5ACAC
(165,172,172)
#BAC0C0
(186,192,192)
#CFD4D4
(207,212,212)
#E4E8E8
(228,232,232)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #122020; }

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

This text font color is #122020.

Background Color

.myBgColor { background-color: #122020; }

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

This div background color is #122020.

Border color

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

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

This div border color is #122020.

Opacity

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

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

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

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

This text has shadow with #122020 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #122020.

Preview

Color preview on black background

This text has color #122020 on black background.


Color preview on white background

This text has color #122020 on white background.


Black color preview on #122020 background

This text has black color on #122020 background.


White color preview on #122020 background

This text has white color on #122020 background.


Related colors

Complementary color

Complementary color for #hex is #EDDFDF.


I love getcolorcode.com