COLOR #122E2A

HEX: #122E2A
RGB: (18,46,42)

Color info

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

RGB color model

#122E2A color RGB value is (18,46,42).

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

RGB channels and saturation

R 18 of 255 = 7%
G 46 of 255 = 18%
B 42 of 255 = 16%

18
46
42

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

Portions of RGB colors in percentages

R + G + B =
18 + 46 + 42 = 106 (100%)
R 18 of 106 ~ 16.98%
G 46 of 106 ~ 43.4%
B 42 of 106 ~ 39.62%

%16.98
%43.4
%39.62

CMYK color model

#122E2A color CMYK value is (61,0,9,82).

  • cyan value is 60.87%
  • magenta value is 0.00%
  • yellow value is 8.70%
  • key color value is 81.96%
CMYK:
(61,0,9,82)
C61M0Y9K82 
(61%,0%,9%,82%)
(0.61/0.00/0.09/0.82)	

CMYK percentages

%60.87
%0
%8.7
%81.96

Codes

Color #122E2A in popluar color models

122E2A
RGB184642
HSL171°43.75%12.55%
HSB/HSV171°60.87%18.04%
CMYK60.87%0.00%8.70%
81.96%

Color #122E2A in popluar number systems.

HEX122E2A
Decimal184642
Binary10010101110101010
Octal225652

Shades and tints

Shades of #122E2A

#122E2A
(18,46,42)
#112A27
(17,42,39)
#102624
(16,38,36)
#0F2221
(15,34,33)
#0E1E1E
(14,30,30)
#0D1A1B
(13,26,27)
#0C1618
(12,22,24)
#0B1215
(11,18,21)
#0A0E12
(10,14,18)
#090A0F
(9,10,15)
#08060C
(8,6,12)
#000000
(0,0,0)

Tints of #122E2A

#122E2A
(18,46,42)
#27413D
(39,65,61)
#3C5450
(60,84,80)
#516763
(81,103,99)
#667A76
(102,122,118)
#7B8D89
(123,141,137)
#90A09C
(144,160,156)
#A5B3AF
(165,179,175)
#BAC6C2
(186,198,194)
#CFD9D5
(207,217,213)
#E4ECE8
(228,236,232)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #122E2A; }

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

This text font color is #122E2A.


Background Color

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

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

This div background color is #122E2A.


Border color

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

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

This div border color is #122E2A.


Opacity

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

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

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

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

This text has shadow with #122E2A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #122E2A on black background.


Color preview on white background

This text has color #122E2A on white background.



Black color preview on #122E2A background

This text has black color on #122E2A background.


White color preview on #122E2A background

This text has white color on #122E2A background.