COLOR #122E3B

HEX: #122E3B RGB: (18,46,59)

Color info

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

RGB color model

#122E3B color RGB value is (18,46,59).

RGB: (18,46,59) (7%, 18%, 23%)

RGB channels and saturation

R 18 of 255 = 7%
G 46 of 255 = 18%
B 59 of 255 = 23%

18
46
59

R + G + B ~ 16%. #122E3B is dark color.

Portions of RGB colors in percentages

R + G + B = 18 + 46 + 59 = 123 (100%)
R 18 of 123 ~ 14.63%
G 46 of 123 ~ 37.4%
B 59 of 123 ~ 47.97'%

%14.63
%37.4
%47.97

CMYK color model

#122E3B color CMYK value is (69,22,0,77).

  • cyan value is 69.49%
  • magenta value is 22.03%
  • yellow value is 0.00%
  • key color value is 76.86%

CMYK: (69,22,0,77)
C69M22Y0K77 (69%, 22%, 0%, 77%)
(0.69 / 0.22 / 0.00 / 0.77)

CMYK percentages

%69.49
%22.03
%0
%76.86

Codes

Color #122E3B in popluar color models

12 2E 3B
RGB 18 46 59
HSL 199° 53.25% 15.10%
HSB/HSV 199° 69.49% 23.14%
CMYK 69.49% 22.03% 0.00%
76.86%

Color #122E3B in popluar number systems.

HEX 12 2E 3B
Decimal 18 46 59
Binary 10010 101110 111011
Octal 22 56 73

Shades and tints

Shades of #122E3B

#122E3B
(18,46,59)
#112A36
(17,42,54)
#102631
(16,38,49)
#0F222C
(15,34,44)
#0E1E27
(14,30,39)
#0D1A22
(13,26,34)
#0C161D
(12,22,29)
#0B1218
(11,18,24)
#0A0E13
(10,14,19)
#090A0E
(9,10,14)
#080609
(8,6,9)
#000000
(0,0,0)

Tints of #122E3B

#122E3B
(18,46,59)
#27414C
(39,65,76)
#3C545D
(60,84,93)
#51676E
(81,103,110)
#667A7F
(102,122,127)
#7B8D90
(123,141,144)
#90A0A1
(144,160,161)
#A5B3B2
(165,179,178)
#BAC6C3
(186,198,195)
#CFD9D4
(207,217,212)
#E4ECE5
(228,236,229)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #122E3B; }

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

This text font color is #122E3B.

Background Color

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

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

This div background color is #122E3B.

Border color

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

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

This div border color is #122E3B.

Opacity

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

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

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

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

This text has shadow with #122E3B color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #122E3B.

Preview

Color preview on black background

This text has color #122E3B on black background.


Color preview on white background

This text has color #122E3B on white background.


Black color preview on #122E3B background

This text has black color on #122E3B background.


White color preview on #122E3B background

This text has white color on #122E3B background.


Related colors

Complementary color

Complementary color for #hex is #EDD1C4.


I love getcolorcode.com

Triadic colors

1 #3B122E and #2E3B12 with #122E3B are triadic colors.

2 #3B2E12 and #2E123B with #122E3B are triadic colors.