COLOR #122B37

HEX: #122B37 RGB: (18,43,55)

Color info

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

RGB color model

#122B37 color RGB value is (18,43,55).

RGB: (18,43,55) (7%, 17%, 22%)

RGB channels and saturation

R 18 of 255 = 7%
G 43 of 255 = 17%
B 55 of 255 = 22%

18
43
55

R + G + B ~ 15%. #122B37 is dark color.

Portions of RGB colors in percentages

R + G + B = 18 + 43 + 55 = 116 (100%)
R 18 of 116 ~ 15.52%
G 43 of 116 ~ 37.07%
B 55 of 116 ~ 47.41'%

%15.52
%37.07
%47.41

CMYK color model

#122B37 color CMYK value is (67,22,0,78).

  • cyan value is 67.27%
  • magenta value is 21.82%
  • yellow value is 0.00%
  • key color value is 78.43%

CMYK: (67,22,0,78)
C67M22Y0K78 (67%, 22%, 0%, 78%)
(0.67 / 0.22 / 0.00 / 0.78)

CMYK percentages

%67.27
%21.82
%0
%78.43

Codes

Color #122B37 in popluar color models

12 2B 37
RGB 18 43 55
HSL 199° 50.68% 14.31%
HSB/HSV 199° 67.27% 21.57%
CMYK 67.27% 21.82% 0.00%
78.43%

Color #122B37 in popluar number systems.

HEX 12 2B 37
Decimal 18 43 55
Binary 10010 101011 110111
Octal 22 53 67

Shades and tints

Shades of #122B37

#122B37
(18,43,55)
#112832
(17,40,50)
#10252D
(16,37,45)
#0F2228
(15,34,40)
#0E1F23
(14,31,35)
#0D1C1E
(13,28,30)
#0C1919
(12,25,25)
#0B1614
(11,22,20)
#0A130F
(10,19,15)
#09100A
(9,16,10)
#080D05
(8,13,5)
#000000
(0,0,0)

Tints of #122B37

#122B37
(18,43,55)
#273E49
(39,62,73)
#3C515B
(60,81,91)
#51646D
(81,100,109)
#66777F
(102,119,127)
#7B8A91
(123,138,145)
#909DA3
(144,157,163)
#A5B0B5
(165,176,181)
#BAC3C7
(186,195,199)
#CFD6D9
(207,214,217)
#E4E9EB
(228,233,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #122B37 color. Also use rgb(18,43,55) instead hex code.

Text Font Color

.myTextColor { color: #122B37; }

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

This text font color is #122B37.

Background Color

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

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

This div background color is #122B37.

Border color

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

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

This div border color is #122B37.

Opacity

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

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

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

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

This text has shadow with #122B37 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #122B37.

Preview

Color preview on black background

This text has color #122B37 on black background.


Color preview on white background

This text has color #122B37 on white background.


Black color preview on #122B37 background

This text has black color on #122B37 background.


White color preview on #122B37 background

This text has white color on #122B37 background.


Related colors

Complementary color

Complementary color for #hex is #EDD4C8.


I love getcolorcode.com

Triadic colors

1 #37122B and #2B3712 with #122B37 are triadic colors.

2 #372B12 and #2B1237 with #122B37 are triadic colors.