COLOR #122E2C

HEX: #122E2C
RGB: (18,46,44)

Color info

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

RGB color model

#122E2C color RGB value is (18,46,44).

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

RGB channels and saturation

R 18 of 255 = 7%
G 46 of 255 = 18%
B 44 of 255 = 17%

18
46
44

R + G + B ~ 14%. #122E2C is dark color.

Portions of RGB colors in percentages

R + G + B =
18 + 46 + 44 = 108 (100%)
R 18 of 108 ~ 16.67%
G 46 of 108 ~ 42.59%
B 44 of 108 ~ 40.74%

%16.67
%42.59
%40.74

CMYK color model

#122E2C color CMYK value is (61,0,4,82).

  • cyan value is 60.87%
  • magenta value is 0.00%
  • yellow value is 4.35%
  • key color value is 81.96%
CMYK:
(61,0,4,82)
C61M0Y4K82 
(61%,0%,4%,82%)
(0.61/0.00/0.04/0.82)	

CMYK percentages

%60.87
%0
%4.35
%81.96

Codes

Color #122E2C in popluar color models

122E2C
RGB184644
HSL176°43.75%12.55%
HSB/HSV176°60.87%18.04%
CMYK60.87%0.00%4.35%
81.96%

Color #122E2C in popluar number systems.

HEX122E2C
Decimal184644
Binary10010101110101100
Octal225654

Shades and tints

Shades of #122E2C

#122E2C
(18,46,44)
#112A28
(17,42,40)
#102624
(16,38,36)
#0F2220
(15,34,32)
#0E1E1C
(14,30,28)
#0D1A18
(13,26,24)
#0C1614
(12,22,20)
#0B1210
(11,18,16)
#0A0E0C
(10,14,12)
#090A08
(9,10,8)
#080604
(8,6,4)
#000000
(0,0,0)

Tints of #122E2C

#122E2C
(18,46,44)
#27413F
(39,65,63)
#3C5452
(60,84,82)
#516765
(81,103,101)
#667A78
(102,122,120)
#7B8D8B
(123,141,139)
#90A09E
(144,160,158)
#A5B3B1
(165,179,177)
#BAC6C4
(186,198,196)
#CFD9D7
(207,217,215)
#E4ECEA
(228,236,234)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #122E2C; }

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

This text font color is #122E2C.


Background Color

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

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

This div background color is #122E2C.


Border color

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

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

This div border color is #122E2C.


Opacity

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

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

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

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

This text has shadow with #122E2C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #122E2C on black background.


Color preview on white background

This text has color #122E2C on white background.



Black color preview on #122E2C background

This text has black color on #122E2C background.


White color preview on #122E2C background

This text has white color on #122E2C background.