COLOR #122E35

HEX: #122E35 RGB: (18,46,53)

Color info

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

RGB color model

#122E35 color RGB value is (18,46,53).

RGB: (18,46,53) (7%, 18%, 21%)

RGB channels and saturation

R 18 of 255 = 7%
G 46 of 255 = 18%
B 53 of 255 = 21%

18
46
53

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

Portions of RGB colors in percentages

R + G + B = 18 + 46 + 53 = 117 (100%)
R 18 of 117 ~ 15.38%
G 46 of 117 ~ 39.32%
B 53 of 117 ~ 45.3'%

%15.38
%39.32
%45.3

CMYK color model

#122E35 color CMYK value is (66,13,0,79).

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

CMYK: (66,13,0,79)
C66M13Y0K79 (66%, 13%, 0%, 79%)
(0.66 / 0.13 / 0.00 / 0.79)

CMYK percentages

%66.04
%13.21
%0
%79.22

Codes

Color #122E35 in popluar color models

12 2E 35
RGB 18 46 53
HSL 192° 49.30% 13.92%
HSB/HSV 192° 66.04% 20.78%
CMYK 66.04% 13.21% 0.00%
79.22%

Color #122E35 in popluar number systems.

HEX 12 2E 35
Decimal 18 46 53
Binary 10010 101110 110101
Octal 22 56 65

Shades and tints

Shades of #122E35

#122E35
(18,46,53)
#112A31
(17,42,49)
#10262D
(16,38,45)
#0F2229
(15,34,41)
#0E1E25
(14,30,37)
#0D1A21
(13,26,33)
#0C161D
(12,22,29)
#0B1219
(11,18,25)
#0A0E15
(10,14,21)
#090A11
(9,10,17)
#08060D
(8,6,13)
#000000
(0,0,0)

Tints of #122E35

#122E35
(18,46,53)
#274147
(39,65,71)
#3C5459
(60,84,89)
#51676B
(81,103,107)
#667A7D
(102,122,125)
#7B8D8F
(123,141,143)
#90A0A1
(144,160,161)
#A5B3B3
(165,179,179)
#BAC6C5
(186,198,197)
#CFD9D7
(207,217,215)
#E4ECE9
(228,236,233)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #122E35; }

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

This text font color is #122E35.

Background Color

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

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

This div background color is #122E35.

Border color

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

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

This div border color is #122E35.

Opacity

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

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

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

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

This text has shadow with #122E35 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #122E35.

Preview

Color preview on black background

This text has color #122E35 on black background.


Color preview on white background

This text has color #122E35 on white background.


Black color preview on #122E35 background

This text has black color on #122E35 background.


White color preview on #122E35 background

This text has white color on #122E35 background.


Related colors

Complementary color

Complementary color for #hex is #EDD1CA.


I love getcolorcode.com

Triadic colors

1 #35122E and #2E3512 with #122E35 are triadic colors.

2 #352E12 and #2E1235 with #122E35 are triadic colors.