COLOR #122746

HEX: #122746
RGB: (18,39,70)

Color info

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

RGB color model

#122746 color RGB value is (18,39,70).

  • red value is 18;
  • green value is 39;
  • blue value is 70.
RGB:
(18,39,70)
(7%,15%,27%)

RGB channels and saturation

R 18 of 255 = 7%
G 39 of 255 = 15%
B 70 of 255 = 27%

18
39
70

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

Portions of RGB colors in percentages

R + G + B =
18 + 39 + 70 = 127 (100%)
R 18 of 127 ~ 14.17%
G 39 of 127 ~ 30.71%
B 70 of 127 ~ 55.12%

%14.17
%30.71
%55.12

CMYK color model

#122746 color CMYK value is (74,44,0,73).

  • cyan value is 74.29%
  • magenta value is 44.29%
  • yellow value is 0.00%
  • key color value is 72.55%
CMYK:
(74,44,0,73)
C74M44Y0K73 
(74%,44%,0%,73%)
(0.74/0.44/0.00/0.73)	

CMYK percentages

%74.29
%44.29
%0
%72.55

Codes

Color #122746 in popluar color models

122746
RGB183970
HSL216°59.09%17.25%
HSB/HSV216°74.29%27.45%
CMYK74.29%44.29%0.00%
72.55%

Color #122746 in popluar number systems.

HEX122746
Decimal183970
Binary100101001111000110
Octal2247106

Shades and tints

Shades of #122746

#122746
(18,39,70)
#112440
(17,36,64)
#10213A
(16,33,58)
#0F1E34
(15,30,52)
#0E1B2E
(14,27,46)
#0D1828
(13,24,40)
#0C1522
(12,21,34)
#0B121C
(11,18,28)
#0A0F16
(10,15,22)
#090C10
(9,12,16)
#08090A
(8,9,10)
#000000
(0,0,0)

Tints of #122746

#122746
(18,39,70)
#273A56
(39,58,86)
#3C4D66
(60,77,102)
#516076
(81,96,118)
#667386
(102,115,134)
#7B8696
(123,134,150)
#9099A6
(144,153,166)
#A5ACB6
(165,172,182)
#BABFC6
(186,191,198)
#CFD2D6
(207,210,214)
#E4E5E6
(228,229,230)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #122746 color. Also use rgb(18,39,70) instead hex code.

Text Font Color

.myTextColor { color: #122746; }

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

This text font color is #122746.


Background Color

.myBgColor { background-color: #122746; }

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

This div background color is #122746.


Border color

.myBorderColor { border: 1px solid #122746; }

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

This div border color is #122746.


Opacity

.myOpacity80 { color: #122746; opacity: 0.8; }

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

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

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

This text has shadow with #122746 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #122746 on black background.


Color preview on white background

This text has color #122746 on white background.



Black color preview on #122746 background

This text has black color on #122746 background.


White color preview on #122746 background

This text has white color on #122746 background.