COLOR #122920

HEX: #122920
RGB: (18,41,32)

Color info

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

RGB color model

#122920 color RGB value is (18,41,32).

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

RGB channels and saturation

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

18
41
32

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

Portions of RGB colors in percentages

R + G + B =
18 + 41 + 32 = 91 (100%)
R 18 of 91 ~ 19.78%
G 41 of 91 ~ 45.05%
B 32 of 91 ~ 35.16%

%19.78
%45.05
%35.16

CMYK color model

#122920 color CMYK value is (56,0,22,84).

  • cyan value is 56.10%
  • magenta value is 0.00%
  • yellow value is 21.95%
  • key color value is 83.92%
CMYK:
(56,0,22,84)
C56M0Y22K84 
(56%,0%,22%,84%)
(0.56/0.00/0.22/0.84)	

CMYK percentages

%56.1
%0
%21.95
%83.92

Codes

Color #122920 in popluar color models

122920
RGB184132
HSL157°38.98%11.57%
HSB/HSV157°56.10%16.08%
CMYK56.10%0.00%21.95%
83.92%

Color #122920 in popluar number systems.

HEX122920
Decimal184132
Binary10010101001100000
Octal225140

Shades and tints

Shades of #122920

#122920
(18,41,32)
#11261E
(17,38,30)
#10231C
(16,35,28)
#0F201A
(15,32,26)
#0E1D18
(14,29,24)
#0D1A16
(13,26,22)
#0C1714
(12,23,20)
#0B1412
(11,20,18)
#0A1110
(10,17,16)
#090E0E
(9,14,14)
#080B0C
(8,11,12)
#000000
(0,0,0)

Tints of #122920

#122920
(18,41,32)
#273C34
(39,60,52)
#3C4F48
(60,79,72)
#51625C
(81,98,92)
#667570
(102,117,112)
#7B8884
(123,136,132)
#909B98
(144,155,152)
#A5AEAC
(165,174,172)
#BAC1C0
(186,193,192)
#CFD4D4
(207,212,212)
#E4E7E8
(228,231,232)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #122920; }

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

This text font color is #122920.


Background Color

.myBgColor { background-color: #122920; }

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

This div background color is #122920.


Border color

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

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

This div border color is #122920.


Opacity

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

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

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

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

This text has shadow with #122920 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #122920 on black background.


Color preview on white background

This text has color #122920 on white background.



Black color preview on #122920 background

This text has black color on #122920 background.


White color preview on #122920 background

This text has white color on #122920 background.