COLOR #122B35

HEX: #122B35 RGB: (18,43,53)

Color info

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

RGB color model

#122B35 color RGB value is (18,43,53).

RGB: (18,43,53) (7%, 17%, 21%)

RGB channels and saturation

R 18 of 255 = 7%
G 43 of 255 = 17%
B 53 of 255 = 21%

18
43
53

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

Portions of RGB colors in percentages

R + G + B = 18 + 43 + 53 = 114 (100%)
R 18 of 114 ~ 15.79%
G 43 of 114 ~ 37.72%
B 53 of 114 ~ 46.49'%

%15.79
%37.72
%46.49

CMYK color model

#122B35 color CMYK value is (66,19,0,79).

  • cyan value is 66.04%
  • magenta value is 18.87%
  • yellow value is 0.00%
  • key color value is 79.22%

CMYK: (66,19,0,79)
C66M19Y0K79 (66%, 19%, 0%, 79%)
(0.66 / 0.19 / 0.00 / 0.79)

CMYK percentages

%66.04
%18.87
%0
%79.22

Codes

Color #122B35 in popluar color models

12 2B 35
RGB 18 43 53
HSL 197° 49.30% 13.92%
HSB/HSV 197° 66.04% 20.78%
CMYK 66.04% 18.87% 0.00%
79.22%

Color #122B35 in popluar number systems.

HEX 12 2B 35
Decimal 18 43 53
Binary 10010 101011 110101
Octal 22 53 65

Shades and tints

Shades of #122B35

#122B35
(18,43,53)
#112831
(17,40,49)
#10252D
(16,37,45)
#0F2229
(15,34,41)
#0E1F25
(14,31,37)
#0D1C21
(13,28,33)
#0C191D
(12,25,29)
#0B1619
(11,22,25)
#0A1315
(10,19,21)
#091011
(9,16,17)
#080D0D
(8,13,13)
#000000
(0,0,0)

Tints of #122B35

#122B35
(18,43,53)
#273E47
(39,62,71)
#3C5159
(60,81,89)
#51646B
(81,100,107)
#66777D
(102,119,125)
#7B8A8F
(123,138,143)
#909DA1
(144,157,161)
#A5B0B3
(165,176,179)
#BAC3C5
(186,195,197)
#CFD6D7
(207,214,215)
#E4E9E9
(228,233,233)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #122B35; }

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

This text font color is #122B35.

Background Color

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

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

This div background color is #122B35.

Border color

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

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

This div border color is #122B35.

Opacity

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

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

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

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

This text has shadow with #122B35 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #122B35.

Preview

Color preview on black background

This text has color #122B35 on black background.


Color preview on white background

This text has color #122B35 on white background.


Black color preview on #122B35 background

This text has black color on #122B35 background.


White color preview on #122B35 background

This text has white color on #122B35 background.


Related colors

Complementary color

Complementary color for #hex is #EDD4CA.


I love getcolorcode.com

Triadic colors

1 #35122B and #2B3512 with #122B35 are triadic colors.

2 #352B12 and #2B1235 with #122B35 are triadic colors.