COLOR #122C1B

HEX: #122C1B
RGB: (18,44,27)

Color info

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

RGB color model

#122C1B color RGB value is (18,44,27).

  • red value is 18;
  • green value is 44;
  • blue value is 27.
RGB:
(18,44,27)
(7%,17%,11%)

RGB channels and saturation

R 18 of 255 = 7%
G 44 of 255 = 17%
B 27 of 255 = 11%

18
44
27

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

Portions of RGB colors in percentages

R + G + B =
18 + 44 + 27 = 89 (100%)
R 18 of 89 ~ 20.22%
G 44 of 89 ~ 49.44%
B 27 of 89 ~ 30.34%

%20.22
%49.44
%30.34

CMYK color model

#122C1B color CMYK value is (59,0,39,83).

  • cyan value is 59.09%
  • magenta value is 0.00%
  • yellow value is 38.64%
  • key color value is 82.75%
CMYK:
(59,0,39,83)
C59M0Y39K83 
(59%,0%,39%,83%)
(0.59/0.00/0.39/0.83)	

CMYK percentages

%59.09
%0
%38.64
%82.75

Codes

Color #122C1B in popluar color models

122C1B
RGB184427
HSL141°41.94%12.16%
HSB/HSV141°59.09%17.25%
CMYK59.09%0.00%38.64%
82.75%

Color #122C1B in popluar number systems.

HEX122C1B
Decimal184427
Binary1001010110011011
Octal225433

Shades and tints

Shades of #122C1B

#122C1B
(18,44,27)
#112819
(17,40,25)
#102417
(16,36,23)
#0F2015
(15,32,21)
#0E1C13
(14,28,19)
#0D1811
(13,24,17)
#0C140F
(12,20,15)
#0B100D
(11,16,13)
#0A0C0B
(10,12,11)
#090809
(9,8,9)
#080407
(8,4,7)
#000000
(0,0,0)

Tints of #122C1B

#122C1B
(18,44,27)
#273F2F
(39,63,47)
#3C5243
(60,82,67)
#516557
(81,101,87)
#66786B
(102,120,107)
#7B8B7F
(123,139,127)
#909E93
(144,158,147)
#A5B1A7
(165,177,167)
#BAC4BB
(186,196,187)
#CFD7CF
(207,215,207)
#E4EAE3
(228,234,227)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #122C1B color. Also use rgb(18,44,27) instead hex code.

Text Font Color

.myTextColor { color: #122C1B; }

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

This text font color is #122C1B.


Background Color

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

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

This div background color is #122C1B.


Border color

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

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

This div border color is #122C1B.


Opacity

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

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

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

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

This text has shadow with #122C1B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #122C1B on black background.


Color preview on white background

This text has color #122C1B on white background.



Black color preview on #122C1B background

This text has black color on #122C1B background.


White color preview on #122C1B background

This text has white color on #122C1B background.