COLOR #122A20

HEX: #122A20
RGB: (18,42,32)

Color info

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

RGB color model

#122A20 color RGB value is (18,42,32).

  • red value is 18;
  • green value is 42;
  • blue value is 32.
RGB:
(18,42,32)
(7%,16%,13%)

RGB channels and saturation

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

18
42
32

R + G + B ~ 12%. #122A20 is dark color.

Portions of RGB colors in percentages

R + G + B =
18 + 42 + 32 = 92 (100%)
R 18 of 92 ~ 19.57%
G 42 of 92 ~ 45.65%
B 32 of 92 ~ 34.78%

%19.57
%45.65
%34.78

CMYK color model

#122A20 color CMYK value is (57,0,24,84).

  • cyan value is 57.14%
  • magenta value is 0.00%
  • yellow value is 23.81%
  • key color value is 83.53%
CMYK:
(57,0,24,84)
C57M0Y24K84 
(57%,0%,24%,84%)
(0.57/0.00/0.24/0.84)	

CMYK percentages

%57.14
%0
%23.81
%83.53

Codes

Color #122A20 in popluar color models

122A20
RGB184232
HSL155°40.00%11.76%
HSB/HSV155°57.14%16.47%
CMYK57.14%0.00%23.81%
83.53%

Color #122A20 in popluar number systems.

HEX122A20
Decimal184232
Binary10010101010100000
Octal225240

Shades and tints

Shades of #122A20

#122A20
(18,42,32)
#11271E
(17,39,30)
#10241C
(16,36,28)
#0F211A
(15,33,26)
#0E1E18
(14,30,24)
#0D1B16
(13,27,22)
#0C1814
(12,24,20)
#0B1512
(11,21,18)
#0A1210
(10,18,16)
#090F0E
(9,15,14)
#080C0C
(8,12,12)
#000000
(0,0,0)

Tints of #122A20

#122A20
(18,42,32)
#273D34
(39,61,52)
#3C5048
(60,80,72)
#51635C
(81,99,92)
#667670
(102,118,112)
#7B8984
(123,137,132)
#909C98
(144,156,152)
#A5AFAC
(165,175,172)
#BAC2C0
(186,194,192)
#CFD5D4
(207,213,212)
#E4E8E8
(228,232,232)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #122A20; }

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

This text font color is #122A20.


Background Color

.myBgColor { background-color: #122A20; }

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

This div background color is #122A20.


Border color

.myBorderColor { border: 1px solid #122A20; }

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

This div border color is #122A20.


Opacity

.myOpacity80 { color: #122A20; opacity: 0.8; }

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

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

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

This text has shadow with #122A20 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #122A20 on black background.


Color preview on white background

This text has color #122A20 on white background.



Black color preview on #122A20 background

This text has black color on #122A20 background.


White color preview on #122A20 background

This text has white color on #122A20 background.