COLOR #122A27

HEX: #122A27
RGB: (18,42,39)

Color info

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

RGB color model

#122A27 color RGB value is (18,42,39).

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

RGB channels and saturation

R 18 of 255 = 7%
G 42 of 255 = 16%
B 39 of 255 = 15%

18
42
39

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

Portions of RGB colors in percentages

R + G + B =
18 + 42 + 39 = 99 (100%)
R 18 of 99 ~ 18.18%
G 42 of 99 ~ 42.42%
B 39 of 99 ~ 39.39%

%18.18
%42.42
%39.39

CMYK color model

#122A27 color CMYK value is (57,0,7,84).

  • cyan value is 57.14%
  • magenta value is 0.00%
  • yellow value is 7.14%
  • key color value is 83.53%
CMYK:
(57,0,7,84)
C57M0Y7K84 
(57%,0%,7%,84%)
(0.57/0.00/0.07/0.84)	

CMYK percentages

%57.14
%0
%7.14
%83.53

Codes

Color #122A27 in popluar color models

122A27
RGB184239
HSL173°40.00%11.76%
HSB/HSV173°57.14%16.47%
CMYK57.14%0.00%7.14%
83.53%

Color #122A27 in popluar number systems.

HEX122A27
Decimal184239
Binary10010101010100111
Octal225247

Shades and tints

Shades of #122A27

#122A27
(18,42,39)
#112724
(17,39,36)
#102421
(16,36,33)
#0F211E
(15,33,30)
#0E1E1B
(14,30,27)
#0D1B18
(13,27,24)
#0C1815
(12,24,21)
#0B1512
(11,21,18)
#0A120F
(10,18,15)
#090F0C
(9,15,12)
#080C09
(8,12,9)
#000000
(0,0,0)

Tints of #122A27

#122A27
(18,42,39)
#273D3A
(39,61,58)
#3C504D
(60,80,77)
#516360
(81,99,96)
#667673
(102,118,115)
#7B8986
(123,137,134)
#909C99
(144,156,153)
#A5AFAC
(165,175,172)
#BAC2BF
(186,194,191)
#CFD5D2
(207,213,210)
#E4E8E5
(228,232,229)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #122A27; }

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

This text font color is #122A27.


Background Color

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

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

This div background color is #122A27.


Border color

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

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

This div border color is #122A27.


Opacity

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

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

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

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

This text has shadow with #122A27 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #122A27 on black background.


Color preview on white background

This text has color #122A27 on white background.



Black color preview on #122A27 background

This text has black color on #122A27 background.


White color preview on #122A27 background

This text has white color on #122A27 background.