COLOR #122C26

HEX: #122C26
RGB: (18,44,38)

Color info

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

RGB color model

#122C26 color RGB value is (18,44,38).

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

RGB channels and saturation

R 18 of 255 = 7%
G 44 of 255 = 17%
B 38 of 255 = 15%

18
44
38

R + G + B ~ 13%. #122C26 is dark color.

Portions of RGB colors in percentages

R + G + B =
18 + 44 + 38 = 100 (100%)
R 18 of 100 ~ 18%
G 44 of 100 ~ 44%
B 38 of 100 ~ 38%

%18
%44
%38

CMYK color model

#122C26 color CMYK value is (59,0,14,83).

  • cyan value is 59.09%
  • magenta value is 0.00%
  • yellow value is 13.64%
  • key color value is 82.75%
CMYK:
(59,0,14,83)
C59M0Y14K83 
(59%,0%,14%,83%)
(0.59/0.00/0.14/0.83)	

CMYK percentages

%59.09
%0
%13.64
%82.75

Codes

Color #122C26 in popluar color models

122C26
RGB184438
HSL166°41.94%12.16%
HSB/HSV166°59.09%17.25%
CMYK59.09%0.00%13.64%
82.75%

Color #122C26 in popluar number systems.

HEX122C26
Decimal184438
Binary10010101100100110
Octal225446

Shades and tints

Shades of #122C26

#122C26
(18,44,38)
#112823
(17,40,35)
#102420
(16,36,32)
#0F201D
(15,32,29)
#0E1C1A
(14,28,26)
#0D1817
(13,24,23)
#0C1414
(12,20,20)
#0B1011
(11,16,17)
#0A0C0E
(10,12,14)
#09080B
(9,8,11)
#080408
(8,4,8)
#000000
(0,0,0)

Tints of #122C26

#122C26
(18,44,38)
#273F39
(39,63,57)
#3C524C
(60,82,76)
#51655F
(81,101,95)
#667872
(102,120,114)
#7B8B85
(123,139,133)
#909E98
(144,158,152)
#A5B1AB
(165,177,171)
#BAC4BE
(186,196,190)
#CFD7D1
(207,215,209)
#E4EAE4
(228,234,228)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #122C26; }

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

This text font color is #122C26.


Background Color

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

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

This div background color is #122C26.


Border color

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

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

This div border color is #122C26.


Opacity

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

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

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

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

This text has shadow with #122C26 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #122C26 on black background.


Color preview on white background

This text has color #122C26 on white background.



Black color preview on #122C26 background

This text has black color on #122C26 background.


White color preview on #122C26 background

This text has white color on #122C26 background.