COLOR #123349

HEX: #123349
RGB: (18,51,73)

Color info

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

RGB color model

#123349 color RGB value is (18,51,73).

  • red value is 18;
  • green value is 51;
  • blue value is 73.
RGB:
(18,51,73)
(7%,20%,29%)

RGB channels and saturation

R 18 of 255 = 7%
G 51 of 255 = 20%
B 73 of 255 = 29%

18
51
73

R + G + B ~ 19%. #123349 is dark color.

Portions of RGB colors in percentages

R + G + B =
18 + 51 + 73 = 142 (100%)
R 18 of 142 ~ 12.68%
G 51 of 142 ~ 35.92%
B 73 of 142 ~ 51.41%

%12.68
%35.92
%51.41

CMYK color model

#123349 color CMYK value is (75,30,0,71).

  • cyan value is 75.34%
  • magenta value is 30.14%
  • yellow value is 0.00%
  • key color value is 71.37%
CMYK:
(75,30,0,71)
C75M30Y0K71 
(75%,30%,0%,71%)
(0.75/0.30/0.00/0.71)	

CMYK percentages

%75.34
%30.14
%0
%71.37

Codes

Color #123349 in popluar color models

123349
RGB185173
HSL204°60.44%17.84%
HSB/HSV204°75.34%28.63%
CMYK75.34%30.14%0.00%
71.37%

Color #123349 in popluar number systems.

HEX123349
Decimal185173
Binary100101100111001001
Octal2263111

Shades and tints

Shades of #123349

#123349
(18,51,73)
#112F43
(17,47,67)
#102B3D
(16,43,61)
#0F2737
(15,39,55)
#0E2331
(14,35,49)
#0D1F2B
(13,31,43)
#0C1B25
(12,27,37)
#0B171F
(11,23,31)
#0A1319
(10,19,25)
#090F13
(9,15,19)
#080B0D
(8,11,13)
#000000
(0,0,0)

Tints of #123349

#123349
(18,51,73)
#274559
(39,69,89)
#3C5769
(60,87,105)
#516979
(81,105,121)
#667B89
(102,123,137)
#7B8D99
(123,141,153)
#909FA9
(144,159,169)
#A5B1B9
(165,177,185)
#BAC3C9
(186,195,201)
#CFD5D9
(207,213,217)
#E4E7E9
(228,231,233)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #123349 color. Also use rgb(18,51,73) instead hex code.

Text Font Color

.myTextColor { color: #123349; }

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

This text font color is #123349.


Background Color

.myBgColor { background-color: #123349; }

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

This div background color is #123349.


Border color

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

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

This div border color is #123349.


Opacity

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

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

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

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

This text has shadow with #123349 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #123349 on black background.


Color preview on white background

This text has color #123349 on white background.



Black color preview on #123349 background

This text has black color on #123349 background.


White color preview on #123349 background

This text has white color on #123349 background.