COLOR #122F49

HEX: #122F49
RGB: (18,47,73)

Color info

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

RGB color model

#122F49 color RGB value is (18,47,73).

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

RGB channels and saturation

R 18 of 255 = 7%
G 47 of 255 = 18%
B 73 of 255 = 29%

18
47
73

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

Portions of RGB colors in percentages

R + G + B =
18 + 47 + 73 = 138 (100%)
R 18 of 138 ~ 13.04%
G 47 of 138 ~ 34.06%
B 73 of 138 ~ 52.9%

%13.04
%34.06
%52.9

CMYK color model

#122F49 color CMYK value is (75,36,0,71).

  • cyan value is 75.34%
  • magenta value is 35.62%
  • yellow value is 0.00%
  • key color value is 71.37%
CMYK:
(75,36,0,71)
C75M36Y0K71 
(75%,36%,0%,71%)
(0.75/0.36/0.00/0.71)	

CMYK percentages

%75.34
%35.62
%0
%71.37

Codes

Color #122F49 in popluar color models

122F49
RGB184773
HSL208°60.44%17.84%
HSB/HSV208°75.34%28.63%
CMYK75.34%35.62%0.00%
71.37%

Color #122F49 in popluar number systems.

HEX122F49
Decimal184773
Binary100101011111001001
Octal2257111

Shades and tints

Shades of #122F49

#122F49
(18,47,73)
#112B43
(17,43,67)
#10273D
(16,39,61)
#0F2337
(15,35,55)
#0E1F31
(14,31,49)
#0D1B2B
(13,27,43)
#0C1725
(12,23,37)
#0B131F
(11,19,31)
#0A0F19
(10,15,25)
#090B13
(9,11,19)
#08070D
(8,7,13)
#000000
(0,0,0)

Tints of #122F49

#122F49
(18,47,73)
#274159
(39,65,89)
#3C5369
(60,83,105)
#516579
(81,101,121)
#667789
(102,119,137)
#7B8999
(123,137,153)
#909BA9
(144,155,169)
#A5ADB9
(165,173,185)
#BABFC9
(186,191,201)
#CFD1D9
(207,209,217)
#E4E3E9
(228,227,233)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #122F49; }

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

This text font color is #122F49.


Background Color

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

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

This div background color is #122F49.


Border color

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

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

This div border color is #122F49.


Opacity

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

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

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

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

This text has shadow with #122F49 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #122F49 on black background.


Color preview on white background

This text has color #122F49 on white background.



Black color preview on #122F49 background

This text has black color on #122F49 background.


White color preview on #122F49 background

This text has white color on #122F49 background.