COLOR #123246

HEX: #123246
RGB: (18,50,70)

Color info

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

RGB color model

#123246 color RGB value is (18,50,70).

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

RGB channels and saturation

R 18 of 255 = 7%
G 50 of 255 = 20%
B 70 of 255 = 27%

18
50
70

R + G + B ~ 18%. #123246 is dark color.

Portions of RGB colors in percentages

R + G + B =
18 + 50 + 70 = 138 (100%)
R 18 of 138 ~ 13.04%
G 50 of 138 ~ 36.23%
B 70 of 138 ~ 50.72%

%13.04
%36.23
%50.72

CMYK color model

#123246 color CMYK value is (74,29,0,73).

  • cyan value is 74.29%
  • magenta value is 28.57%
  • yellow value is 0.00%
  • key color value is 72.55%
CMYK:
(74,29,0,73)
C74M29Y0K73 
(74%,29%,0%,73%)
(0.74/0.29/0.00/0.73)	

CMYK percentages

%74.29
%28.57
%0
%72.55

Codes

Color #123246 in popluar color models

123246
RGB185070
HSL203°59.09%17.25%
HSB/HSV203°74.29%27.45%
CMYK74.29%28.57%0.00%
72.55%

Color #123246 in popluar number systems.

HEX123246
Decimal185070
Binary100101100101000110
Octal2262106

Shades and tints

Shades of #123246

#123246
(18,50,70)
#112E40
(17,46,64)
#102A3A
(16,42,58)
#0F2634
(15,38,52)
#0E222E
(14,34,46)
#0D1E28
(13,30,40)
#0C1A22
(12,26,34)
#0B161C
(11,22,28)
#0A1216
(10,18,22)
#090E10
(9,14,16)
#080A0A
(8,10,10)
#000000
(0,0,0)

Tints of #123246

#123246
(18,50,70)
#274456
(39,68,86)
#3C5666
(60,86,102)
#516876
(81,104,118)
#667A86
(102,122,134)
#7B8C96
(123,140,150)
#909EA6
(144,158,166)
#A5B0B6
(165,176,182)
#BAC2C6
(186,194,198)
#CFD4D6
(207,212,214)
#E4E6E6
(228,230,230)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #123246; }

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

This text font color is #123246.


Background Color

.myBgColor { background-color: #123246; }

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

This div background color is #123246.


Border color

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

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

This div border color is #123246.


Opacity

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

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

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

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

This text has shadow with #123246 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #123246 on black background.


Color preview on white background

This text has color #123246 on white background.



Black color preview on #123246 background

This text has black color on #123246 background.


White color preview on #123246 background

This text has white color on #123246 background.